Missing Module when calling 'Import' _omnipy

Stefan Seefeld seefeld at sympatico.ca
Mon Apr 11 14:54:59 EDT 2005


gerald.maher at waytohere.com 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





More information about the Python-list mailing list