Import 3rd party library?

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?

Haven’t tried it myself, but do know that Sub-Zero use it as well, so might wanna check it’s git

/T

@FezVrasta

The channel needs to run with an elevated policy in order to import from shared libraries. Alternatively it is possible to add its path to sys.path manually, but it seems like an unnecessary hassle.