[PyKDE] can't compile pykde
Jim Bublitz
jbublitz at nwinternet.com
Wed Sep 17 02:45:01 BST 2003
On Tuesday September 16 2003 14:01, Giuseppe wrote:
> I get this error:
>
> Error: Couldn't find PyQt/sip directory -- from line 750 in
> build.py
> even if I installed pyqt and sip. can you please help me?
You should be able to run:
python build.py -v<path to PyQt sip files> <other options>
The path has to be the complete path, for example:
/usr/local/PyQt-x11-gpl-3.8/sip
If you installed PyQt in /usr/local.
python build.py -h
will give you a list of the other command line options available
for build.py.
Jim
More information about the PyQt
mailing list