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 | |
| 11 | root: code for hash md5 was not found. |
| 12 | Traceback (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) |
| 17 | ValueError: unsupported hash type md5 |
| 18 | root: code for hash sha1 was not found. |