[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 =

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 dsdal...@gmail.com 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