Re: [PyQt] Incompatible Sip module version crashes Python

2011-09-26 Thread Phil Thompson
On Mon, 26 Sep 2011 14:18:57 -0500, "Jim Crowell" wrote: > Over the last few months I've been upgrading a number of applications > from bindings created with SIP 4.7.3 to 4.12.2. > > I notice that if I run such an app using the new bindings and it finds > the old SIP api module (sip.pyd on Window

[PyQt] Incompatible Sip module version crashes Python

2011-09-26 Thread Jim Crowell
Over the last few months I've been upgrading a number of applications from bindings created with SIP 4.7.3 to 4.12.2. I notice that if I run such an app using the new bindings and it finds the old SIP api module (sip.pyd on Windows), Python crashes. I've added a bit of code to the Python wrapper