<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Phil Thompson wrote:
<blockquote cite="mid:9fed936a1eb31eb4da06d702a65538e2@localhost"
type="cite">
<pre wrap="">On Thu, 25 Jun 2009 16:12:17 -0500, Dave Peterson <a class="moz-txt-link-rfc2396E" href="mailto:dpeterson@enthought.com"><dpeterson@enthought.com></a>
wrote:
</pre>
<blockquote type="cite">
<pre wrap="">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
</pre>
</blockquote>
<pre wrap=""><!---->
Sound like you've got bits (maybe sip.h) of an older version of SIP lying
around.
</pre>
</blockquote>
<br>
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!<br>
<br>
-- Dave<br>
<br>
</body>
</html>