Python visual IDE

2006-11-22 Thread king kikapu
Hi to all, i am not sure if this question really belongs here but anyway, here it goes: I have seen a lot of IDEs for Python, a lot of good stuff but actually none of them has what, for example, Visual Studio has: a Visual Editor (with the ability to place controls on forms etc etc), or RAD I

Re: Python visual IDE

2006-11-22 Thread Bruno Desthuilliers
king kikapu wrote: Hi to all, i am not sure if this question really belongs here but anyway, here it goes: I have seen a lot of IDEs for Python, a lot of good stuff but actually none of them has what, for example, Visual Studio has: a Visual Editor (with the ability to place controls on

Re: Python visual IDE

2006-11-22 Thread king kikapu
hmmm,,,ok, i see your point. As i understand it, as a newcomer, it is a little cumbersome to right the code in one ide, glue the UI from another toll and all that stuff. I know it works but if someone is coming from VS.Net, it seems a little strange, at first. I also saw that the wxWidgets is

Re: Python visual IDE

2006-11-22 Thread Steve
I haven't used it but Komodo (Professional version) says it has: ActiveState GUI Builder (Komodo Professional only) Enhance your applications with GUI dialogs: Simple, Tk-based dialog builder with seamless round-trip integration, for Perl, Python, Ruby, and Tcl. --

Re: Python visual IDE

2006-11-22 Thread king kikapu
I have already downloaded and seen the trial of Komodo Professional. Indeed it has a simple Gui Builder but one can only use TKinter on it. No wxWidgets support and far from truly RAD, but it is the only integrated GUI builder in these IDEs... On Nov 22, 4:31 pm, Steve [EMAIL PROTECTED] wrote:

Re: Python visual IDE

2006-11-22 Thread hg
king kikapu wrote: I have already downloaded and seen the trial of Komodo Professional. Indeed it has a simple Gui Builder but one can only use TKinter on it. No wxWidgets support and far from truly RAD, but it is the only integrated GUI builder in these IDEs... On Nov 22, 4:31 pm, Steve

Re: Python visual IDE

2006-11-22 Thread king kikapu
I didn't know about this product you mention (wxDesigner). I download the trial and it seems pretty good, reminds me the wxGlade. So you make the GUI in this, generate Python code and import the module on your main project and reference it respectively ?? On Nov 22, 4:58 pm, hg [EMAIL

Re: Python visual IDE

2006-11-22 Thread johnf
king kikapu wrote: Hi to all, i am not sure if this question really belongs here but anyway, here it goes: I have seen a lot of IDEs for Python, a lot of good stuff but actually none of them has what, for example, Visual Studio has: a Visual Editor (with the ability to place controls on

Re: Python visual IDE

2006-11-22 Thread hg
Yes, Actually when you create the project from wxDesigner, the main will also be generated for you ... then you include the correct files in eclipse (note that one file never needs to be edited ... like glade). I went for wxDesigner years ago when wxglade was fairly unstable ... have not tested