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
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
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
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
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
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
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