Phil Thompson wrote:
On Thu, 25 Jun 2009 16:12:17 -0500, Dave Peterson <[email protected]>
wrote:
qpycore_chimera.cpp: In member function ‘bool Chimera::parse_cpp_type(const QByteArray&)’:
qpycore_chimera.cpp:392: error: too few arguments to function
make[2]: *** [qpycore_chimera.o] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2

Sound like you've got bits (maybe sip.h) of an older version of SIP lying
around.

Bingo. Had an older sip in my "true" Python.framework site-packages and was trying to use a newer one in my virtualenv. Clearing out the older solved this issue. Thanks!

-- Dave

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to