Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'correct.': 0.07; 'lawrence': 0.09; 'prefix': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'strings.': 0.09; 'python': 0.11; 'bug': 0.12; 'language.': 0.14; 'folks,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:GUI': 0.16; 'subject:programming': 0.16; 'tracker,': 0.16; 'underlying': 0.16; 'wxpython': 0.16; 'subject:python': 0.16; 'language': 0.16; 'wrote:': 0.18; 'meant': 0.20; 'header:User-Agent:1': 0.23; 'library,': 0.24; 'unicode': 0.24; 'right.': 0.26; 'header:X-Complaints-To:1': 0.27; 'header :In-Reply-To:1': 0.27; 'correct': 0.29; "doesn't": 0.30; 'dec': 0.30; 'subject:please': 0.30; "i'm": 0.30; "d'aprano": 0.31; 'raised': 0.31; 'steven': 0.31; 'bugs': 0.33; "i'd": 0.34; "can't": 0.35; 'good.': 0.35; 'but': 0.35; 'impression': 0.36; 'being': 0.38; 'handle': 0.38; 'to:addr:python-list': 0.38; 'rather': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'subject: ': 0.61; 'simple': 0.61; 'our': 0.64; 'due': 0.66; 'hoping': 0.75; 'legs': 0.84; 'messed': 0.84; 'received:89': 0.85; 'subject:want': 0.91; 'convinced': 0.93; 'subject:answer': 0.95; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: GUI:-please answer want to learn GUI programming in python , how should i proceed. Date: Tue, 17 Dec 2013 13:47:02 +0000 References: <9f5d28ce-504d-40db-baa2-ff3699ab05c7@googlegroups.com> <20131214180549.59e9831a6faf098b754ea00a@gmx.net> <52ace2c0$0$29992$c3e8da3$5496439d@news.astraweb.com> <52ade081$0$29976$c3e8da3$5496439d@news.astraweb.com> <9846a594-e415-4ab8-8df7-67d10a081ffc@googlegroups.com> <52b01978$0$29973$c3e8da3$5496439d@news.astraweb.com> <52b031cc$0$29976$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-89-240-168-13.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: <52b031cc$0$29976$c3e8da3$5496439d@news.astraweb.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 33 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387288037 news.xs4all.nl 2873 [2001:888:2000:d::a6]:36359 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62186 On 17/12/2013 11:13, Steven D'Aprano wrote: > On Tue, 17 Dec 2013 09:39:06 +0000, Mark Lawrence wrote: > >> Personally I am convinced that wxPython can't handle unicode for the >> simple reason that it doesn't yet support Python 3 and we all know that >> Python 2 and unicode don't mix. > > I don't think this is right. The Unicode support in Python 2 isn't as > good as in Python 3, but it is still pretty good. You just have to > remember to use the u prefix on your strings. > > If it is true that wxPython cannot handle Unicode -- and I see no > evidence that this is correct -- then it is due to the underlying wx* > library, not Python 2. > > Sorry folks, I'd been up all night and messed that up completely. I meant to say "Personally I am convinced that *IF* wxPython can't handle unicode *IT WILL BE* for the simple reason that it doesn't yet support Python 3 and we all know that Python 2 and unicode don't mix". It would have been better still if I'd added right at the end "particularly well", with this being the impression I get from the bug tracker, with far fewer bugs being raised against Python 3 unicode that I'm aware of rather than Python 2. I'm now crossing my fingers and legs and hoping that my impression is correct. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence