Quoting Gerard Vermeulen <[EMAIL PROTECTED]>: > On Sun, 05 Mar 2006 14:41:10 +0100 > "V. Armando Sole" <[EMAIL PROTECTED]> wrote: > > > Hi! > > > > In order to be able to use the same code with PyQt3 and PyQt4, I had > > written a small Qt4.py wrapper to simplify simple cases. > > > > from PyQt4.QtCore import * > > from PyQt4.QtGui import * > > There are two namespaces Qt: one in QtCore and one in QtGui. > Qt.Vertical is part of QtCore, but this gets wiped out > by your import: from PyQt4.QtGui import * >
So, the fact it was working till the 20060218-snapshot was merely accidental and now it has been corrected. I'll have to think about an alternative approach. Thanks, Armando ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
