Python + Omni CORBA libraries link

Viatcheslav Kulikov RWTH Aachen vku at lfpt.rwth-aachen.de
Mon Mar 18 04:12:01 EST 2002


I am beginning to write a Python wrapper interface in order to make it
comminucate via CORBA-bus. At the compilation stage I receive the
following set of traceback messages:

Traceback (most recent call last):
  File "D:\PROGRA~1\Python21\Pythonwin\pywin\framework\scriptutils.py",
line 301, in RunScript
    exec codeObject in __main__.__dict__
  File
"G:\Source\hysys_unit\corba_wrapper\impl\hysys_unit_factory_srv.py",
line 7, in ?
    from omniORB import CORBA, URI, PortableServer
  File "D:\Programme\omni\lib\python\omniORB\__init__.py", line 139, in
?
    import _omnipy
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.

>>>

I am using Python 2.1. and OmniORB compiler 1.0. The _omnipy module is
available there with a .pyd extension (a compiled library). This message
is received when the library is present at the PythonPath; when it is
not, the interpreter simply finds no module name _omnipy.
Please advise what can be done. I am new to the Python programming, so
please give as much detail as possible.





More information about the Python-list mailing list