Search code examples
pythoneclipsepydev

Eclipse and Pydev Python


I'm trying to run Python using Pydev and Eclipse (Eclipse Standard/Eclipse Luna).
However, when I try to run a file, I get:

This version of PyDev requires a newer version of Eclipse to run properly.
Please upgrade Eclipse or use an older version of PyDev.

(I got Pydev from http://pydev.org/updates)

I checked for Eclipse updates and I got "No updates were found", therefore:
how can I dowgrade PyDev to get a version which fits my Eclipse version?


Solution

  • Requisites

    PyDev requires java 8 and Eclipse 4.6 (Neon) in order to run.

    http://www.pydev.org/manual_101_install.html

    You can't use Luna.