Is there a list of python libraries available in XBMC?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
akaigotchi Offline
Senior Member
Posts: 100
Joined: Oct 2006
Reputation: 11
Post: #1
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 Smile

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
find quote
diagdave@msn.com Offline
Skilled Python Coder
Posts: 505
Joined: Aug 2004
Reputation: 0
Post: #2
add external libs to xbmcdir/system/python/lib
open xbmcdir/system/python/python24.zlib in winrar to see all the included libs.

read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!
find quote
akaigotchi Offline
Senior Member
Posts: 100
Joined: Oct 2006
Reputation: 11
Post: #3
Hey, thanks for your fast and helpful reply!
find quote