It appears that the updated plugins are not fully functional: Opening the customization dialog leads to the error below. This happens with the complete customization dialog of the iOS reader plugin and with the custom column assignment of Marvin XD.
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: Marvin XD && iOS reader applications
Traceback (most recent call last):
File "calibre_plugins.marvin_manager.config", line 619, in launch_cc_wizard
File "lib/python2.7/importlib/__init__.py", line 37, in import_module
File "/Users/bergue/Library/Preferences/calibre/plugins/Marvin_XD_resources/dialogs/cc_wizard.py", line 29, in <module>
from cc_wizard_ui import Ui_Dialog
File "/Users/bergue/Library/Preferences/calibre/plugins/Marvin_XD_resources/dialogs/cc_wizard_ui.py", line 10, in <module>
from PyQt4 import QtCore, QtGui
ImportError: No module named PyQt4
|