Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102628
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| 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-08 00:11 +1100 |
| Message-ID | <mailman.71.1454850695.2317.python-list@python.org> (permalink) |
| References | <tqljoc-nad.ln1@esprimo.zbmc.eu> <mailman.70.1454846169.2317.python-list@python.org> <5nqjoc-55e.ln1@esprimo.zbmc.eu> |
On Sun, Feb 7, 2016 at 11:42 PM, <cl@isbd.net> wrote: > > 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? Grid object? I'm not sure. But all of my GUI work of late has been with GTK, and I'm pretty happy with it. (Granted, that's with Pike, not Python, so the exact API is slightly different; but I know there is good support for Python 3.) You may also want to look into Tk / tkinter, although its Unicode support is (or was, last I heard) limited to the Basic Multilingual Plane - the 64K most commonly used characters. ChrisA
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