Create addon for XBMC under Win7 x64
#1
Lightbulb 
Hi everydoby, i have a little question: How can create addon with Python for XBMC. In the tutorial says, you need to import the library xbmc and xbmcgui
PHP Code:
import xbmcxbmcgui 
, but where to find them? I would like to create an addon for the system Dharma XBMC. Installed Eclipse with support of PyDev and add interpreter Python2.4 with additional libraries Python. When I compile a project that pops up an error on import xbmc and xbmcgui. I was looking for them in my system, but not found them No
I would be very glad if you tell me how to run the script in default.py.

Thanks!
Reply
#2
de_inferno Wrote:Hi everydoby, i have a little question: How can create addon with Python for XBMC. In the tutorial says, you need to import the library xbmc and xbmcgui
PHP Code:
import xbmcxbmcgui 
, but where to find them? I would like to create an addon for the system Dharma XBMC. Installed Eclipse with support of PyDev and add interpreter Python2.4 with additional libraries Python. When I compile a project that pops up an error on import xbmc and xbmcgui. I was looking for them in my system, but not found them No
I would be very glad if you tell me how to run the script in default.py.

Thanks!

Just take a look at the code of some add-ons you already have installed.
The libraries are part of the xbmc core.

Here's an easy starters guide:
http://xbmc-gpodder-integration.googleco...%20-R7.pdf
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

Logout Mark Read Team Forum Stats Members Help
Create addon for XBMC under Win7 x640