Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102627
| From | cl@isbd.net |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: What's the best/neatest way to get Unicode data from a database into a grid cell? |
| Date | 2016-02-07 12:42 +0000 |
| Message-ID | <5nqjoc-55e.ln1@esprimo.zbmc.eu> (permalink) |
| References | <tqljoc-nad.ln1@esprimo.zbmc.eu> <mailman.70.1454846169.2317.python-list@python.org> |
Chris Angelico <rosuav@gmail.com> wrote: > > So the question then becomes: Under Python 3, can you use regular > string objects for both the things you're working with? I can confirm > that the inbuilt sqlite3 module works just fine with Unicode text; so > all you need to do is try out your GUI code under Python 3. I've no > idea how good wx support in Py3 is, so you might find you need to > switch GUI toolkits to get everything working; but whether it's with > wxWidgets, GTK, QT, or some other library, you should be able to put > something together under Python 3 that "just works" as regards > Unicode. Caveat: I haven't done any serious GUI programming using > Python. > Sadly wxpython doesn't work at all in Python 3. There's a project called Phoenix to move it across to Python 3 but it's nowhere near stable yet, which is rather a pity. So the question is do I stay with 2.7 and live with the Unicode difficulties or do I try and move to another GUI that does work with Python 3. Are there any Python 3 GUIs that would be reasonably easy to move to? E.g. ones which have a grid object and which work in the same sort of way as wxpython in general? -- Chris Green ยท
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
What's the best/neatest way to get Unicode data from a database into a grid cell? cl@isbd.net - 2016-02-07 11:19 +0000
Re: What's the best/neatest way to get Unicode data from a database into a grid cell? Chris Angelico <rosuav@gmail.com> - 2016-02-07 22:56 +1100
Re: What's the best/neatest way to get Unicode data from a database into a grid cell? cl@isbd.net - 2016-02-07 12:42 +0000
Re: What's the best/neatest way to get Unicode data from a database into a grid cell? Chris Angelico <rosuav@gmail.com> - 2016-02-08 00:11 +1100
Re: What's the best/neatest way to get Unicode data from a database into a grid cell? cl@isbd.net - 2016-02-07 13:59 +0000
Re: What's the best/neatest way to get Unicode data from a database into a grid cell? Dietmar Schwertberger <maillist@schwertberger.de> - 2016-02-07 16:06 +0100
Re: What's the best/neatest way to get Unicode data from a database into a grid cell? cl@isbd.net - 2016-02-08 10:22 +0000
Re: What's the best/neatest way to get Unicode data from a database into a grid cell? Chris Angelico <rosuav@gmail.com> - 2016-02-08 21:57 +1100
Re: What's the best/neatest way to get Unicode data from a database into a grid cell? Vlastimil Brom <vlastimil.brom@gmail.com> - 2016-02-07 19:22 +0100
Re: What's the best/neatest way to get Unicode data from a database into a grid cell? cl@isbd.net - 2016-02-08 10:42 +0000
Re: What's the best/neatest way to get Unicode data from a database into a grid cell? Chris Angelico <rosuav@gmail.com> - 2016-02-08 21:55 +1100
Re: What's the best/neatest way to get Unicode data from a database into a grid cell? Vlastimil Brom <vlastimil.brom@gmail.com> - 2016-02-08 16:00 +0100
csiph-web