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\

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

Correct Versions to execute Corba calls using omniORBpy and omniORB.

2005-04-11 Thread gerald . maher
Hi, I just want to execute a script that used omniORB, omniORBpy Python, Here are the version that I Tried, is this correct ? omniORBpy 2.5 omniORB 4.0.5 Python 2.4.1 The script is below: #!/usr/bin/env python import sys from omniORB import CORBA, PortableServer # Import the stubs and skeleto

Re: Problem with import "from omniORB import CORBA, PortableServer"

2005-04-11 Thread gerald . maher
Thank for the reply, I think your right my problem is the what version to us, I want to write some Python scripts calling Corba Objects what do i need ? omnipython-1.5.2-1 omniORBpy 2.5 omniORB 4.0.5 Python 2.4.1 Is this correct ? i want to excuat the example C:\omniORBpy-2.5-win32-python2.3\om

Problem with import "from omniORB import CORBA, PortableServer"

2005-04-11 Thread gerald . maher
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