DESCRIPTION
Dabo is a 3-tier, cross-platform application development framework, written in Python atop the wxPython GUI toolkit. And while Dabo is designed to create database-centric apps, that is not a requirement. Lots of people are using Dabo for the GUI tools to create apps that have no need to connect to a database at all.
Desktop applications. That's what Dabo does. It's not YAWF (yet another web framework). There are plenty of excellent web frameworks out there, so if that's what you are looking for, Dabo isn't for you. But there are almost no desktop application frameworks out there, and if you want to create applications that run on Windows, OS X or Linux, Dabo is for you!
WHAT'S NEW
Version 0.9: - Removed the conditional import on the decimal module, as we are now requiring Python 2.4.
- Removed bare 'except:' from the code. Errors are now explicitly caught and handled. This allowed us to identify and fix several insidious bugs that were suppressed by these bare exception handlers.
- Major re-write to the dDialog subclasses.
- much more
REQUIREMENTS
Mac OS X 10.3 or later, Python 2.4 or higher (2.5 recommended), wxPython 2.6 or higher (2.8 highly recommended). Also, MySQLdb (for MySQL), kinterbasdb (Firebird), pysqlite (SQLite) or psycopg (PostgreSQL) is required for the database-releated demos to work.
|
OTHER PEOPLE SUGGEST No similar products suggested yetSuggest something else: |