Message: 1 Date: Thu, 3 Jan 2008 08:11:05 -0000 From: "Alan Gauld" <[EMAIL PROTECTED]> Subject: Re: [Tutor] Choice of GUI builders To: tutor@python.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original
>>OK, wxPython is a fine toolkt. Just be aware that it does not have a GUI >>builder per se, you have to write the GUI as source code or use a >>third party GUI builder. The Add-Ons & Demos for wxPython come with Xrced, which is a GUI builder for wx, but is not the GUI builder we all think of (VB, Delphi, C++ Builder, etc) There are a handlfull of GUI builders for wx, all with varying degrees of pain & pleasure. wxDesigner,wxFormBuilder, BoaConstructor, Pythoncard are all builders for wx, but not all support Python code generation. I agree with Marc Tompkins" <[EMAIL PROTECTED]> comments and like wx more than other GUI frameworks. It's a shame that someone with adequate resources doesn't come up with a nice commercial WYSIWIG builder for wx, in the same light as Visual Basic, Delphi, or C++ Builder, (but with Python code generation & event handler management.) BTW- There is a list dedicated for wxPython users & development that is extremely help for questions related to wx. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor