[omniORB] omnipy beginners question
Bert Thomas
bert@brothom.nl
Mon, 19 Mar 2001 11:34:15 +0100
Hi All,
I hope someone can help me with this because I'm out of idea's.
This is the problem:
H:\CorbaScript-1.3.4\idl>set pythonpath
PYTHONPATH=h:\omni\lib\python;h:\omni\lib\x86_win32
H:\CorbaScript-1.3.4\idl>omnipython
Python 1.5.2 (#0, Feb 18 2000, 16:05:50) [MSC 32 bit (Intel)] on win32
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import CORBA
Traceback (innermost last):
File "<stdin>", line 1, in ?
ImportError: No module named CORBA
>>> from omniORB import CORBA
Traceback (innermost last):
File "<stdin>", line 1, in ?
ImportError: No module named omniORB
>>>
Whatever I try, I keep getting messages that it can't find the module
named omniORB. Anyone know how to solve this?
TIA
Regards,
Bert Thomas