breaking-bad-bryan-cranston-change-the-equation-tv-poster-print

Path vs site < 0.5.15.xx

in versions 0.5.15 and above the module / library handling has changed this might break some plugins !

if you are missing some plugins reinstall them new version should work

what changed is that all external libraries are now added to the python path with the site module

so most plugins doing something like this

from lib import requests
should now do this
import requests

Fork me on GitHub