Viorel Preoteasa wrote: > > I am trying to tell sip/.configure where my python2.2 dir is, but it > complains about missing sip.h. This is in python1.5 include dir but not in > python2.2
I don't understand. sip's ./configure doesn't check for sip.h. PyQt's does. Like I said in my original response, you need to tell sip's ./configure and PyQt's ./configure the path to the correct Python interpreter so that things get found and installed in the right place. Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
