On Tue, 16 Jun 2009 11:57:53 +0300, Gökçen Eraslan <[email protected]> wrote: > Hi, > > In an early version of PyQt(< 4.4.4) we were having problems about loading > ui > files with Turkish locale like: > > File "/usr/lib/python2.4/site-packages/PyQt4/uic/properties.py", line 220, > in setProperties > getattr(widget, "set%s%s" % (propname[0].upper(), propname[1:]))( > AttributeError: seticon > > And this problem was fixed after this thread[1], and PyQt 4.4.4 was fine. > But > in PyQt 4.5, according patch in the thread (also attached) is not included. > Is > this intentional or just forgotten? Can you include it again in next > release?
Should be fixed in tonight's snapshot. It got dropped in the process of porting to Python v3. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
