[Orbit-python-list] Re: php module for CORBA
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2000-12-04 19:27:40
|
Hi Jason, > CORBAmodule.c: In function `CORBA_Object_to_PyObject': > CORBAmodule.c:44: structure has no member named `object_id' > CORBAmodule.c:52: structure has no member named `object_id' > > This is after making sure the ORBit snapshot mentioned below is the ONLY > version of ORBit on the box. PHP4 w/ Satellite has compiled > fine. Thoughts and/or suggestions? What version of ORBit is this? ORBit-Python uses the object_id field from CORBA_Object_struct (in the 0.5.X series, anyway) to get the repo id. Does anyone know of a more proper way to fetch the repo id from a CORBA object? Jason. |