View Single Post
Old 09-22-2011, 07:40 PM   #7
aruangra
Connoisseur
aruangra has learned how to read e-booksaruangra has learned how to read e-booksaruangra has learned how to read e-booksaruangra has learned how to read e-booksaruangra has learned how to read e-booksaruangra has learned how to read e-booksaruangra has learned how to read e-books
 
Posts: 83
Karma: 888
Join Date: May 2010
Device: Nook Touch, iPad1, iPad2, iPod Touch 4G, Pixel Qi
I am compiling Calibre on my ARM-based pc and got this error. I have both "python-qt4" and python-qt4-dev" packages installed before compiling.

Code:
root@localhost:/opt/calibre# python2.7 setup.py install
Traceback (most recent call last):
  File "setup.py", line 13, in <module>
    import setup.commands as commands
  File "/opt/calibre/setup/commands.py", line 34, in <module>
    from setup.extensions import Build, BuildPDF2XML
  File "/opt/calibre/setup/extensions.py", line 12, in <module>
    from PyQt4.pyqtconfig import QtGuiModuleMakefile
ImportError: No module named PyQt4.pyqtconfig
root@localhost:/opt/calibre#
Please advice. Thank you.
aruangra is offline   Reply With Quote