Re: [Orbit-python-list] import CORBA question
Status: Inactive
Brought to you by:
tack
From: Gil H. <gi...@sy...> - 2002-07-29 12:37:39
|
Hi Christian, I build that package from the source tar-ball -- here is the python -v outp= ut. Thanks for the help, Gil [gilh@giantclam orbit-python-0.3.1]$ python -v # /usr/lib/python1.5/exceptions.pyc matches /usr/lib/python1.5/exceptions.p= y import exceptions # precompiled from /usr/lib/python1.5/exceptions.pyc # /usr/lib/python1.5/site.pyc matches /usr/lib/python1.5/site.py import site # precompiled from /usr/lib/python1.5/site.pyc # /usr/lib/python1.5/os.pyc matches /usr/lib/python1.5/os.py import os # precompiled from /usr/lib/python1.5/os.pyc import posix # builtin # /usr/lib/python1.5/posixpath.pyc matches /usr/lib/python1.5/posixpath.py import posixpath # precompiled from /usr/lib/python1.5/posixpath.pyc # /usr/lib/python1.5/stat.pyc matches /usr/lib/python1.5/stat.py import stat # precompiled from /usr/lib/python1.5/stat.pyc # /usr/lib/python1.5/UserDict.pyc matches /usr/lib/python1.5/UserDict.py import UserDict # precompiled from /usr/lib/python1.5/UserDict.pyc Python 1.5.2 (#1, Jul 5 2001, 03:02:19) [GCC 2.96 20000731 (Red Hat Linux= 7.1 2 on linux-i386 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam import readline # dynamically loaded from /usr/lib/python1.5/lib-dynload/re= adline.so >>> import CORBA Traceback (innermost last): File "<stdin>", line 1, in ? ImportError: No module named CORBA >>>=20 On Fri, 2002-07-26 at 18:41, Christian Reis wrote: > On Fri, Jul 26, 2002 at 04:11:29PM -0400, Gil Hauer wrote: > >=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 > Running that through python -v would help us find out what package is > broken. How did you install o-p; from the source, or from an RPM? >=20 > Take care, > -- > Christian Reis, Senior Engineer, Async Open Source, Brazil. > http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL >=20 >=20 > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Orbit-python-list mailing list > Orb...@li... > https://lists.sourceforge.net/lists/listinfo/orbit-python-list |