Best GUI toolkit with Table support

D

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 both Windows and Linux. Or if there is a way
to store additional packages on the flash drive and call them in some
portable way, this would work too.

-deech
 
S

Stef Mientki

deech said:
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 both Windows and Linux. Or if there is a way
to store additional packages on the flash drive and call them in some
portable way, this would work too.

-deech
this one is build upon wxPython:

http://mientki.ruhosting.nl/data_www/pylab_works/pw_sqllite.html


cheers,
Stef
 
T

Todd Whiteman

deech said:
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 both Windows and Linux. Or if there is a way
to store additional packages on the flash drive and call them in some
portable way, this would work too.

If you don't need custom sqlite functionality, you could use an existing
sqlite manager app, such as SQLiteManager, which runs cross-platform as
a Firefox extension, or can use XULRunner as a standalone (so it could
run off a flash drive):
http://code.google.com/p/sqlite-manager/wiki/ScreenShots

Cheers,
Todd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top