On 29.04.07 14:16:31, David J Brooks wrote: > > python configure.py > Traceback (most recent call last): > File "configure.py", line 30 in <module> > import sipconfig > ImportError: No module named sipconfig > > I have installed Python 2.5, Qt 4.2.4 and mingw. Those are working fine. What > am I overlooking?
Obviously you're missing sip. See the PyQt4 homepage. Andreas -- Your lucky number is 3552664958674928. Watch for it everywhere. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
