View Single Post
Old 12-31-2009, 01:59 AM   #1
peterloron
Member
peterloron began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Dec 2009
Location: WA
Device: iPhone Stanza
Can't launch Calibre on MacOS

I just found Calibre tonight (looks awesome!) and downloaded the 0.6.31 DMG file. I'm running MacOS 10.6.2.

When I start the calibre.app, I get this output in the Console (same if I invoke the calbre-debug binary):

Code:
mac:Applications peterl$ calibre.app/Contents/MacOS/calibre-debug -g
Python function terminated unexpectedly: dlopen(/Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt4/QtWebKit.so, 2): Library not loaded: @executable_path/../Frameworks/QtWebKit.framework/Versions/4/QtWebKit
  Referenced from: /Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt4/QtWebKit.so
  Reason: image not found
Traceback (most recent call last):
  File "/Applications/calibre.app/Contents/Resources/Python/lib/python2.6/site.py", line 147, in main
    return run_entry_point()
  File "/Applications/calibre.app/Contents/Resources/Python/lib/python2.6/site.py", line 116, in run_entry_point
    return getattr(pmod, func)()
  File "site-packages/calibre/debug.py", line 102, in main
  File "site-packages/calibre/gui2/__init__.py", line 15, in <module>
  File "site-packages/calibre/ebooks/metadata/meta.py", line 11, in <module>
  File "site-packages/calibre/customize/ui.py", line 12, in <module>
  File "site-packages/calibre/customize/builtins.py", line 393, in <module>
  File "site-packages/calibre/ebooks/pdf/output.py", line 18, in <module>
  File "site-packages/calibre/ebooks/pdf/writer.py", line 22, in <module>
ImportError: dlopen(/Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt4/QtWebKit.so, 2): Library not loaded: @executable_path/../Frameworks/QtWebKit.framework/Versions/4/QtWebKit
  Referenced from: /Applications/calibre.app/Contents/Resources/Python/site-packages/PyQt4/QtWebKit.so
  Reason: image not found
peterloron is offline   Reply With Quote