If you just need to slap a UI in front of a database to do some data entry, try installing Open Office, and using "Base". It's basically a clone of Access, which gives you the ability to slap together a form using a designer, and wire that to a database. Once you've entered your data into the "Base" database, you can either just work with it there, or migrate it over to a real database. That part should be really easy.
Thanks, Troy On Thu, Sep 29, 2011 at 10:40 AM, Rich Shepard <[email protected]> wrote: > On Thu, 29 Sep 2011, Robin Dunn wrote: > >> Take a look at Dabo. They have some good tools for building data-centric >> applications. http://dabodev.com/ > > Thank you, Robin. I completely forgot about it. This is a definite 'go' > since I can more quickly get back to speed with wxPython (as needed) than > with PyQt. > > Much appreciated, > > Rich > _______________________________________________ > Portland mailing list > [email protected] > http://mail.python.org/mailman/listinfo/portland > _______________________________________________ Portland mailing list [email protected] http://mail.python.org/mailman/listinfo/portland
