AW: [omniORB] Python-Echo-Example
baileyk at schneider.com
baileyk at schneider.com
Fri Mar 19 13:07:55 GMT 2004
Try something simple from python
import CORBA, CosNaming
orb = CORBA.ORB_init()
ns = orb.string_to_object("corbaname::localhost")
ns = ns._narrow( CosNaming.NamingContext )
does that work? Use whatever makes sense in the string_to_object() call
(whatever your omniORB.cfg file has). If this works, there's some
configuration problem. Are registry entries getting in the way?
Kendall
More information about the omniORB-list
mailing list