Fwd: PyUNO in OpenOffice.org1.1rc

Robert Olson olson at mcs.anl.gov
Fri Jul 18 15:05:20 CDT 2003


interesting missing piece ...

>Path: news.baymountain.com!not-for-mail
>From: Joerg Budischewski <JoergBudi at gmx.de>
>Newsgroups: comp.lang.python.announce
>Subject: PyUNO in OpenOffice.org1.1rc
>Organization: None
>Lines: 38
>NNTP-Posting-Host: mail.python.org
>X-Trace: news.baymountain.net 1058556723 18244 12.155.117.29 (18 Jul 2003 
>19:32:03 GMT)
>X-Complaints-To: abuse at baymountain.com
>NNTP-Posting-Date: 18 Jul 2003 19:32:03 GMT
>User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826
>X-Accept-Language: en-us, en
>X-Spam-Status: OK (python-announce 0.003)
>X-BeenThere: clpa-moderators at python.org
>X-Mailman-Version: 2.0.13 (101270)
>X-BeenThere: clpa-moderators at python.org
>X-Original-To: python-announce-list at python.org
>Xref: news.baymountain.com comp.lang.python.announce:2655
>To: python-announce-list at python.org
>Sender: python-announce-list-admin at python.org
>X-BeenThere: python-announce-list at python.org
>List-Help: <mailto:python-announce-list-request at python.org?subject=help>
>List-Post: <mailto:python-announce-list at python.org>
>List-Subscribe: 
><http://mail.python.org/mailman/listinfo/python-announce-list>,
>         <mailto:python-announce-list-request at python.org?subject=subscribe>
>List-Id: Announcement-only list for the Python programming language 
><python-announce-list.python.org>
>List-Unsubscribe: 
><http://mail.python.org/mailman/listinfo/python-announce-list>,
>         <mailto:python-announce-list-request at python.org?subject=unsubscribe>
>List-Archive: <http://mail.python.org/pipermail/python-announce-list/>
>Date: Fri, 18 Jul 2003 21:18:18 +0200
>
>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 at 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




More information about the ag-dev mailing list