Kodi Community Forum
extra pyhton modules in my addon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: extra pyhton modules in my addon (/showthread.php?tid=205960)



extra pyhton modules in my addon - vitorcarvalhoml - 2014-10-07

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