Python XBMCPlugin Module not found
#1
Hi! I have been a XBMC user for sometime now and a beginning python programmer. I wanted to start developing an addon so I went to the XBMC wiki and downloaded the plugin tutorial (http://voinage-xbmc-plugins.googlecode.c...torial.rar). I ran a script from the file and got an error saying no module named xbmcplugin. Any help?
Reply
#2
Moved into the Python Add-on Development forum.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
don't run python outside of xbmc
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#4
As Martijn said, you need to run the add-on from within XBMC. XBMC has a separate python instance it uses that contains all the necessary XBMC related libraries. When you run the add-on from the command line, you're using the python instance of the computer, and that doesn't have all the libraries you need.
Reply

Logout Mark Read Team Forum Stats Members Help
Python XBMCPlugin Module not found0