Re: python segfaulting, MemoryError (PyQt)

2009-04-29 Thread Denis L
"Phil Thompson" wrote in message news:mailman.4719.1240945001.11746.python-l...@python.org... > On Tue, 28 Apr 2009 19:07:30 +0200, "Denis L" wrote: >> "Phil Thompson" wrote in message >> news:mailman.4699.1240932385.11746.python-l...@python.org..

Re: python segfaulting, MemoryError (PyQt)

2009-04-28 Thread Denis L
"Phil Thompson" wrote in message news:mailman.4699.1240932385.11746.python-l...@python.org... > If there was a bug with lambda slots it's been fixed by now. I just tried it and I'm getting the same errors with regular functions. Could you try running the code bellow? What output you are gettin

Re: python segfaulting, MemoryError (PyQt)

2009-04-28 Thread Denis L
"Phil Thompson" wrote in message news:mailman.4690.1240925876.11746.python-l...@python.org... > On Tue, 28 Apr 2009 14:54:41 +0200, "Denis L" wrote: >> "Phil Thompson" wrote in message >> news:mailman.4664.1240907352.11746.python-l...@python.

Re: python segfaulting, MemoryError (PyQt)

2009-04-28 Thread Denis L
"Phil Thompson" wrote in message news:mailman.4664.1240907352.11746.python-l...@python.org... > On Tue, 28 Apr 2009 03:53:34 +0200, "Denis L" wrote: >> Hello, >> >> I'm experiencing odd errors on both windows and linux with the following >>

python segfaulting, MemoryError (PyQt)

2009-04-27 Thread Denis L
Hello, I'm experiencing odd errors on both windows and linux with the following code: import sys from PyQt4.QtCore import * from PyQt4.QtGui import * class Options(QDialog): def __init__(self, values): QDialog.__init__(self) self.values = values fooEdit = QLineEdit