Friday, September 4, 2009

New version of PyDev

There is a new version of PyDev - version 1.5

http://pydev.org/download.html

This version includes PyDev Extensions, which was previously a commercial plugin seperate from PyDev. This plugin also kept poping up a window where you have to click OK.

So now with the new version, you will not get this any more. As far as I know, nothing else has changed. So - to install it, here is what you do:


  • Uninstall PyDevExtensions, and PyDev
  1. Start Eclipse (if it is not yet open)
  2. Close all your files that are open in Eclipse
  3. In the menu, go to Help > About Eclipse SDK
  4. Click on Installation Details
  5. Click PyDev Extensions
  6. Click Uninstall
  7. When asked to restart Eclipse, click cancel
  8. Click on Installation Details
  9. Click PyDev
  10. Click Uninstall
  11. This time, accept when asked to restart Eclipse
  • Install the new version of PyDev
  1. Start Eclipse (if it is not yet open)
  2. In the menu, go to Help > Install new software
  3. Click the Add button
  4. In the Add Site dialog box, enter:
    Name: PyDev
    Location: http://pydev.org/updates
  5. Then click install...

If you can see you Navigator pane - don't panic.... In the menu, go to Window > Show View > Navigator, and then dock it on the left side

No comments:

Post a Comment