Kodi Community Forum
Python packages in windows distribution. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: Python packages in windows distribution. (/showthread.php?tid=37087)



Python packages in windows distribution. - ruckerz - 2008-09-13

This is probably a concern to most of the windows users out there (who can't apt-get, use eggs, or fink install) many python packages. What are the default packages bundled with xbmc for windows?

If a package needs to be bundled with a script, are there internal XBMC routines that handle dependencies (while taking into account that a script should be 'universal')? This could be a problem for some of the C ports of scripts such as cElementTree.

Thanks!