Write a GUI for a python script?

Bill Maxwell bill_maxwell_notMyRealAddress at notreal.net
Sat Mar 4 12:00:00 EST 2006


On Fri, 3 Mar 2006 07:19:34 -0500, "Peter Decker" <pydecker at gmail.com>
wrote:

>I started with wxPython and struggled with it for a long time. I was
>able to get the job done, but using it never seemed natural. Then I
>found the Dabo project, whose ui module wraps wxPython into a much
>more Pythonic, consistent interface. Since then I've been able to
>create GUIs without much effort at all. I highly recommend Dabo if you
>are thinking about wxPython.

Dabo does look really nice, but seems like it has a ways to go yet.

I downloaded it a couple of weeks ago, and the very first thing I wanted
to do doesn't seem to be supported.  I tried to create a simple
application with a Notebook control inside a frame.  The Notebook
control doesn't appear to be supported yet.

Is that right, or am I just not looking in the right places?


Bill



More information about the Python-list mailing list