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 -- http://mail.python.org/mailman/listinfo/python-list