[omniORB] omniORB3.0.3 with Python2.0

Duncan Grisby dgrisby@uk.research.att.com
Thu, 03 May 2001 11:45:52 +0100


On Wednesday 2 May, Richard Hardgrave wrote:

> Trying to build omniORB303, my python version was a bit too old,
> so I downloaded Python2.0.  The Python build and install
> completed without errors, but I get this failure in the
> omni/src directory when doing "make export".

[...]
>   File "../../../bin/sun4_sosV_5.5/omniidlrun.py", line 32, in ?
>     if sys.hexversion < 0x10502f0:
> AttributeError: hexversion

That suggests that the python on your path is 1.5.1 or earlier, since
sys.hexversion was added with 1.5.2. Make sure your newly installed
Python 2.0 is found on your path before the old version.

Cheers,

Duncan.

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