No module named _md5

2007-12-28 Thread Micheal Cooper
import hashlib File /opt/local/lib/python2.5/hashlib.py, line 133, in module md5 = __get_builtin_constructor('md5') File /opt/local/lib/python2.5/hashlib.py, line 60, in __get_builtin_constructor import _md5 ImportError: No module named _md5 -- Any help would be appreciated

Re: No module named _md5

2007-12-28 Thread Xin Liu
/local/lib/python2.5/hashlib.py, line 60, in __get_builtin_constructor import _md5 ImportError: No module named _md5 -- Any help would be appreciated. ___ macports-users mailing list macports-users@lists.macosforge.org http

Re: No module named _md5 error in Python 2.5

2007-05-12 Thread Peter
/lib/python2.5/hashlib.py, line 31, in __get_builtin_constructor import _md5 ImportError: No module named _md5 With the official Python 2.5 distribution such an error doesn't occur and the command from hashlib import md5 works flawlessly

No module named _md5 error in Python 2.5

2007-03-08 Thread Silvio Domini
I have tried to install the latest setuptools for Python 2.5 by using the script ez_setup.py from PEAK's website but the script aborts with the error: File /opt/local/lib/python2.5/hashlib.py, line 31, in __get_builtin_constructor import _md5 ImportError: No module named _md5