[omniORB] Import error _omnipy

Gnana gnana@mips.biochem.mpg.de
Fri, 9 Feb 2001 15:56:31 +0100


Hi,

I compiled latest snapshot of omniORB3 and omniORBpy today on Dec Unix 4.0F.
Compile went fine. I setup LD_LIBRARY_PATH and PYTHONPATH as indicated
in the documentation. The c++ clients and servers are working fine.

However, when I am trying to run an example python corba server, I get
this error: 

[gnana@bushbuck /scratch/gnana/omni/src/lib/omniORBpy/examples/echo] ./echo_srv.py 
Traceback (innermost last):
  File "./echo_srv.py", line 4, in ?
    from omniORB import CORBA, PortableServer
  File "/usr/local/lib/python1.5/site-packages/PIL/__init__.py", line 129, in ?
ImportError: No module named _omnipy
[gnana@bushbuck /scratch/gnana/omni/src/lib/omniORBpy/examples/echo] 

what is wrong?

-gnana