Hello, For the creation of my GUI I am very fan of this approach: http://primates.ximian.com/~sandino/python-glade/
Even if I am an heavy user of MS Visual Studio, I feel that the combination of PyGTK + Glade to build the GUI + gtk.glade to use the glade file is providing a very comfortable setup. When I am working I just switch between Glade, emacs and a terminal. I do not need more for the moment. My problem with IDEs in general, is that they tend to generate unmaintainable code for someone not using the same IDE (very fast people are ending by mixing presentation, model and logic, the code is so full of comments that must not be moved that it starts to be hard to read, or some extra file with a "strange" format a created on the side and needed by the IDE). That is really a point to take into account when creating the IDE. Note that my current setup still keep some files "on the side", this is a matter of trade-offs, as always. Regards, lo�c OT: I am new on this list, so Lo�c d'Anterroches, French but PhD student in Denmark in chemical engineering. So basically I am working with process simulation tools. A lot of old code to maintain (fortran, C, C++) but for my new developments I am using Python + PyGTK as I wanted to go fast and be able to work both at home (linux) and at the office (MS). On Apr 12, 2005 8:06 AM, Stefan Elwesthal <[EMAIL PROTECTED]> wrote: > Is Wing any good? Cause if it is I'll buy it. Doesn't seem to have any GUI > builder included though?? > > I read anjuta next version would have glade integrated, but I never written > any python code in Anjuta. > (so I better stick with glade + gvim for another month ;) > > Stefan > > ----- Original Message ----- > From: "Bruno Dusausoy" <[EMAIL PROTECTED]> > To: [email protected] > Subject: Re: [pygtk] the ultimate resource? > Date: Tue, 12 Apr 2005 07:28:30 +0200 > > > I was thinking of beginning a clone of Wing IDE > > ( http://wingware.com/wingide/screenshots ), which i'm using atm, in > > PyGtk (or C/Gtk+) but I'm asking myself if I have the skills to do it. > > > > Maybe there are similar projects already launched ? I could help them if > > needed (I assume so). > > > > Regards. > > -- > > Bruno Dusausoy <[EMAIL PROTECTED]> > > -- > _______________________________________________ > Check out the latest SMS services @ http://www.linuxmail.org > This allows you to send and receive SMS through your mailbox. > > Powered by Outblaze > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ > _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
