Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-09-02 17:42
2.0.0

Algunos de código no utilizado fue retirado de la Marshaller método. Esta es la primera versión estable.
Tags: Code cleanup
Some unused code was removed from the method
marshaller. This is the first stable version.

2003-08-25 10:11
1.99.7

Un error en el manejo de excepciones que está causando problemas con Python 2.3 fue corregido. Asignar a los atributos desconocidos en talones se ha desactivado, y ORB.work_pending () y ORB.perform_work () se agregaron los métodos.
Tags: Minor feature enhancements
A bug in the exception handling that was causing
problems with Python 2.3 was fixed. Assigning to
unknown attributes on stubs was disabled, and
ORB.work_pending() and ORB.perform_work()
methods were added.

2003-07-31 18:50
1.99.6

El talón de generación se ha mejorado para que no provoca errores de MRO en Python 2.3. Algunos arroja violaciones de segmento en el manejo de errores fueron corregidos.
Tags: Minor bugfixes
The stub generation was improved so that it
doesn't trigger MRO errors on Python 2.3. Some
segfaults in the error handling were fixed.

2003-07-17 06:26
1.99.5

Esta versión soporta edificio contra ORBit2-2.7.x, los rendimientos secuencias y matrices como listas en lugar de tuplas, acepta cadenas <octet> para la secuencia de argumentos, y ya no acepta "Ninguno" para la cadena / wstring argumentos.
Tags: Minor feature enhancements
This version supports building against ORBit2-2.7.x,
returns sequences and arrays as lists rather than
tuples, accepts strings for sequence&lt;octet&gt;
arguments, and no longer accepts "None" for string/
wstring arguments.

2003-03-23 15:30
1.99.4

Soporte para el servicio de imodule ORBit2 fue añadido, que permite la carga de tiempo de ejecución de los archivos de IDL. La clasificación de productos largos de largo fue arreglado. Se hicieron cambios para que el código de compilación con la rama 2.7.x de ORBit2.
Tags: Major feature enhancements
Support for the ORBit2 imodule service was added, which allows runtime loading of IDL files. The marshalling of long longs was fixed up. Changes were made to make the code compile with the 2.7.x branch of ORBit2.

Project Resources