On Fri, Aug 6, 2010 at 10:53, Mailing List SVR <[email protected]>wrote:

> Il giorno gio, 05/08/2010 alle 03.10 -0400, Luke Campagnola ha scritto:
> > $ python
> > >>> from PyQt4.QtGui import *
> > >>> a = QApplication([])
> > >>> s = QSpinBox()
> > >>> l = s.lineEdit()
> > >>> del s
> > >>> l.text()
> > Segmentation fault
>
> PySide is more forgiving and raise the following error:
>
> RuntimeError: Internal C++ object already deleted.
>


Thanks, I'll have to look into this. I had not heard of PySide before.

 Luke
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to