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