extra pyhton modules in my addon
#1
Hi! I need to use two third party python modules. That are, watchdog and requests. I already added the content found at /usr/lib/python2.7/site-packages/watchdog* and /usr/lib/python2.7/site-packages/requests* to path-to-my-addon/resources/lib/

Is this correct?

My addon breaks where it import the watchdog module.

Code:
from watchdog.observers import Observer
ImportError: No module named watchdog.observers
Reply

Logout Mark Read Team Forum Stats Members Help
extra pyhton modules in my addon0