View Single Post
Old 02-18-2011, 01:07 PM   #1
good_man
Junior Member
good_man began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2011
Device: Kindle 3
Error on install: No module named PyQt4

I'm trying to install the latest Calibre 0.7.45. I've downloaded the pakcage and now trying to manually install it by calling:
Code:
sudo python setup.py install
But with no luck, the installation fails because of missing library:
Code:
Traceback (most recent call last):
  File "setup.py", line 13, in <module>
    import setup.commands as commands
  File "/home/user/Programs/calibre/calibre/setup/commands.py", line 28, in <module>
    from setup.translations import POT, GetTranslations, Translations, ISO639
  File "/home/user/Programs/calibre/calibre/setup/translations.py", line 14, in <module>
    from setup.build_environment import pyqt
  File "/home/user/Programs/calibre/calibre/setup/build_environment.py", line 12, in <module>
    from PyQt4 import pyqtconfig
ImportError: No module named PyQt4
good_man is offline   Reply With Quote