Difference between revisions of "Python/UNOidle"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Create project page.)
(No difference)

Revision as of 05:13, 25 August 2013


Abstract

The goal of the project is to create a port of the IDLE program into UNO. The original python idle is embeded in OpenOffice, but due to a compilation issue with TK has not been able to work well. A port to UNO will allow Python to re-use the libraries in the original program but with a native library.

What would it achieve?

Have a well known IDE embeded in Python with a good support in the OpenOffice.org platform and be able to speak to the UNO designer.

IDLE

IDLE is a Integrated Development Environment for the Python language. The IDE has evolved to become a full fledge, but simple IDE. Including things like code-coloring, introspection, debugging, project manager.

Port

Original IDLE

PythonIDLE.png

UNO IDLE

PyUNOIDLE.png
Personal tools