Hi, I have been trying to import the lib guessit into my Plex Channel, but it always says ImportError: No module named guessit
My structure is:
/Code
/Libraries/Shared/guessit
Inside guessit I have the library, with its __init__.py file.
I tried to import it with:
from guessit import guessit
import guessit
but both the cases return the same error.
How can I do?