Help for newbie
#1
I will like to make a simple Python plugin or script, so I am reading the tutorial, and loading a sample (default.py) when I run it I get this error message:
Traceback (most recent call last):
File "C:\Documents and Settings\lavigmx\Desktop\Appletv\Plugin & Python scripting tutorial\Default.py", line 1, in <module>
import urllib,urllib2,re,xbmcplugin,xbmcgui
ImportError: No module named xbmcplugin
>>>

I have XBMC installed.

Did a search for xbmcplugin and xbmcgui and can not find it anywhere

Can you help me?
Can I download the XBMC libraries?

Thanks
Reply
#2
manya2000 Wrote:I will like to make a simple Python plugin or script, so I am reading the tutorial, and loading a sample (default.py) when I run it I get this error message:
Traceback (most recent call last):
File "C:\Documents and Settings\lavigmx\Desktop\Appletv\Plugin & Python scripting tutorial\Default.py", line 1, in <module>
import urllib,urllib2,re,xbmcplugin,xbmcgui
ImportError: No module named xbmcplugin
>>>

I have XBMC installed.

Did a search for xbmcplugin and xbmcgui and can not find it anywhere

Can you help me?
Can I download the XBMC libraries?

Thanks

the XBMC modules(xbmc, xbmcgui) are only available from within XBMC(ie need to run the script from XBMC)
Reply

Logout Mark Read Team Forum Stats Members Help
Help for newbie0