[omniORB] Python2.5 with omniORBpy3.4: assertion fails

Duncan Grisby duncan at grisby.org
Tue Nov 10 12:15:41 GMT 2009


On Tue, 2009-11-10 at 10:00 +0100, Tomas Brambora wrote:

> Actually, running configure on omniORBpy finds Python2.6 (that's my 
> default) and omniORBpy gets installed as a Python2.6 package. Is there 
> any way of telling it to use Python2.5? I couldn't find it in the 
> configure script options.

That's why it doesn't work with Python 2.5. You can't mix binary modules
between Python versions.

You specify a different path to Python like this:

../configure PYTHON=/my/path/to/python

Cheers,

Duncan.

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





More information about the omniORB-list mailing list