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

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to