Re: Best GUI toolkit with Table support

2009-03-24 Thread John Fabiani
deech wrote: > Hi all, > I am making a cross-platform frontend to a sqlite3 database. Which > python GUI toolkit has the best table support? Tkinter doesn't seem to > support them (without additional package installation). > > The issue is that the application must run off a flash drive with a >

Re: Best GUI toolkit with Table support

2009-03-24 Thread Todd Whiteman
deech wrote: Hi all, I am making a cross-platform frontend to a sqlite3 database. Which python GUI toolkit has the best table support? Tkinter doesn't seem to support them (without additional package installation). The issue is that the application must run off a flash drive with a vanilla Pytho

Re: Best GUI toolkit with Table support

2009-03-24 Thread Stef Mientki
deech wrote: Hi all, I am making a cross-platform frontend to a sqlite3 database. Which python GUI toolkit has the best table support? Tkinter doesn't seem to support them (without additional package installation). The issue is that the application must run off a flash drive with a vanilla Pytho

Best GUI toolkit with Table support

2009-03-24 Thread deech
Hi all, I am making a cross-platform frontend to a sqlite3 database. Which python GUI toolkit has the best table support? Tkinter doesn't seem to support them (without additional package installation). The issue is that the application must run off a flash drive with a vanilla Python install on bo