Open GoogleCodeExporter opened 8 years ago
I'm also getting this error in XBMC 11 running on Windows 7. I installed RCB
from the 1.0.5 zip file. In the platform_libraries\win32 folder I have both
py7zlib.py and pylzma.pyd, so it looks like the DLL is there, but it's failing
to load for some reason.
Original comment by ian.g.ke...@gmail.com
on 8 Oct 2012 at 4:25
Okay, I dug a little deeper into this and found the cause of the error. The
pylzma.pyd DLL has a dependency of python24.dll, so it seems to have been built
for Python 2.4. However, the version of Python that ships with XBMC 11 is
Python 2.6.
To fix this, I went to http://pypi.python.org/pypi/pylzma and downloaded the
file pylzma-0.4.4-py2.6-win32.egg. Using a zip program, I extracted from the
egg file the files py7zlib.py, pylzma.py, and pylzma.pyd into my
platform_libraries\win32 folder. Started up XBMC, and now it works beautifully!
Original comment by ian.g.ke...@gmail.com
on 8 Oct 2012 at 5:09
Thanks, ian.g.kelly. This is the correct workaround atm. I still have to add
the current libs to newest Eden releases.
Original comment by maloep
on 22 Oct 2012 at 3:17
Issue 143 has been merged into this issue.
Original comment by maloep
on 12 Jul 2013 at 7:50
Issue 173 has been merged into this issue.
Original comment by maloep
on 14 Jun 2014 at 5:35
Original issue reported on code.google.com by
jgclark...@gmail.com
on 20 Aug 2012 at 11:47