xbmc and xbmcgui?
#1
i have been looking for both these modules to see all the functions available in them but i can not seem to find them on my system. i am pretty sure i have them because when i import them for use the script runs without error.

am i wrong in believing that xbmc is actually xbmc.py and xbmcgui is xbmcgui.py? i am simply looking for all methods of use and need to see the source in order to do so since there is not really any complete docs on the 2 main modules. if these are actual modules where do they reside? are they actually compiled into the interpretor?
Reply
#2
you can check what functions are used within python modules if you use pythons help function.
Quote:help('xbmc')
help('xbmcgui')
then check the xbmc.log file to see what functions are available in your version

there is a script out which writes all functions to an html file
check the following thread:
http://www.xboxmediaplayer.de/cgi-bin....;t=2992
Reply

Logout Mark Read Team Forum Stats Members Help
xbmc and xbmcgui?0