[PyQt] Can't load UI files under Turkish locale (again)
Gökçen Eraslan
gokcen at pardus.org.tr
Tue Jun 16 09:57:53 BST 2009
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?
Thanks.
[1] http://www.mail-archive.com/pyqt@riverbankcomputing.com/msg11374.html
--
Gökçen Eraslan
Pardus Developer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: use-ascii-upper-instead-of-upper.patch
Type: text/x-patch
Size: 1552 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20090616/60f8a881/use-ascii-upper-instead-of-upper.bin
More information about the PyQt
mailing list