[Orbit-python-list] import CORBA question
Status: Inactive
Brought to you by:
tack
From: Gil H. <gi...@sy...> - 2002-07-26 20:12:14
|
Hi, I downloaded and installed orbit-python as per the instructions (as far as I know :) When I run python and use the command import CORBA I get an error telling my that it cannot find the module, as below: >>> import CORBA Traceback (innermost last): File "<stdin>", line 1, in ? ImportError: No module named CORBA >>>=20 Can anyone tell me what other package needs to be installed? Thanks, Gil |