Installed the following on OS X 10.3.2 qt-mac-free-3.3.0 >configure -thread; make
sip-4.0rc2 >python2.3 configure.py; make ; make install While installing PyQt-mac-gpl-3.10 >python2.3 configure.py; make I get the following error c++ -c -pipe -fPIC -Os -Wall -W -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/python2.3 -I/Developer/qt/include -o sipqttableQCheckTableItem.o sipqttableQCheckTableItem.cpp sipqttableQCheckTableItem.cpp: In member function `QString sipQCheckTableItem::sipProtect_content()': sipqttableQCheckTableItem.cpp:349: error: 'class QTableItem' has no member named 'content' make[1]: *** [sipqttableQCheckTableItem.o] Error 1 make: *** [all] Error 2 It looks like some sip/pyqt incompatability. I am using all the recommended versions of qt, sip and pyqt. Should I be using some other version of sip ? The pyqt documentation says I should be using sip4.0 which I am. Any help would be appreciated. I am so close to having this done ... Leslie __________________________________ Do you Yahoo!? Get better spam protection with Yahoo! Mail. http://antispam.yahoo.com/tools _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
