George Sakkis wrote: > Is there any tool in python (or with python bindings) like Oracle > Application Express, former HTML DB > (http://www.oracle.com/technology/products/database/application_express/index.html) > ? Ideally it should be dbms-agnostic, e.g. by using SQLObject to talk > to the database. The closest I can think of is Dabo, but it (currently) > supports wxPython only for the UI. If there isn't anything like this > out of the box, what would the best starting point be for implementing > such a system ? Extending Dabo, a web framework (e.g. Django), or > something different ?
AFAICT, Dabo is supposed to grow a web UI someday, so if it's close to what you're looking for, you may want to make this happens sooner !-) Else, you could have a look at Django, Turbogears or Pylons. -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list