[PyQt] sip 4.8.2 error: sip: Unsupported type argument to type2string()

Phil Thompson phil at riverbankcomputing.com
Fri Aug 21 18:12:05 BST 2009


On Fri, 21 Aug 2009 17:32:06 +0200, "Diez B. Roggisch" <deets at web.de>
wrote:
> Hi,
> 
> the subject pretty much says it all. I upgraded to the latest SIP 
> because I experienced a strange endless-loop-kind of behavior in the 
> 4.7.* I had before, and now my building bails out with the
> 
>   sip: Unsupported type argument to type2string()
> 
> error message.
> 
> You can find the mercurial repository at
> 
>   https://bitbucket.org/deets/irrsinn/
> 
> Any ideas?

Two changes in tonight's snapshot...

...to fix the type2string() problem

...to detect recursive class hierarchies - it's now obvious what's causing
your looping.

You also have a couple of syntax errors - forgetting the // around
annotations.

Phil


More information about the PyQt mailing list