Re: Missing Module when calling 'Import' _omnipy

2005-04-12 Thread Stefan Seefeld
[EMAIL PROTECTED] wrote: I found the fike _omnipy.pyd is that what you mean? yep. Here is my Lib Path: [...] As a first step you may consider adding the directory containing '_omnipy.pyd' to your PYTHONPATH variable. Second, you may read any documentation you can find at http://omniorb.sourceforge.

Re: Missing Module when calling 'Import' _omnipy

2005-04-12 Thread gerald . maher
*_omnipy is Missing* I have searched my C drive can not find any file called *_omnipy.so or .dll where do I get it from ? I found the fike _omnipy.pyd is that what you mean? Here is my Lib Path: >>> ['C:\\omniORBpy-2.5-win32-python2.3\\omniORBpy-2.5\\examples\\echoMyTest', 'C:\\WINNT\\system32\

Re: Missing Module when calling 'Import' _omnipy

2005-04-11 Thread Stefan Seefeld
[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

Missing Module when calling 'Import' _omnipy

2005-04-11 Thread gerald . maher
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 ? -- http://mail.python.org/mailman/listinfo/python-list