Python + Omni CORBA libraries link

Duncan Grisby dgrisby at uk.research.att.com
Mon Mar 18 06:23:48 EST 2002


In article <3C95C24A.D2B5D92F at lfpt.rwth-aachen.de>,
 Viatcheslav Kulikov RWTH Aachen  <vku at lfpt.rwth-aachen.de> wrote:

>> >ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.
>>
>> Can you translate that error please?
>
>"The requested module was not found" (sorry, an OS is German)

That probably means that the main omniORB DLL can't be found. Make
sure the omniORB bin\x86_win32 directory is on your path.

>Well, as I am quite new to the Python, I can't give the exact version of the
>package, but the compiler shows version 1.0.

That's the version of the IDL compiler, not omniORBpy.

>Also, all files of the package are dated 21-06-2001 as the latest.
>
>The module CORBA.py from the package shows the following ID:
>
># $Id: CORBA.py,v 1.27.2.3 2001/05/17 14:05:01 dpg1 Exp $

That is from omniORBpy 1.4. The simple way to tell is that the
omniORBpy directory has an empty file called THIS_IS_OMNIORBPY_1_4 in
it.

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --



More information about the Python-list mailing list