ImportError: No module named _md5
Hello ,
je me suis remis un peut au python , je suis sur MacOsX
et j'ai un petit probleme , quand j'essais d'importer certains modules , xomme xmpppy ou directement md5 ... j'ai cette erreur :
Code:
1 2 3 4 5 6 7 8 9 10
| >>> import md5
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/local/lib/python2.5/md5.py", line 6, in <module>
from hashlib import md5
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 |
j'ai la derniere version de python (2.5.1)
que faire ?
merci