Closed GoogleCodeExporter closed 8 years ago
Try to install python-zlib (opkg update && opkg install python-zlib) and let me
know if something change
Original comment by skama...@gmail.com
on 24 Apr 2011 at 10:00
Where to download the version that you used to say I
My image is updated.
new crash log
Original comment by farshad....@gmail.com
on 25 Apr 2011 at 4:32
Attachments:
uhm.. try this
rm /usr/lib/enigma2/python/Plugins/SystemPlugins/CrossEPG/zipfile.py
rm /usr/lib/enigma2/python/Plugins/SystemPlugins/CrossEPG/zipfile.pyo
opkg update
opkg install python-compression
enigma2 gui reboot
Original comment by skama...@gmail.com
on 25 Apr 2011 at 10:23
what must i do?
how update these files?
:-??
Original comment by farshad....@gmail.com
on 25 Apr 2011 at 12:52
Attachments:
When crossepg update rytec list download a zip from rytec website and deflate
it.
For do this i use zipfile.py (it's an official python module from python 2.6).
zipfile use python zlib module for do his job.
I suppose there is some incompatibility with bundled zipfile.py and your
zlib... so the test is:
remove bundled zipfile:
rm /usr/lib/enigma2/python/Plugins/SystemPlugins/CrossEPG/zipfile.py
rm /usr/lib/enigma2/python/Plugins/SystemPlugins/CrossEPG/zipfile.pyo
install zipfile from your image feeds:
opkg update
opkg install python-compression
reboot gui and test again... in case of attach the new crash log
Original comment by skama...@gmail.com
on 25 Apr 2011 at 2:52
Thanks to your instructions
I download and install:
python-compression_2.6.4-ml8.2_mipsel.ipk
python-zlib_2.6.4-ml8.2_mipsel.ipk
form:
www.dreamboxupdate.com/opendreambox/1.6/dm800/experimental
successfully work
can You add this into your plugin that no longer requires this action?
Original comment by farshad....@gmail.com
on 25 Apr 2011 at 3:31
with svn 277 must install yet??????????
python-compression_2.6.4-ml8.2_mipsel.ipk
python-zlib_2.6.4-ml8.2_mipsel.ipk
???????
Original comment by farshad....@gmail.com
on 28 Apr 2011 at 7:19
Yes.. i'm speaking with rytec about the possibility to remove the zip python
module. I hope to update it tomorrow evening.
Original comment by skama...@gmail.com
on 28 Apr 2011 at 1:27
Fixed in svn 282
Original comment by skama...@gmail.com
on 29 Apr 2011 at 11:07
Original issue reported on code.google.com by
farshad....@gmail.com
on 24 Apr 2011 at 9:44Attachments: