[EMAIL PROTECTED] wrote:
I am trying to run an Corba example using Python and i get the follwing
error:
import _omnipy
ImportError: No module named _omnipy
Where can i find this Module ?
This is an extension module (i.e. the file is named _omnipy.so or
_omnipy.dll, I believe),
and it is in the library path, not the python path. Thus you will have to add
the library
path to the PYTHONPATH variable.
For details see
http://omniorb.sourceforge.net/omnipy2/omniORBpy/omniORBpy001.html#toc2
or the omniORB specific mailing list.
HTH,
Stefan
--
http://mail.python.org/mailman/listinfo/python-list