Best IDE for Rapid GUI dev

Martin Franklin mfranklin1 at gatwick.westerngeco.slb.com
Thu Aug 15 08:32:59 EDT 2002


On Thursday 15 Aug 2002 11:10 am, Matthew Baulch wrote:
> I have routinely used the Tkinter module for construction of all my GUI's
> until recently where I discovered the AWESOME wxPython package
> (http://wxpython.sourceforge.net).
>
> Anyway, IDLE, the Tkinter based IDE which i have found to be fast, stable
> and friendly over the years has run into a bit of a wall in relation to the
> use of wxPython. However, if I make a coding error which results my
> wxPython app stopping to respond and die, IDLE dies with it.

Have you tried idlefork it executes your source code in another process so 
perhaps would fix this problem.  Than you could keep coding in IDLE _forever_ 

http://idlefork.sourceforge.net/

HTH
Martin






More information about the Python-list mailing list