Dabo is a 3-tier, cross-platform application development framework, written in Python atop the wxPython GUI toolkit that enables you to easily create powerful desktop applications. These can range from those that interact heavily with databases to those that are purely user interface. And while Dabo is designed to create database-centric apps, that is not a requirement.
Questions tagged [dabo]
3 questions
21
votes
2 answers
Anyone used Dabo for a medium-big project?
We're at the beginning of a new ERP-ish client-server application, developed as a Python rich client. We're currently evaluating Dabo as our main framework and it looks quite nice and easy to use, but I was wondering, has anyone used it for…

Joril
- 19,961
- 13
- 71
- 88
8
votes
2 answers
Opinions about Dabo
Has anyone used Dabo lately? How does it rate vs Boa Constructor, etc? I'm writing a new Python database app and Dabo looks promising, but what's the real-world scoop on it?
Is it used by many developers? It's not talked about very much here on SO,…

CChriss
- 241
- 2
- 6
0
votes
1 answer
Showing a table after rotating by 90 in wx-python
I have to display a table with multiple columns but only a single row. Displaying it in the normal way using wxGrid doesnt look appealing at all and makes it hard for the user to read. I want to know if there is any way in which I can flip the table…

user1667307
- 2,041
- 6
- 27
- 32