ImportError: No module named site · Issue #57 · mstinaff/PMS ...
github.com › mstinaff › PMS_UpdaterI ran into the environment issues you guys did, my fix was to ln -s the python27.zip file into the same directory as the Plex Script Host binary, I'm not sure why its not respecting my PYTHONHOME OR PYTHONPATH variables in the script. the sys.path variable in python typicaly will look for this zip file with the site module in the directory of the python binary and im exploiting that fact with ...