PDA

View Full Version : python plugin for eclipse



ubudog
February 7th, 2010, 10:06 PM
Is there a python plugin for eclipse?

OutOfReach
February 7th, 2010, 10:54 PM
Indeed there is, PyDev (http://pydev.org/), and it's very good, I use it myself.
You can download it from here (http://pydev.org/download.html), I recommend installing it through eclipse's update manager, as shown in the "Quick Install" section on the right hand column.

Hope this helps

ubudog
February 7th, 2010, 11:29 PM
Indeed there is, PyDev (http://pydev.org/), and it's very good, I use it myself.
You can download it from here (http://pydev.org/download.html), I recommend installing it through eclipse's update manager, as shown in the "Quick Install" section on the right hand column.

Hope this helps

Thank you!!! :)

linuxford
April 14th, 2010, 08:42 AM
Thank you!!! :)

'Quick Install':

Update Manager

Go to the update manager (Help > Install New Software), add:

http://pydev.org/updates

(or another of the specified urls) and follow the Eclipse steps.

--------------------
Thanks, just what I needed too!