*_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\
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
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
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
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