Re: Python IDE/Eclipse

2011-08-30 Thread Fabio Zadrozny
On Fri, Aug 26, 2011 at 11:18 AM, Dave Boland dbola...@fastmail.fm wrote: I'm looking for a good IDE -- easy to setup, easy to use -- for Python.  Any suggestions? I use Eclipse for other projects and have no problem with using it for Python, except that I can't get PyDev to install.  It

Re: Python IDE/Eclipse

2011-08-30 Thread Adam Jorgensen
I recommend PyCharm. Best Python IDE ever :-) If you can't afford to pay for it in the long run, then PyDev is the next best bet. I would recommend downloading the most minimal Eclipse you can get (Usually the Eclipse RCP Runtime) and install the necessary plugins as you go. This prevents you

Re: Python IDE/Eclipse

2011-08-28 Thread flebber
On Aug 27, 6:34 pm, UncleLaz andrei.lis...@gmail.com wrote: On Aug 26, 5:18 pm, Dave Boland dbola...@fastmail.fm wrote: I'm looking for a good IDE -- easy to setup, easy to use -- for Python.   Any suggestions? I use Eclipse for other projects and have no problem with using it for

Re: Python IDE/Eclipse

2011-08-28 Thread Alec Taylor
Editra On Sun, Aug 28, 2011 at 5:56 PM, flebber flebber.c...@gmail.com wrote: On Aug 27, 6:34 pm, UncleLaz andrei.lis...@gmail.com wrote: On Aug 26, 5:18 pm, Dave Boland dbola...@fastmail.fm wrote: I'm looking for a good IDE -- easy to setup, easy to use -- for Python.   Any

Re: Python IDE/Eclipse

2011-08-27 Thread UncleLaz
On Aug 26, 5:18 pm, Dave Boland dbola...@fastmail.fm wrote: I'm looking for a good IDE -- easy to setup, easy to use -- for Python.   Any suggestions? I use Eclipse for other projects and have no problem with using it for Python, except that I can't get PyDev to install.  It takes forever,

Python IDE/Eclipse

2011-08-26 Thread Dave Boland
I'm looking for a good IDE -- easy to setup, easy to use -- for Python. Any suggestions? I use Eclipse for other projects and have no problem with using it for Python, except that I can't get PyDev to install. It takes forever, then produces an error that makes no sense. An error occurred

Re: Python IDE/Eclipse

2011-08-26 Thread Zach Dziura
I've honestly always used either PyDev or IDLE. However, Python is pretty easy to usd without a big IDE slowing you down, so you could also use a developer's text editor like Notepad++ or gedit and still be good. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python IDE/Eclipse

2011-08-26 Thread Moises Alberto Lindo Gutarra
I like Aptana Studio http://www.aptana.com/products/studio3 2011/8/26 Dave Boland dbola...@fastmail.fm: I'm looking for a good IDE -- easy to setup, easy to use -- for Python.  Any suggestions? I use Eclipse for other projects and have no problem with using it for Python, except that I can't

Re: Python IDE/Eclipse

2011-08-26 Thread Benjamin Kaplan
On Aug 26, 2011 11:39 AM, Moises Alberto Lindo Gutarra mli...@gmail.com wrote: I like Aptana Studio http://www.aptana.com/products/studio3 FYI, Aptana is just a set of extensions for Eclipse. Aptana Studio is just Eclipse with all of the Aptana extensions (including PyDev) preinstalled.

Re: Python IDE/Eclipse

2011-08-26 Thread smackay
You can get a lot done, if not everything, with a simple editor however for me an IDE is awesome for digging around in the django internals to see how it all works. I used PyDev initially then onto emacs but finally I settled on PyCharm - it's just like PyDev except that everything works.

Re: Python IDE/Eclipse

2011-08-26 Thread Thomas 'PointedEars' Lahn
Dave Boland wrote: I'm looking for a good IDE -- easy to setup, easy to use -- for Python. Any suggestions? PyDev (currently 2.2.1.2011073123, from the Aptana Studio 3.0.4 Plugin; but I can see that 2.2.2 has been released). I use Eclipse for other projects and have no problem with using