PyQt requires a "Mandatory" 'from qt import *' ...?
Phil Thompson
phil at river-bank.demon.co.uk
Sun Apr 14 14:04:36 EDT 2002
More information about the Python-list mailing list
Sun Apr 14 14:04:36 EDT 2002
- Previous message (by thread): PyQt requires a "Mandatory" 'from qt import *' ...?
- Next message (by thread): PyQt requires a "Mandatory" 'from qt import *' ...?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): PyQt requires a "Mandatory" 'from qt import *' ...?
- Next message (by thread): PyQt requires a "Mandatory" 'from qt import *' ...?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list