[PyQt] Bug? SIP appears to generate wrong code

Mathias.Born at gmx.de Mathias.Born at gmx.de
Tue Jan 28 22:29:18 GMT 2014


Hi,

I found the root cause: I was calling sip this way:

  sip.exe -t Qt_5_0_0

That's wrong. Instead, I must do

  sip.exe -t Qt_5_2_0

because that's how my PyQt was built.
My appologies, no sip bug after all.

Best Regards,
Mathias




More information about the PyQt mailing list