Still trying to get PyQt-4.3 working on OSX 10.4, I compiled up Qt-4.3.1 using the following options. $ ./configure -prefix /Developer/qt -qt-zlib -qt-libpng -qt-libjpeg -universal -sdk /Developer/SDKs MacOSX10.4u.sdk -static -release $ make sub-src Do I need to pass anything special to PyQt's configure.py? I've tried the -k and -c but I still get an import error. $ python Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from PyQt4.QtCore import qVersion, PYQT_VERSION Traceback (most recent call last): File "", line 1, in ImportError: No module named QtCore _______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt