Destroying instances with PyQT

Garry Taylor gtaylor at lowebroadway.com
Tue Apr 23 06:40:33 EDT 2002


I have attached a QTimer to one of my objects, but I cannot seem to
get rid of it when I'm finished, which cause the whole object not to
be destroyed, normally my instances are erased simply by erasing the
Dictionary in which they reside, which has always worked before the
QTimer was added. In the QT manual it says you can destruct an
instance like this:

QTimer::~QTimer ()

How can I translate this into Python?

TIA

Garry



More information about the Python-list mailing list