[omniORB] Python cannot import echo_example module

Liew, Shih Perng shih.perng.liew@intel.com
Wed, 11 Jul 2001 17:19:09 +0800


Hi,

Not sure if this is the right forum to present this problem.
I downloaded OmniOrbPy 1.4 and OmniOrb 3 on Windows 98 platform.
I could run Omniidl -T -bpython echo_example.idl alright. My problem is that
when I follow the example in OmniORBPy.pdf,
i cannot import the Example_POA module from Python prompt:

	>> import sys 
	>> from omniORB import CORBA, PortableServer ---- OK
	>> import Example, Example_POA --- Not OK

Any advice appreciated. I am new to Python as well as Corba. Thanks in
advance.

Best regards,
SP Liew