[PyQt] qtdirs.app can't load QtCore
Dave Peterson
dpeterson at enthought.com
Fri Jun 26 19:35:28 BST 2009
Phil Thompson wrote:
> On Thu, 25 Jun 2009 16:12:17 -0500, Dave Peterson <dpeterson at enthought.com>
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20090626/3fbc4b46/attachment.html
More information about the PyQt
mailing list