Re: [Orbit-python-list] orbit-python and orbit2 anywhere?
Status: Inactive
Brought to you by:
tack
From: <ml...@kn...> - 2002-01-31 20:30:17
|
On Mon, Jan 28, 2002 at 08:58:26PM +0100, Johan Dahlin wrote: > mån 2002-01-28 klockan 20.23 skrev Christian Robottom Reis: > > On Mon, 28 Jan 2002, ml wrote: > > > > > is there a port of orbit-python to orbit2? AFAIK, > > > "corbaloc:", "corbaname:" etc. are not supported by > > > orbit1. For those who need only "corbaloc:" (that's ok for me at the moment) without all the other goodies of orbit2: I hacked a few lines of python code to emulate that behaviour. I just split the "corbaloc:" string and call genior (from omniORB3) using popen with the parameters from the string and read the generated IOR back to the client program. Cheers! |