What's the best/neatest way to get Unicode data from a database into a grid cell?
Chris Angelico
rosuav at gmail.com
Mon Feb 8 05:55:02 EST 2016
More information about the Python-list mailing list
Mon Feb 8 05:55:02 EST 2016
- Previous message (by thread): What's the best/neatest way to get Unicode data from a database into a grid cell?
- Next message (by thread): What's the best/neatest way to get Unicode data from a database into a grid cell?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Feb 8, 2016 at 9:42 PM, <cl at isbd.net> wrote: > Vlastimil Brom <vlastimil.brom at 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). > > http://wiki.wxpython.org/ProjectPhoenix has links to the source code and to daily snapshots. I suspect the easiest way to get it will be from source. ChrisA
- Previous message (by thread): What's the best/neatest way to get Unicode data from a database into a grid cell?
- Next message (by thread): What's the best/neatest way to get Unicode data from a database into a grid cell?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list