Re: [PyQt] possible regression

2012-07-10 Thread Sebastian Elsner
Thank you I understand your point. I was just wondering why it worked in previous versions and thought this might be a bug. On 07/09/2012 06:20 PM, Phil Thompson wrote: On Mon, 09 Jul 2012 17:28:31 +0200, Sebastian Elsner wrote: Hello, I am updating some code to use PyQt-Py2.6-x86-gpl-4.9.4-

Re: [PyQt] possible regression

2012-07-09 Thread Phil Thompson
On Mon, 09 Jul 2012 17:28:31 +0200, Sebastian Elsner wrote: > Hello, > > I am updating some code to use PyQt-Py2.6-x86-gpl-4.9.4-1.exe. I have > previously used PyQt-Py2.6-x86-gpl-4.8.6-1.exe. With the code attached I > get a runtime error in 4.9.4 I did not get in the 4.8.6. > > Please execut

[PyQt] possible regression

2012-07-09 Thread Sebastian Elsner
Hello, I am updating some code to use PyQt-Py2.6-x86-gpl-4.9.4-1.exe. I have previously used PyQt-Py2.6-x86-gpl-4.8.6-1.exe. With the code attached I get a runtime error in 4.9.4 I did not get in the 4.8.6. Please execute the attached py file and click the open button in the window appearing

Re: [PyQt] possible regression in PyQt/sip snapshots

2009-03-24 Thread Phil Thompson
On Tue, 24 Mar 2009 10:13:16 -0400, Darren Dale wrote: > I have been keeping up to date with the snapshots, and after installing > them > I try to launch Eric4 and I get a segfault. I think this simple example, > adapted from eric4's Debugger/BreakPointModel.py, might illustrate the > problem: >

[PyQt] possible regression in PyQt/sip snapshots

2009-03-24 Thread Darren Dale
I have been keeping up to date with the snapshots, and after installing them I try to launch Eric4 and I get a segfault. I think this simple example, adapted from eric4's Debugger/BreakPointModel.py, might illustrate the problem: from PyQt4 import QtCore alignment = QtCore.QVariant(QtCore.Qt.Align