Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102674
| From | Vlastimil Brom <vlastimil.brom@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 16:00 +0100 |
| Message-ID | <mailman.99.1454943630.2317.python-list@python.org> (permalink) |
| References | <tqljoc-nad.ln1@esprimo.zbmc.eu> <mailman.77.1454869362.2317.python-list@python.org> <318moc-ra4.ln1@esprimo.zbmc.eu> |
2016-02-08 11:42 GMT+01:00 <cl@isbd.net>: > Vlastimil Brom <vlastimil.brom@gmail.com> wrote: >> >> Hi, >> your code in >> http://www.salstat.com/news/linking-wxgrid-to-sqlite-database-in-python-an-example >> >> seems to work for me after small changes with both python 2.7 and 3.4 >> (using wx Phoenix) > > Where are you getting phoenix from? It's not in the Ubuntu > repositories and when I search on Google I seem to go in ever > decreasing circles and always end up finding wxPython for 2.7. > > Did you build it from source yourself (I can do that but only if it's > necessary). > > ... Hi, I'm glad it helped a bit. However, I have no experiences with running wx phoenix on linux - I use it with windows (7) - where the mentioned snapshot builds are available (e.g. as wheel files installable with pip). http://wxpython.org/Phoenix/snapshot-builds/ I believe, building and installing on linux should be doable, but I can't supply any details, see e.g.: http://wxpython.org/Phoenix/docs/html/#linux-unix-etc the source files are available along with the snapshot builds: http://wxpython.org/Phoenix/snapshot-builds/ hth, vbr
Back to comp.lang.python | Previous | Next — Previous 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