Hi,
we just installed the latest opus release on our linux 64bit server
(November2006 release).
We had to hack the code a bit to be granted a green light from
all_tests.
basically they were two sources of error:
1) we have two different python installation (2.3 and 2.4). While the
default
is 2.3, we use 2.4 for opus/urbansim. In many places in the code,
scripts are executed
running the "python " command explicitly. These should be replaced
with "sys.executable"
to make sure we fork the same python version.
2) Sometimes tests expects "Int32" variable types and check for it.
Replacing
some with "Int64" seem to do the job. However we didn't touch the
code outside
the tests (in opus_core/attribute_cache.py and variable.py for
instance) and reading the
Eugene baseyear cache seems to run smoothly though.
Fabrice
=====================================================
Fabrice Marchal fabrice.marchal_at_let.ish-
lyon.cnrs.fr
Associate researcher +33 472 72 79 44 fabrice.marchal_at_ieee.org
CNRS - Lab of Transport Economics (LET), Lyon http://marchal.let.fr
=====================================================
Received on Sat Jul 07 2007 - 10:00:24 PDT
This archive was generated by hypermail 2.2.0 : Sat Jul 07 2007 - 10:00:25 PDT