OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

huml message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Py scripting for OpenOffice now available: PyUNO inOpenOffice.org1.1rc




Begin forwarded message:

Date: Fri, 18 Jul 2003 21:18:18 +0200
From: Joerg Budischewski <JoergBudi@gmx.de>
To: python-announce-list@python.org
Newsgroups: comp.lang.python.announce
Subject: PyUNO in OpenOffice.org1.1rc


Hi,

I am happy to announce the availability of PyUNO in  OpenOffice.org1.1rc.

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.

See
http://www.openoffice.org/dev_docs/source/1.1rc
for getting OOo's source and/or binaries.

Please put any feedback to dev@udk.openoffice.org (see 
http://udk.openoffice.org and click on Mailing lists to subscribe).

Bye,

Joerg Budischewski


-- 
http://mail.python.org/mailman/listinfo/python-announce-list



-- 
 ;););) blessed are the geeks -- for they shall inherit the source code :):):) 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]