[PyQt] PyQt4 fails to build dbus.mainloop.qt extension with Python 3

2012-01-26 Thread Arfrever Frehtes Taifersar Arahesis
dbus-python-1.0.0 was released on 2012-01-24 and introduced support for Python 3. configure.py of PyQt4 needs to be fixed. iflags is b'-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -ldbus-1 -lpthread -lrt' str(iflags) is "b'-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -ldbus-

[PyQt] need to install multiple versions of PyQt on each laptop at work

2012-01-26 Thread Suzanne Berger
I experimented with various releases of pyqt in order to determine which versions would be compatible with different versions of software that we use (Maya & Mobu 2011 and 2012). I am going to have to install at least 2 different versions of PyQt on all laptops in our department. We cannot pull

Re: [PyQt] Help understanding a backtrace

2012-01-26 Thread Phil Thompson
On Thu, 26 Jan 2012 17:59:57 +0530, Kovid Goyal wrote: > It's been a week and I have had no crashes since reverting sip to revision > 1027. While that is by no means conclusive proof of a bug, it is highly > suggestive. Is there some extra instrumentation I can add to SIP to narrow > down > the ca

Re: [PyQt] Help understanding a backtrace

2012-01-26 Thread Kovid Goyal
It's been a week and I have had no crashes since reverting sip to revision 1027. While that is by no means conclusive proof of a bug, it is highly suggestive. Is there some extra instrumentation I can add to SIP to narrow down the cause? Kovid. On Thu, Jan 19, 2012 at 10:24:56PM +0530, Kovid Goya