omniORB for Python

attlogo6876_dk.gif (2280 bytes)

 sideHome.gif (2321 bytes) sideDownload.gif (2450 bytes) sideDocumentation.gif (2512 bytes) sideFAQ.gif (2344 bytes) sidePatch.gif (2543 bytes) sideSearch.gif (2403 bytes)
This is version 1.4 of omniORBpy, a complete CORBA ORB for Python.

omniORBpy is copyright AT&T Laboratories - Cambridge. It is free software. The programs in omniORBpy are distributed under the GNU General Public Licence as published by the Free Software Foundation. See the file COPYING for copying permission of these programs. The libraries in omniORBpy are distributed under the GNU Library General Public Licence. See the file COPYING.LIB for copying permission of these libraries.

We run omniORBpy on Linux, Solaris, Irix, HPUX, and Windows NT. It has already been ported to a number of other operating systems. It should be easy to port to any other platform for which omniORB and Python are available.

omniORBpy follows the official OMG CORBA to Python mapping, available from http://cgi.omg.org/cgi-bin/doc?formal/01-02-66.

For more details about what is and is not supported in omniORBpy, see the release notes. The ORB runtime uses a Python extension module written in C++ to talk to the rest of omniORB, but the stubs generated from IDL are pure Python.

omniORBpy can use either omniORB 3.0 or omniORB 2.8. If you use omniORB 3.0, the full POA facilities are available from Python; if you use 2.8, many POA operations are not supported.

omniORBpy requires Python version 1.5.2 or later, which you can get from www.python.org.

Bugs

For a list of bugs which have been fixed since the 1.4 release, see this page.

Documentation

The omniORBpy User's Guide (html version)
The omniORBpy User's Guide (postscript version)
The omniORBpy User's Guide (pdf version)

You may also find the other omniORB documentation useful.

Binary distributions

The following binary distributions are available. They contain the omniORBpy 1.4 and omniORB 3.0.4 runtime libraries and the omniORBpy Python source. They do not contain the omniORBpy C++ source. If you redistribute these binary distributions, you must also distribute the omniORB and omniORBpy source packages, to comply with the terms of the GNU public licenses.

For Python 2.1

For Python 1.5.2

Source distribution

The omniORBpy source distribution must be installed inside the src/lib directory of a working omniORB 3.0 or omniORB 2.8 tree. You can use an existing omniORB build, or use the following cvs commands to check-out the whole thing.

export CVSROOT=":pserver:[email protected]:/cvsroot"
cvs login
At the password prompt, enter the password cvs
cvs checkout -r omni3_develop omni
cd omni/src/lib
cvs checkout -r omnipy1_develop omniORBpy

Alternatively, download the source tarball.

You must first configure and build the main omniORB tree if you haven't already done so (see the README files for details). Then, go to the src/lib/omniORBpy directory and do `gnumake export'.

CVS branches and tags

The following branches and tags exist in the omniORBpy module:

Branch tags
omnipy1_develop The omniORBpy 1.x development tree
omnipy2_develop The omniORBpy 2.x development tree
Revision tags
omnipy1_4 The omniORBpy 1.4 release
omnipy1_3 The omniORBpy 1.3 release
omnipy1_2 The omniORBpy 1.2 release
omnipy1_1 The omniORBpy 1.1 release
omnipy1_0 The omniORBpy 1.0 release
 

For comments, feedback, etc, please see the 'Keeping in touch' page.
Copyright 2001 - AT&T Laboratories Cambridge