My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
PythonMonkey  
Python language support for Eclipse Monkey
Python, Java, Eclipse
Updated Aug 3, 2011

About

Python 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.
  • Git repository
    • You'll also need to install Jython and copy jython.jar and Lib into the org.jrfonseca.pythonmonkey directory.

Usage

See 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.

Links

About Eclipse Monkey:

Related work:

Other scripting approaches for Eclipse:

Comment by jingv...@hotmail.com, Jul 8, 2008

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.

Comment by A.V.Mesy...@gmail.com, Dec 13, 2008

use PyDev? :)


Sign in to add a comment
Powered by Google Project Hosting