View Single Post
Old 12-11-2011, 11:22 PM   #1
yogesh605
Junior Member
yogesh605 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Dec 2011
Location: Pune
Device: none
Unhappy Problem in Installing Calibre in ubuntu 11.10

Hi,

I downloaded calibre source code and I want to install development version so as mention in Install file I run command "sudo python setup.py develop" but after running this command I am getting Traceback error as follows

Traceback (most recent call last):
File "setup.py", line 13, in <module>
import setup.commands as commands
File "/home/yogesh/calibre/setup/commands.py", line 34, in <module>
from setup.extensions import Build, BuildPDF2XML
File "/home/yogesh/calibre/setup/extensions.py", line 12, in <module>
from PyQt4.pyqtconfig import QtGuiModuleMakefile
ImportError: No module named PyQt4.pyqtconfig

How to solved this error.......I installed PyQt4 on my machine but still this error is coming and from where should I download "pyqtconfig" module?
yogesh605 is offline