Kodi Community Forum
Missing DLL in Build 31746 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Missing DLL in Build 31746 (/showthread.php?tid=77133)



Missing DLL in Build 31746 - rezyn8 - 2010-07-13

Using http://www.sshcs.com/xbmc/binaries/tmp/XBMC_PCInstaller_31746.rar from the Aeon65 and noticed an issue with a missing python DLL when trying to run Apple Movie Trailer Light|Lite (http://forum.xbmc.org/showthread.php?tid=33693 and Official XBMC Add-on).

Package does not appear to have the bz2.pyd DLL.

Code:
00:46:15 T:6212 M:2549800960 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Apple Movie Trailer Light('plugin://plugin.video.applemovietrailerlight/','0','')
00:46:15 T:6212 M:2549800960 INFO: initializing python engine.
00:46:15 T:6212 M:2549800960 ERROR: Python: Cannot find 'special://xbmc/system/python/DLLs/bz2.pyd'
00:46:15 T:6212 M:2549800960 ERROR: Python: Missing files, unable to execute script
00:46:15 T:6212 M:2549800960 ERROR: Unable to run plugin Apple Movie Trailer Light

I retrieved a copy of bz2.pyd from revision 31520

http://svnsearch.org/svnsearch/repos/XBMC/search?revision=31520&showPaths=all&

This fixed the issue

Lodged in trac: http://trac.xbmc.org/ticket/9598


- WiSo - 2010-07-13

the official nightlies are located here: http://mirrors.xbmc.org/nightlies/win32/
The installers from there have those python modules included.