My favorites | Sign in
Project Logo
                
Search
for
Updated Oct 21, 2007 by Jose.R.Fonseca
Labels: Python, Java, Eclipse, Featured
PythonMonkey  
Python language support for Eclipse Monkey

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.
  • Subversion 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 08, 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.Mesyanzhin, Dec 13, 2008

use PyDev? :)


Sign in to add a comment
Hosted by Google Code