Re: highly einteractive editor for python

2007-07-11 Thread [EMAIL PROTECTED]
On Jul 9, 5:14 pm, "Atul Bhingarde" <[EMAIL PROTECTED]> wrote: > Does anybody know an editor that facilitates, interactive python > development. Where GUI etc developed will be possible to see in real time > mode. > > Thanks > > Atul Have a look at UliPad: http://wiki.woodpecker.org.cn/moin/UliPad

Re: highly einteractive editor for python

2007-07-10 Thread Peter Decker
On 7/10/07, Atul Bhingarde <[EMAIL PROTECTED]> wrote: > What I want to see is that it is possible to create a python based > application in a environment where I can see the results as I am creating > it, specifically gui widgets (from say TK). This will provide a robust > mechanism to see gui layo

Re: highly einteractive editor for python

2007-07-10 Thread Bjoern Schliessmann
Atul Bhingarde wrote: > What I want to see is that it is possible to create a python based > application in a environment where I can see the results as I am > creating it, specifically gui widgets (from say TK). This will > provide a robust mechanism to see gui layout as well. Py is an IDE for P

Re: highly einteractive editor for python

2007-07-10 Thread Atul Bhingarde
I liked what the Wing IDE provides, one question though will it provide facility like creating the GUI widgets (say using TK) and facilitaate layout for the same and then run the script ? Thanks Atul "Steve Holden" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Atul Bhingarde wr

Re: highly einteractive editor for python

2007-07-10 Thread Atul Bhingarde
What I want to see is that it is possible to create a python based application in a environment where I can see the results as I am creating it, specifically gui widgets (from say TK). This will provide a robust mechanism to see gui layout as well. Thanks Atul "Josiah Carlson" <[EMAIL PROTECTE

Re: highly einteractive editor for python

2007-07-09 Thread Josiah Carlson
Atul Bhingarde wrote: > Does anybody know an editor that facilitates, interactive python > development. Where GUI etc developed will be possible to see in real time > mode. Boa Constructor? wxGlade embedded in some other software (SPE?) XRCed? What do you mean by "real time mode"? - Josi

Re: highly einteractive editor for python

2007-07-09 Thread Steve Holden
Atul Bhingarde wrote: > Does anybody know an editor that facilitates, interactive python > development. Where GUI etc developed will be possible to see in real time > mode. > > Thanks > > Atul > > Wind IDE is great for debugging GUI-based programs - you can set breakpoints in event-handling

highly einteractive editor for python

2007-07-09 Thread Atul Bhingarde
Does anybody know an editor that facilitates, interactive python development. Where GUI etc developed will be possible to see in real time mode. Thanks Atul -- http://mail.python.org/mailman/listinfo/python-list