On Fri, 21 Aug 2009 17:32:06 +0200, "Diez B. Roggisch" <[email protected]> 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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
