EVT Tutotial

That's what we think, too. If you look at the module structure for dabo.ui, you'll see that it isn't a single directory, but several: dabo.ui.uiwx, dabo.ui.uitk, etc. There is a call to dabo.ui.loadUI("wx") at the beginning of every Dabo app to set the calls to use the wxPython toolkit for UI. We started with wxPython because we felt it was by far the best cross-platform UI toolkit available.

     We would absolutely love it if someone were to wrap a web templating system/server so that you call dabo.ui.loadUI("zope3") or dabo.ui.loadUI("turbogears"), and have it integrate with those web application servers.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com

···

On Jan 23, 2006, at 6:08 PM, Tim Roberts wrote:

If there were a simple way to write in Dabo, and generate BOTH a
wxPython GUI and a web-based GUI, it would be the perfect environment.
That shouldn't be rocket science.