Difference between revisions of "Python"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{Extensions}}
 
{{Extensions}}
 
=== Python specific information for Extension creation ===
 
=== Python specific information for Extension creation ===
 +
OpenOffice.org ships with a python scripting language on it's versions 2.3.4. This Python distribution comes with the uno module which connects the UNO API with the python scripting language. To run this version of Python on Linux you can go to the direct OpenOffice.org PATH. OOo-Python can be run from the command line as well as you might expect with any other distribution of Python.
 +
 +
To learn to run Python on Windows you could visit [[Using Python on Windows| this link]] for more detail information.
  
 
=== Ressources ===
 
=== Ressources ===

Revision as of 17:52, 7 December 2006

OOo Extensions project

Please view the wiki usage guidelines
before contributing.

Categories:

Pages:

Extensions on the main site

Extensions in other languages:
ES - FR - IT - JA - NL - OC -

Python specific information for Extension creation

OpenOffice.org ships with a python scripting language on it's versions 2.3.4. This Python distribution comes with the uno module which connects the UNO API with the python scripting language. To run this version of Python on Linux you can go to the direct OpenOffice.org PATH. OOo-Python can be run from the command line as well as you might expect with any other distribution of Python.

To learn to run Python on Windows you could visit this link for more detail information.

Ressources

Personal tools