The Artima Developer Community
Sponsored Link

Python Buzz Forum
PyUno in OpenOffice

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Kevin Altis

Posts: 66
Nickname: altis
Registered: Aug, 2003

Kevin Altis is the lead developer for PythonCard
PyUno in OpenOffice Posted: Aug 6, 2003 11:43 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Kevin Altis.
Original Post: PyUno in OpenOffice
Feed Title: Kevin Altis' Weblog
Feed URL: http://altis.pycs.net/rss.xml
Feed Description: Python, Open Source, PythonCard
Latest Python Buzz Posts
Latest Python Buzz Posts by Kevin Altis
Latest Posts From Kevin Altis' Weblog

Advertisement

PyUno

This is probably the announcement that will finally get me to try OpenOffice.

PyUNO is a generic bridge between python and OpenOffice.org's component model UNO (Universal Network Objects).

The bridge enables python programmers to script a running OpenOffice.org -instance from the python executable via the UNO interprocess bridge. Additionally it allows to implement UNO components in python, which e.g. can be loaded directly into the OpenOffice.org process.

OpenOffice.org1.1rc ships with a nearly complete prebuilt python-2.2.2 runtime. This is necessary, because python 2.2.x does not yet build a shared library by default and the python executable is linked vs. the system's stdc++ library, which in general is incompatible to OpenOffice's stdc++ library.

In theory, PyUNO can also be used only with the core libraries of OpenOffice.org in order to use low-level-features like an interprocess bridge, C++ vs. Java vs. Python bridge, etc.

See http://udk.openoffice.org/python/python-bridge.html for a more detailed description of pyuno.

Read: PyUno in OpenOffice

Topic: Sending ad-hoc trackbacks with python Previous Topic   Next Topic Topic: Python 2.3 is here

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use