GNOME 3590 Published by

PyORBit is a Python binding for the ORBit2 CORBA ORB. It was developped to suit the needs of the bonobo bindings in GNOME-Python, but is usable for other purposes as well. It aims to follow the standard Python language mapping for CORBA. It can generate stubs at runtime from typelibs, IDL files, or by introspecting remote objects using ORBit2's IModule typelib capabilities.

The source tarball can be found here:
http://ftp.gnome.org/pub/GNOME/sources/pyorbit/2.14/

Please file bug reports (bugs, missing APIs) here:
http://bugzilla.gnome.org/enter_bug.cgi?product=pyorbit

Changes from 2.14.2 to 2.14.3:
- Fix build problem on Mac OS X
- Fix compatibility with non-ORBit2 based servants