Re: searching for IDE

2005-06-13 Thread Steve Holden
alexrait1 wrote: > I need an IDE for python that has the ability to show the filds of a > class when I write "." > Just the way it works in eclipse/JBuilder with java or visual studio > with c++ > For now I treid eric3 and IDLE they don't do this... > Wing IDE gives you a completion drop-down when

Re: searching for IDE

2005-06-13 Thread Philippe C. Martin
pydev for eclipse ? alexrait1 wrote: > I need an IDE for python that has the ability to show the filds of a > class when I write "." > Just the way it works in eclipse/JBuilder with java or visual studio > with c++ > For now I treid eric3 and IDLE they don't do this... -- http://mail.python.org

Re: searching for IDE

2005-06-13 Thread RM
oops. I didn't see the part about you having tried eric3 already. For your part, you may have missed the very good auto-completion tools available for eric3. Look here: http://www.die-offenbachs.de/detlev/eric3-contrib.html -RM -- http://mail.python.org/mailman/listinfo/python-list

Re: searching for IDE

2005-06-13 Thread RM
You should also check out eric3. It is cross-platform, free, very advanced, and with a super active development community. -RM alexrait1 wrote: > I need an IDE for python that has the ability to show the filds of a > class when I write "." > Just the way it works in eclipse/JBuilder with java or

Re: searching for IDE

2005-06-13 Thread Trent Mick
[Grumman wrote] > alexrait1 wrote: > > I need an IDE for python that has the ability to show the filds of a > > class when I write "." > > Just the way it works in eclipse/JBuilder with java or visual studio > > with c++ > > For now I treid eric3 and IDLE they don't do this... > > > > The ActiveS

Re: searching for IDE

2005-06-12 Thread Chris Spencer
jean-marc wrote: > if you are familiar with eclipse, you could use the PyDev python > plugin. > > jm Thanks for that reference. I had been using SPE for my Python editing, but it's gone unmaintained as of late, so I've been looking for an alternative. Aside from an autocomplete bug (which I've

Re: searching for IDE

2005-06-12 Thread Grumman
alexrait1 wrote: > I need an IDE for python that has the ability to show the filds of a > class when I write "." > Just the way it works in eclipse/JBuilder with java or visual studio > with c++ > For now I treid eric3 and IDLE they don't do this... > The ActiveState python editor (pythonwin?) do

Re: searching for IDE

2005-06-12 Thread Rob
Try ActiveState Komodo. It costs $30 for a personal license, and is well worth it. If you like visual studio you will like it. Like many other people, I have looked far and wide for a Python IDE and this is what I've found. The free solutions don't cut it, at least without spending many many

Re: searching for IDE

2005-06-12 Thread jean-marc
if you are familiar with eclipse, you could use the PyDev python plugin. jm -- http://mail.python.org/mailman/listinfo/python-list

searching for IDE

2005-06-12 Thread alexrait1
I need an IDE for python that has the ability to show the filds of a class when I write "." Just the way it works in eclipse/JBuilder with java or visual studio with c++ For now I treid eric3 and IDLE they don't do this... -- http://mail.python.org/mailman/listinfo/python-list