ImportError: No module named _md5 - Please help

Diez B. Roggisch deets at nospam.web.de
Thu Oct 29 13:38:55 EDT 2009


wadi wadi wrote:

> Sorry for the confusion.
> In summary I have the same issue shown here with its solution. It
> seems to be a common problem.
> 
>
http://recurser.com/articles/2009/06/06/python-25-importerror-no-module-named-_md5-on-os-x/
> 
> However, their solution does not work with me as I am using a linux
> machine and they are suggesting the use of the 'port' command.
> I am looking for an equivalent command or workaround to install the
> missing library 'py25-hashlib' using 'yum' for example.

googling "python 2.6 rpm hashlib" suggests that there is an explicit python
hashlib package, named something like "python-hashlib". So install it.


Diez



More information about the Python-list mailing list