Difference between revisions of "Python"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Hacking Out)
(Getting Started)
Line 10: Line 10:
 
=== Getting Started ===
 
=== Getting Started ===
 
*[[Using Python on Windows]] - New to Python? Learn how to use python on Windows
 
*[[Using Python on Windows]] - New to Python? Learn how to use python on Windows
 +
*[[Using Python on Linux]]
 
* [http://udk.openoffice.org/python/python-bridge.html pyUNO bridge] - Official page of the PyUNO bridge at the OOo site
 
* [http://udk.openoffice.org/python/python-bridge.html pyUNO bridge] - Official page of the PyUNO bridge at the OOo site
 
* [http://udk.openoffice.org/python/scriptingframework/index.html Python as a macro language in OpenOffice.org 2.x] - How to use the Python scripting framework
 
* [http://udk.openoffice.org/python/scriptingframework/index.html Python as a macro language in OpenOffice.org 2.x] - How to use the Python scripting framework
 
* [http://blogs.nuxeo.com/sections/blogs/laurent_godard/2006_04_13_testing-pyuno-programs-with-doctests Introduction on testing pyUNO programs with doctests]
 
* [http://blogs.nuxeo.com/sections/blogs/laurent_godard/2006_04_13_testing-pyuno-programs-with-doctests Introduction on testing pyUNO programs with doctests]
 
*[http://www.oooforum.org/forum/viewtopic.php?t=4368 Setting up Python-bridge on Debian] - How to install and activate the PyUNO in a Debian box.
 
*[http://www.oooforum.org/forum/viewtopic.php?t=4368 Setting up Python-bridge on Debian] - How to install and activate the PyUNO in a Debian box.
 +
 
=== PyUNO Modules ===
 
=== PyUNO Modules ===
 
*[http://www.oooforum.org/forum/viewtopic.phtml?t=14409 Danny's Python Modules] - Collection guide from DannyB's modules.
 
*[http://www.oooforum.org/forum/viewtopic.phtml?t=14409 Danny's Python Modules] - Collection guide from DannyB's modules.

Revision as of 14:01, 15 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 and OpenOffice.org

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.

Python specific information for Extension creation

To create extensions for python is important that you have enough relation with the UNO components as well sa packaging your code to be able to easily distribute your scripts through the OpenOffice.org package manager. Please check up the tutorials on how to componetize your code as well as how to deploy remote scripting through a service implementation.

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

Getting Started

PyUNO Modules

Hacking Arround

Personal tools