Re: [Tutor] PyQt segfault

2007-12-02 Thread David Boddie
On Sat Dec 1 19:12:01 CET 2007, Tiago Saboga wrote: > If I understand that correctly, my Aux.mystring is pointing to the > same object passed by QtCore.SIGNAL, which is being garbage-collected? > But the reference in Aux.mystring should not be enough to keep the > object around? I think PyQt woul

Re: [Tutor] PyQt segfault

2007-11-30 Thread David Boddie
On Fri Nov 30 18:56:04 CET 2007, Eric Brunson wrote: > This comboboxsegfault.py doesn't seem to do anything on my box, but I > did get an "MemoryError" and a stack trace when I ran cbox.py and > changed the dropdown menu selection. > > I changed the line: > Globals.changedtext = qstring >

Re: [Tutor] underlying C/C++ object has been deleted

2007-10-27 Thread David Boddie
On Thu Oct 25 06:45:38 CEST 2007, Lawrence Shafer wrote: > I am trying to convert a program with hand coded QT over to using UI > files from QT Designer. I am getting the error below and do not > understand what's going on. This error occurs when an object referred to by Python and Qt is delete