Problem with import "from omniORB import CORBA, PortableServer"

gerald.maher at waytohere.com gerald.maher at waytohere.com
Mon Apr 11 15:30:09 EDT 2005


Hi,

I am trying to excuate the follwong code:

[
import sys
from omniORB import CORBA, PortableServer
]

I get the following error:
[
Traceback (most recent call last):
  File
"C:\omniORBpy-2.5-win32-python2.3\omniORBpy-2.5\examples\echoMyTest\example_echo_coloc.py",
line 9, in ?
    from omniORB import CORBA, PortableServer
ImportError: No module named omniORB
]

Here is my Lib path:
['C:\\omniORBpy-2.5-win32-python2.3\\omniORBpy-2.5\\examples\\echoMyTest',
'C:\\omniORB\\omniORB-4.0.3\\lib\\python',
'C:\\omniORB\\omniORB-4.0.3\\lib\\x86_win32',
'C:\\WINNT\\system32\\python24.zip', 'C:\\Python24',
'C:\\Python24\\DLLs', 'C:\\Python24\\lib',
'C:\\Python24\\lib\\plat-win', 'C:\\Python24\\lib\\lib-tk',
'C:\\Python24\\Lib\\site-packages\\pythonwin',
'C:\\Python24\\lib\\site-packages',
'C:\\Python24\\lib\\site-packages\\win32',
'C:\\Python24\\lib\\site-packages\\win32\\lib',
'C:\\omniORBpy-2.5-win32-python2.3\\omniORBpy-2.5\\examples\\echoMyTest',
'C:\\omniORB\\omniORB-4.0.3\\lib\x86_win32',
'C:\\omniORB\\omniORB-4.0.3\\lib\x86_win32']

What am i doing wrong ?




More information about the Python-list mailing list