* john <[email protected]>, 2011-02-03, 23:35:
import md5Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.5/md5.py", line 6, in <module> from hashlib import md5 File "/usr/lib/python2.5/hashlib.py", line 133, in <module> md5 = __get_builtin_constructor('md5') File "/usr/lib/python2.5/hashlib.py", line 60, in __get_builtin_constructor import _md5 ImportError: No module named _md5
Could you tell us what is the output of these two commands: $ python2.5 -c 'import _hashlib' $ ldd /usr/lib/python2.5/lib-dynload/_hashlib.so ? -- Jakub Wilk -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

