1

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.
Community
  • 1
  • 1
compie
  • 10,135
  • 15
  • 54
  • 78
  • The Platform Runtime Binary is found here http://download.eclipse.org/eclipse/downloads/drops/R-3.6-201006080911/index.php – LtPinback Aug 10 '10 at 08:53

3 Answers3

1

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
  • 2,724
  • 4
  • 37
  • 58
1

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.

Benjamin Wohlwend
  • 30,958
  • 11
  • 90
  • 100
0

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
  • 83,810
  • 28
  • 209
  • 234
  • 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 Jul 30 '10 at 12:19