PyQt requires a "Mandatory" 'from qt import *' ...?

Phil Thompson phil at river-bank.demon.co.uk
Sun Apr 14 14:04:36 EDT 2002


Alex Martelli wrote:
> 
> Studying PyQt (latest releases of everything), I started noticing
> segmentation faults as I quit my application and eventually whittled it
> down back to...:
> 
> #!/usr/bin/env python2.2
> 
> import sys
> import qt
> # from qt import *

The fix has now been applied to CVS. I will probably release 3.2 in
about a week.

The problem was related to not being able to control the order in which
objects in a Python dictionary are deleted when the whole dictionary is
cleared.

Phil





More information about the Python-list mailing list