Re: [PyQt] Issue with PyQt4/5 and Qt 5.1

2013-07-07 Thread Phil Thompson
On Sat, 06 Jul 2013 15:42:21 +0200, Detlev Offenbach wrote: > Hello, > > today I compiled the Qt 5.1 and built the latest stable releases of PyQt4 > and PyQt5 against it. Now I am not able to start any QProcess. I executed > the QProcess test program as contained in > 'qtbase/tests/auto/coreli

[PyQt] Issue with PyQt4/5 and Qt 5.1

2013-07-06 Thread Detlev Offenbach
Hello, today I compiled the Qt 5.1 and built the latest stable releases of PyQt4 and PyQt5 against it. Now I am not able to start any QProcess. I executed the QProcess test program as contained in 'qtbase/tests/auto/corelib/io/qprocess'. This shows a complete success. However, if I execute the