On 9/14/10 11:16 AM, alessio c wrote: > Hi, > > I've found out today about the Dabo framework and I have to say it looks > quite astonishing. I've been able to build a GUI in few second, while with > Python, Sqlite and Glade I'm still fighting to have some decent results. > As I am a total newbie with Dabo and a basic python user, my question is if > Dabo can actually build python programs which don't need Dabo to be run. > For example, if I manage to create a small python script to handle PDFs with > sqlite, is Dabo still a good choise? Wouldn't it be overkilling using Dabo > for such type of applications? Especially if those have then to be used by > other people.
Dabo provides a nice bizobj layer along with a well thought-out UI layer that makes it easy to code database and/or ui applications. If it makes it easier for you, why not depend on it? It sounds like you are concerned about requiring others to have Dabo installed. That becomes moot when you package your app in a standalone fashion with, for example, py2exe, py2app, or cx_freeze. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
