Difference between revisions of "Python/UNOidle"

From Apache OpenOffice Wiki
Jump to: navigation, search
(remove thumbnail)
(What would it achieve?)
Line 5: Line 5:
  
 
== What would it achieve?==
 
== 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.  
+
Have a well known IDE familiar to Pythonistas embeded in the Apache OpenOffice platform and be able to speak to the UNO designer for faster application development at the GUI (Dialog) level.
  
 
== IDLE ==
 
== IDLE ==

Revision as of 06:31, 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 familiar to Pythonistas embeded in the Apache OpenOffice platform and be able to speak to the UNO designer for faster application development at the GUI (Dialog) level.

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