Re: [Orbit-python-list] python-orbit via network
Status: Inactive
Brought to you by:
tack
From: Matthias S. <mat...@gm...> - 2002-09-05 10:51:29
|
Thanks. I got it working without having to change /etc/orbitrc. Here is what I did: orb=3DCORBA.ORB_init(("-ORBIIOPUSock=3D1","ORBIIOPIPv6=3D0","-ORBIIOPIPv4= =3D1"),CORBA.OR B_ID) instead of: orb=3DCORBA.ORB_init() Matthias On Don, 2002-09-05 at 12:12, Roland Mas wrote: > Matthias Spiller (2002-09-05 11:43:28 +0200) : >=20 > > could anyone please give me instructions how I can python-orbit get > > to work over an network? > > > > What I mean is, that I want the server and the client to be on > > different machines. >=20 > You'll have to configure ORBit to work over the net. Python does not > override that configuration. What I have in my /etc/orbitrc is: >=20 > ,----[ /etc/orbitrc ] > | ORBIIOPUSock=3D1 > | ORBIIOPIPv4=3D1 > | ORBIIOPIPv6=3D0 > `---- >=20 > Adjust to your own needs. >=20 > Roland. > --=20 > Roland Mas >=20 > Meaning lies as much / In the mind of the reader / As in the haiku > -- in G=F6del, Escher, Bach: an Eternal Golden Braid (Douglas Hofstadte= r) >=20 >=20 > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=3Dsourceforge1&refcode1=3Dvs3390 > _______________________________________________ > Orbit-python-list mailing list > Orb...@li... > https://lists.sourceforge.net/lists/listinfo/orbit-python-list --=20 If Microsoft is the solution, I want my problem back. |