[PyKDE] PyQt/sip directory?

Jim Bublitz jbublitz at nwinternet.com
Fri Sep 27 01:08:01 BST 2002


On 26-Sep-02 Bart Verwilst wrote:
> When i'm trying to install PyKDE, it complains it couldn't find
> the PyQt/sip 
> directory, so i have to use the sip dir from the pyQT sources..
> Can i copy that dir to some location on my system during the
> install? And if 
> yes, whereto should i copy it?

You should be able to use the -v switch on the 'build' command line
to specify the location of PyQt/sip

build.py should be checking for PyQt/sip over this list of paths:

candidates = ["../", "/usr/local/", "/usr/local/src/",\
   "/usr/src/", "/usr/share/sip", "/usr/local/share/sip"]


Jim




More information about the PyQt mailing list