Changes between Version 36 and Version 37 of DevelopmentIssues


Ignore:
Timestamp:
Oct 17, 2012, 4:10:59 PM (12 years ago)
Author:
Valentin Hirschi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentIssues

    v36 v37  
    77== To fix before v2.0 beta release ==
    88
    9  S1 | S.F. | Stefano Frixione pointed out that the code does not run on the lxplus machine at CERN because the readline pythone module is not recognized. :: Olivier, I know that this module is very OS-sensitive, and that you have been hardcoding checks on its versions to handle. Do you know what goes wrong, can you fix it?
     9 S1 | S.F. | Stefano Frixione pointed out that the code does not run on the lxplus machine at CERN because the readline pythone module is not recognized. :: Olivier, I know that this module is very OS-sensitive, and that you have been hardcoding checks on its versions to handle. Do you know what goes wrong, can you fix it? The error reported by Stefano was:
     10
     11root: code for hash md5 was not found.
     12Traceback (most recent call last):
     13  File "/afs/cern.ch/sw/lcg/external/Python/2.7.3/x86_64-slc5-gcc46-opt/lib/python2.7/hashlib.py", line 139, in <module>
     14    globals()[__func_name] = __get_hash(__func_name)
     15  File "/afs/cern.ch/sw/lcg/external/Python/2.7.3/x86_64-slc5-gcc46-opt/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
     16    raise ValueError('unsupported hash type %s' % name)
     17ValueError: unsupported hash type md5
     18root: code for hash sha1 was not found.
    1019
    1120