Sadly, that doesn't seem to help -- I've had that installed all along. I see the class being defined in this sip file:
python-qt4-dev: /usr/share/sip/PyQt4/QtScript/qscriptengine.sip
Aha! I need to change the source like this (in src/calibre/utils/serve_coffee.py):
-from PyQt4.Qt import QCoreApplication, QScriptEngine, QScriptValue
+from PyQt4.Qt import QCoreApplication
+from PyQt4.QtScript import QScriptEngine, QScriptValue
... then it works.
..wayne..
|