[Stackless] Error compiling PyQt

Richard Tew richard.m.tew at gmail.com
Sat Oct 25 03:03:34 CEST 2008


On Fri, Oct 24, 2008 at 8:30 PM, Carlos Eduardo <carlosedp at gmail.com> wrote:
> Nope, this fix had already been made on SIP by its developer. Now PyQt has a problem similar to that but i dont know where the fix should be made.

How about this?

#if PY_VERSION_HEX >= 0x02050000 && !defined(STACKLESS)
               int type = QMetaType::type(as->type.u.wt->super.ht_type.tp_name);
#else
               int type = QMetaType::type(as->type.u.wt->super.type.tp_name);
#endif

Cheers,
Richard.




More information about the Stackless mailing list