View Single Post
Old 01-27-2011, 07:19 PM   #2
Ralob
Connoisseur
Ralob began at the beginning.
 
Posts: 53
Karma: 10
Join Date: Feb 2008
Device: iPad Pro, Kobo Libra 2, PW4
Using Source of Calibre (rev 7833 atm), I get this error when trying to start the gui:

File "/home/laptop/calibre/src/calibre/gui2/main.py", line 253, in initialize
self.initialize_db()
File "/home/laptop/calibre/src/calibre/gui2/main.py", line 234, in initialize_db
self.initialize_db_stage2(db, None)
File "/home/laptop/calibre/src/calibre/gui2/main.py", line 203, in initialize_db_stage2
self.start_gui(db)
File "/home/laptop/calibre/src/calibre/gui2/main.py", line 159, in start_gui
main.initialize(self.library_path, db, self.listener, self.actions)
File "/home/laptop/calibre/src/calibre/gui2/ui.py", line 145, in initialize
ac.do_genesis()
File "/home/laptop/calibre/src/calibre/gui2/actions/__init__.py", line 97, in do_genesis
self.genesis()
File "/home/laptop/.config/calibre/plugins/Open With.zip/open_with_plugin_code.py", line 603, in genesis
File "/home/laptop/calibre/src/calibre/gui2/actions/__init__.py", line 142, in load_resources
with ZipFile(self.plugin_path, 'r') as zf:
AttributeError: ZipFile instance has no attribute '__exit__'
Ralob is offline   Reply With Quote