Tuesday, September 27, 2011

Java, Eclipse, Pydev, Oh My!

Installing Eclipse with PyDev

Just do the following:

- Install Java
- Install Eclipse IDE  (Requires Java to Execute)
- Install PyDev through Eclipse ( Uses the Update Manager)

These urls will be needed when updating with the Eclipse update manager.
In order to successfully update the Eclipse IDE you must do the following:

Help -->
Install New Software.. -->
Add -->
Type: http://pydev.org/updates

Eclipse is an awesome IDE ( Integrated Development Environment)!

After the Eclipse IDE has been installed, you must start a new project using PyDev and configure the C:\python27\python.exe as the executable for the interpreter.

Sample code using Eclipse!



Enjoy!

No comments:

Post a Comment