Re: Building a Python app with Mozilla



You apparently didn't look very hard. On the wxPython end of things (which I have experience with), there is wxGlade, XRCed, Boa Constructor, Dabo, etc. I don't know about Tkinter (I don't use it), but I know that at least Qt has a very nice GUI designer and builder (from Trolltech if you are willing to pay for it), and if I remember correctly, Eric4 offers some tools to make PyQt editing nice and friendly. I'm sure there are others.

You're somewhat wrong regarding Qt. The designer is free (I did never use a commercial Qt, maybe there comes something additional - but IF I don't have the faintest idea what it could do that would make it better than the free designer.)

And eric is cool and integrates with Qt (and is an example of a Qt-app itself), via launching the designer - but it hasn't have any gui-building stuff in there.

Diez
.



Relevant Pages

  • ANN: Dabo 0.5 released!
    ... The Dabo framework is a true 3-tier design, with data access and UI code separated from your business logic. ... Added the ability for the user to save the generated report form for editing with the Report Designer or editing the rfxml directly. ... Began work on a demo app that mirrors the wxPython demo, which includes all of the controls, some sample code for each along with a brief explanation of how that control is used. ...
    (comp.lang.python)
  • Re: Write a GUI for a python script?
    ... the Dabo Designer that contains a Notebook. ... I'm having a heck of a time finding any documentation at all on ... I don't want to code the GUI ...
    (comp.lang.python)
  • Re: Write a GUI for a python script?
    ... application with a Notebook control inside a frame. ... the Dabo Designer that contains a Notebook. ...
    (comp.lang.python)
  • Re: Best GUI for small-scale accounting app?
    ... On Dec 28, 2004, at 11:57 AM, Paul Rubin wrote: ... > statements when what you're trying to set up is a single structure? ... help develop Dabo? ... am working on the UI Designer, and needed to make menu entries. ...
    (comp.lang.python)
  • [ANN] Dabo 0.6 released
    ... A big reason for the long span was PyCon Dallas back in February, which involved lots of preparation beforehand, as well as lots of work after from the great response to Dabo we received there. ... While there have been no major functional changes in the framework, which has been fairly stable for over a year now, a lot of enhancements have been added to enable the development of our IDE tools. ... In addition to what we've improved in the Dabo framework, we can't forget to mention the Dabo Class Designer, and Dabo Report Designer. ... This allows you to try out Dabo on a Windows computer without having to install Python, wxPython, or any of the other requirements first. ...
    (comp.lang.python)