sale13 / romcollectionbrowser

Automatically exported from code.google.com/p/romcollectionbrowser
GNU General Public License v2.0
0 stars 0 forks source link

Script won't start - cant find zlib #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try to start romcollectionbrowser

What is the expected output? What do you see instead?
expected: start script
instead: do nothing

What version of the product are you using? On what operating system?
0.9.3

Please provide any additional information below.
I got Ubuntu 11.10
here is the Log:

01:04:35 T:2523908976 M:1277186048  NOTICE: -->Python Interpreter Initialized<--
01:04:36 T:2523908976 M:1277222912  NOTICE: RCB_INFO: Loading pysqlite2 as DB 
engine
01:04:36 T:2523908976 M:1277231104   ERROR: Error Type: exceptions.ImportError
01:04:36 T:2523908976 M:1277231104   ERROR: Error Contents: No module named zlib
01:04:36 T:2523908976 M:1277231104   ERROR: Traceback (most recent call last):
                                              File "/home/karl/.xbmc/addons/script.games.rom.collection.browser/default.py", line 58, in ?
                                                import gui
                                              File "/home/karl/.xbmc/addons/script.games.rom.collection.browser/resources/lib/gui.py", line 8, in ?
                                                import dbupdate, helper, launcher, config
                                              File "/home/karl/.xbmc/addons/script.games.rom.collection.browser/resources/lib/dbupdate.py", line 6, in ?
                                                import zlib
                                            ImportError: No module named zlib

also if i start python and import zlib i get no error, so zlib is installed

Original issue reported on code.google.com by leichsen...@googlemail.com on 29 Nov 2011 at 12:16

GoogleCodeExporter commented 8 years ago
This is sort of fixed with latest testing version 0.9.4 (see list of changes 
here: http://forum.xbmc.org/showpost.php?p=939812&postcount=1777). You will not 
be able to use zlib in the script (only used for computing crc values for 
offline game descriptions), this fix will just not crash RCB when loading zlib 
fails.

Original comment by maloep on 29 Nov 2011 at 6:14

GoogleCodeExporter commented 8 years ago

Original comment by maloep on 19 Dec 2011 at 4:19