Re: [Orbit-python-list] import CORBA question
Status: Inactive
Brought to you by:
tack
From: Gustavo C. <gj...@in...> - 2002-07-29 10:21:52
|
On Fri, 2002-07-26 at 21:11, Gil Hauer wrote: > Hi, >=20 > I downloaded and installed orbit-python as per the instructions (as far > as I know :) >=20 > When I run python and use the command > import CORBA >=20 > I get an error telling my that it cannot find the module, as below: >=20 > >>> import CORBA > Traceback (innermost last): > File "<stdin>", line 1, in ? > ImportError: No module named CORBA > >>>=20 >=20 > Can anyone tell me what other package needs to be installed? >=20 You may need to define PYTHONPATH. Example: export PYTHONPATH=3D/opt/gnome/lib/python2.2/site-packages:/usr/lib/python2= .2/site-packages > Thanks, > Gil >=20 >=20 --=20 Gustavo Jo=E3o Alves Marques Carneiro <gj...@in...> <gu...@us...> |