AboutPython Monkey is an Eclipse plugin that adds support for Python language to the Eclipse Monkey plugin, using Jython. Features- It's Python -- an OOP language that doesn't require you to declare variables or type braces, and it comes with an extensive library.
- Access and extend any package in any loaded bundle without having to implement a DOM.
- sys.stdout and sys.stderr are redirected to a console.
Screenshot
Download- Python Monkey 0.1.0
- Just unzip into your eclipse installation directory, or an eclipse extension directory.
- Subversion repository
- You'll also need to install Jython and copy jython.jar and Lib into the org.jrfonseca.pythonmonkey directory.
UsageSee the example project for more information. To do- Redirect sys.stdin to console input.
- Implement some of the Javascript DOMs.
- Split Jython into a separate plugin.
LinksAbout Eclipse Monkey: Related work: Other scripting approaches for Eclipse:
|
I cannot seem to run these examples. I installed Eclipse, PythonMonkey, and Jython. I also have Python installed. Every time I try to run any of the sample scripts it says:
ImportError?: no module named eclipse
What am I missing?
-igor.
use PyDev? :)