On Fri, Oct 24, 2008 at 8:30 PM, Carlos Eduardo <[EMAIL PROTECTED]> 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.
_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless