[omniORB] request for dropping site-packages/PortableServer* from omniorbpy

W. Borgert debacle at debian.org
Mon Nov 17 08:58:19 GMT 2003


On Sun, Nov 16, 2003 at 11:25:52PM +0100, Bastian Blank wrote:
> Is this Interface realy portable? it failes with an exception if i use
> an script which is written for pyorbit and uses this interface:
> | omniORB: ORB_init failed: Bad parameter (orbit-local-orb) for ORB configuration option id, reason: id is not omniORB4


The following works with omniORBpy, but not with pyORBit:

orb = CORBA.ORB_init(sys.argv, CORBA.ORB_ID)

Is CORBA.ORB_ID standard?

This works with pyORBit, don't know about omniORBpy:

orb = CORBA.ORB_init(sys.argv)

Cheers,
-- 
W. Borgert <debacle at debian.org>



More information about the omniORB-list mailing list