Hi --
Thanks for the new release! It is working 95% here. The one problem is that when I choose to explore Marvin library it does show the colored fields for the metadata choices. But let's say I double click on a title with a yellow background. That should show me the metadata in both Calibre and in Marvin. However, it gives a dialog box x with the error:
ImportError:No module named PyQt4
If I ask for details here is what it dumps:
calibre, version 2.1.0
ERROR: Unhandled exception: <b>ImportError</b>:No module named PyQt4
calibre 2.1 isfrozen: True is64bit: True
Darwin-13.3.0-x86_64-i386-64bit Darwin ('64bit', '')
('Darwin', '13.3.0', 'Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64')
Python 2.7.8
OSX: ('10.9.4', ('', '', ''), 'x86_64')
Successfully initialized third party plugins: DeDRM && Marvin XD && iOS reader applications
Traceback (most recent call last):
File "calibre_plugins.marvin_manager.book_status", line 1196, in dispatch_double_click
File "calibre_plugins.marvin_manager.book_status", line 2075, in show_view_metadata_dialog
File "lib/python2.7/importlib/__init__.py", line 37, in import_module
File "/Users/neilshapiro/Library/Preferences/calibre/plugins/Marvin_XD_resources/dialogs/view_metadata.py", line 34, in <module>
from view_metadata_ui import Ui_Dialog
File "/Users/neilshapiro/Library/Preferences/calibre/plugins/Marvin_XD_resources/dialogs/view_metadata_ui.py", line 10, in <module>
from PyQt4 import QtCore, QtGui
ImportError: No module named PyQt4
What can I do? Thanks,
-- Neil
|