Difference between revisions of "Python"
From Apache OpenOffice Wiki
m |
|||
Line 7: | Line 7: | ||
* [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] | ||
*[[UNO component packaging]] | *[[UNO component packaging]] | ||
+ | *[http://www.oooforum.org/forum/viewtopic.phtml?p=56022 PrinttoWriter.py] - This makes it easy and convenient to print a bunch of text into a Writer document. | ||
*[[Using Python on Windows]] | *[[Using Python on Windows]] | ||
*[[Example of Service in Python]] | *[[Example of Service in Python]] |
Revision as of 18:51, 6 December 2006
OOo Extensions project
Please view the wiki usage guidelines
|
---|
Categories: Pages: |
Extensions on the main site |
Extensions in other languages: |
Python specific information for Extension creation
Ressources
- Python as a macro language in OpenOffice.org 2.x
- pyUNO bridge
- Introduction on testing pyUNO programs with doctests
- UNO component packaging
- PrinttoWriter.py - This makes it easy and convenient to print a bunch of text into a Writer document.
- Using Python on Windows
- Example of Service in Python
- Python container components
- Danny's Python Modules
- Setting up Python-bridge on Debian