views:

83

answers:

3

I want to start using Eclipse with the PyDev plugin, as recommended by this poster. The PyDev download page says I need Eclipse (3.2 to 3.5) and that I can use the Platform Runtime Binary.

  1. Can I also use Eclipse 3.5.2 (or maybe even 3.6) instead of 3.5?
  2. Where can I find the Platform Runtime Binary? I'm a little bit lost in the Eclipse download pages.
+1  A: 

Can I also use Eclipse 3.5.2 (or maybe even 3.6) instead of 3.5?

Try and find out. :) Yes.

Where can I find the Platform Runtime Binary? I'm a little bit lost in the Eclipse download pages.

You won't need it.

NullUserException
I would like to use the Platform Runtime Binary because it apparently is the smallest Eclipse intaller. I don't need C/C++ or Java, I only use Eclipse for Python.
compie
+1  A: 

Yes I use eclipse 3.5.2 with pydev plugin and it works great. Install the pydev plugin by opening up Help / Install New Software and putting in "Pydev - http://pydev.org/updates" into the Work with field. Then follow on the installation procedure. After pydev is installed make sure that you put the python interpreter into the window / preferences /pydev / Interpreter - python page

amadain
+1  A: 

PyDev works great with Eclipse 3.6. I'd download the Java Edition, which is pretty minimal (as far as Eclipse can be minimal). Then you can use the brand new built-in marketplace to install PyDev. No need to look up the update-URL. You find the marketplace under "Help > Eclipse Marketplace..." (why they put the market place in the help menu is beyond me...).

Note that if you download the Eclipse Classic edition, you won't get the marketplace.

piquadrat