View Single Post
Old 09-23-2011, 04:25 AM   #8
smintman
Junior Member
smintman began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Sep 2011
Device: Kindle3
Quote:
Originally Posted by aruangra View Post
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.
I looked to my browser history and I found this page . Try to install "qt4-qmake". Maybe there is some command, that print all installed packages, I will try to list them later evening. When I tried to complile, i didnt write anything, it was pure experiment with happy end.
Attached Files
File Type: txt modules.txt (58.4 KB, 715 views)

Last edited by smintman; 09-24-2011 at 02:27 AM.
smintman is offline   Reply With Quote