[omniORB] Can't run OmniPy out of the box? (_omniidl module problem)

Duncan Grisby duncan at grisby.org
Mon Nov 19 19:09:18 GMT 2007


On Friday 16 November, "Keeping, Benjamin" wrote:

> I am running on Windows 2000, 32 bit, and have installed
> omniORB-4.1.1-x86-win32-vc7.zip (since that's the version of VC we
> use) and omniORBpy-3.1-x86-win32-python2.5.zip.

Are you using omniORB from Python or C++ or both?  The problem you are
encountering is that the binary omniORB distribution contains a cut-down
version of the ancient Python 1.5.2 for the IDL compiler.

If you install both the omniORB and omniORBpy binary distributions, you
must make sure your path is set such that C++ code and C++ IDL
compilation only sees the bin\x86_win32 directory in the omniORB
distribution and that Python code and Python IDL compilation only sees
the bin\x86_win32 directory in the omniORBpy distribution.

The problem you're seeing is that you have mixed the libraries from the
two separate binary distributions.

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list