PDA

View Full Version : Is there a list of python libraries available in XBMC?


akaigotchi
2006-12-15, 23:13
Hi everybody,

I just was wondering if there is a list of python libraries that are available in XBMC... Looking through the folders of XBMC didn't bring me much light into the issue so I am relying on your help :)

And maybe another question concerning that issue: Is it possible to append custom libraries to XBMC / XBMC python so that they will be found by multiple scripts? I mean is it possible to add libraries manually like I would add a library to my /Lib folder on Windows.

Thanks for all your help in advance

akaigotchi

diagdave@msn.com
2006-12-16, 12:03
add external libs to xbmcdir/system/python/lib
open xbmcdir/system/python/python24.zlib in winrar to see all the included libs.

akaigotchi
2006-12-16, 18:20
Hey, thanks for your fast and helpful reply!