On Mon, Jan 12, 2009 at 09:58:54PM +0100, Jelle De Loecker wrote: > Hi everyone, > > I'm in the process of converting an Access frontend to python, I must > admit Access & VBA made me a bit lazy. (VB & VBA is also the only > language I learned in school, years ago, but python is quite nice to > learn)
I've never used Access so I don't really know what it provides. I think you may be interested in sqledit [1], a package that provides A Widgets SqlTable and SqlMask that can edit directy a table or any mapper defined in sqlalchemy [2]. I plan to release a localized version before tomorrow. There's a rich demo so you can have a feeling of what it can do. Being base on sqlalchemy it can be used with many different database backends (eg: postgres, sqlite, mysql, and others). It's being used both in Linux and Windows. sandro *:-) [1] http://sqlkit.argolinux.org [2] http://www.sqlalchemy.org _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
