Re: [PyQt] Can't load UI files under Turkish locale (again)

2009-06-22 Thread Phil Thompson
On Tue, 16 Jun 2009 11:57:53 +0300, Gökçen Eraslan 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(

Re: [PyQt] Can't load UI files under Turkish locale (again)

2009-06-16 Thread Phil Thompson
On Tue, 16 Jun 2009 11:57:53 +0300, Gökçen Eraslan 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(

[PyQt] Can't load UI files under Turkish locale (again)

2009-06-16 Thread Gökçen Eraslan
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: set

Re: [PyQt] Can't load UI files under Turkish locale

2007-08-11 Thread Phil Thompson
On Thursday 02 August 2007 12:08 pm, Ismail Dönmez wrote: > Hi all, > > uic/properties.py line 220 says : > > getattr(widget, "set%s%s" % (propname[0].upper(), propname[1:]))( > > The propname[0].upper() part is problematic for Turkish locale, because > uppercase of "i" is not "I" in Turkish locale

Re: [PyQt] Can't load UI files under Turkish locale

2007-08-10 Thread Ismail Dönmez
On Friday 10 August 2007 21:46:12 Giovanni Bajo wrote: > On 8/10/2007 1:01 PM, Ismail Dönmez wrote: > >>> Ping? > >> > >> I'm waiting for your reply to Giovanni's question. > > > > To reply Giovanni, yes uic is running from a program who uses system > > locale which is tr_TR.UTF-8. > > Are you sayi

Re: [PyQt] Can't load UI files under Turkish locale

2007-08-10 Thread Giovanni Bajo
On 8/10/2007 1:01 PM, Ismail Dönmez wrote: Ping? I'm waiting for your reply to Giovanni's question. To reply Giovanni, yes uic is running from a program who uses system locale which is tr_TR.UTF-8. Are you saying that, in your system, as soon as you start the Python interpreter, the local

Re: [PyQt] Can't load UI files under Turkish locale

2007-08-10 Thread Ismail Dönmez
On Friday 10 August 2007 10:42:49 Phil Thompson wrote: > On Friday 10 August 2007 1:21 am, Ismail Dönmez wrote: > > Ping? > > I'm waiting for your reply to Giovanni's question. To reply Giovanni, yes uic is running from a program who uses system locale which is tr_TR.UTF-8. Regards, ismail --

Re: [PyQt] Can't load UI files under Turkish locale

2007-08-10 Thread Ismail Dönmez
On Friday 10 August 2007 10:42:49 Phil Thompson wrote: > On Friday 10 August 2007 1:21 am, Ismail Dönmez wrote: > > Ping? > > I'm waiting for your reply to Giovanni's question. I can't see his reply in my mailer :-/ I will check web archives, thanks. Regards, ismail -- Perfect is the enemy of g

Re: [PyQt] Can't load UI files under Turkish locale

2007-08-10 Thread Phil Thompson
On Friday 10 August 2007 1:21 am, Ismail Dönmez wrote: > Ping? I'm waiting for your reply to Giovanni's question. Phil > On Thursday 02 August 2007 14:08:57 Ismail Dönmez wrote: > > Hi all, > > > > uic/properties.py line 220 says : > > > > getattr(widget, "set%s%s" % (propname[0].upper(), propna

Re: [PyQt] Can't load UI files under Turkish locale

2007-08-09 Thread Ismail Dönmez
Ping? On Thursday 02 August 2007 14:08:57 Ismail Dönmez wrote: > Hi all, > > uic/properties.py line 220 says : > > getattr(widget, "set%s%s" % (propname[0].upper(), propname[1:]))( > > The propname[0].upper() part is problematic for Turkish locale, because > uppercase of "i" is not "I" in Turkish

Re: [PyQt] Can't load UI files under Turkish locale

2007-08-02 Thread Giovanni Bajo
On 8/2/2007 1:08 PM, Ismail Dönmez wrote: uic/properties.py line 220 says : getattr(widget, "set%s%s" % (propname[0].upper(), propname[1:]))( The propname[0].upper() part is problematic for Turkish locale, because uppercase of "i" is not "I" in Turkish locale but its i-with-a-dot-above (İ) .

[PyQt] Can't load UI files under Turkish locale

2007-08-02 Thread Ismail Dönmez
Hi all, uic/properties.py line 220 says : getattr(widget, "set%s%s" % (propname[0].upper(), propname[1:]))( The propname[0].upper() part is problematic for Turkish locale, because uppercase of "i" is not "I" in Turkish locale but its i-with-a-dot-above (İ) . So trying to load a UI file result