Pydev Not Recognized in Eclipse

后端 未结 9 1647
心在旅途
心在旅途 2021-01-01 13:27

I\'ve been using PyDev within Eclipse on my Mac for about two years now. Updated Eclipse today, and suddenly PyDev is completely missing. Tried everything, included a comple

9条回答
  •  感情败类
    2021-01-01 13:28

    If you can't / will not upgrade to Java 7:

    Uninstall latest PyDev version
    1. Help >> About Eclipse
    2. Press button "Installation Details"
    3. Select "PyDev for Eclipse"
    4. Press button "Uninstall..."
    5. Close, OK

    Install version 2.8.2
    1. Help >> Install New Software...
    2. select in drop-down list "Work with:" PyDev Update Site - http://pydev.org/updates/
    3. De-select option "Show only the latest versions of available software"
    4. Select "PyDev for Eclipse, version 2.8.2"
    5. Press button "Next>"
    6. ...
    n. Restart Eclipse (as proposed)

提交回复
热议问题