ImportError: No module named _md5 - please help

Robert Kern robert.kern at gmail.com
Thu Oct 29 13:19:32 EDT 2009


On 2009-10-29 11:39 AM, wadi wadi wrote:
> Hi Garrick,
>
> My python script depends on another framework that is implemented in python.
> The error is originating from the framework code note my script and I
> cannot change the framework.
>
> Also, it works on other machines. So my guess is that I have no choice I
> need to install the 'py25-hashlib' on my current box.
> Any idea?

py25-hashlib is the name of a MacPorts package. That's for Macs, not Centos.

hashlib is part of the standard library. You have a broken Python installation.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco




More information about the Python-list mailing list