I found a version for Python 2.4 on Windows at the following link: http://code.krypto.org/python/hashlib/
After the installation completed, it worked fine. On Jan 8, 8:24 pm, "Mark Ramm" <[email protected]> wrote: > hashlib is not in python 2.4, and apparently has no precompiled eggs > on pypi. This is sad, but it's something we can probably fix if > somebody is willing to provide us with a windows binary hashlib egg > for our index. > > --Mark Ramm > > On Thu, Jan 8, 2009 at 6:12 PM, Daniel Fetchinson > > > > <[email protected]> wrote: > > >> I noticed the new import of hashlib in the auth.py module and when > >> attempting to setup the a new application (% paster setup-app > >> development.ini) I received the following error: > > >> ImportError: No module named hashlib > > >> From there I attempted to install 'hashlib' using easy_install (% > >> easy_install hashlib) and received the following error message: > > >> Searching for hashlib > >> Readinghttp://www.pylonshq.com/download/ > >> Readinghttp://pypi.python.org/simple/hashlib/ > >> Readinghttp://code.krypto.org/python/hashlib/ > >> Best match: hashlib 20081119 > >> Downloadinghttp://code.krypto.org/python/hashlib/hashlib-20081119.zip > >> Processing hashlib-20081119.zip > >> Running hashlib-20081119\setup.py -q bdist_egg --dist-dir c: > >> \docume~1\c038759\lo > >> cals~1\temp\easy_install-rqmdwn\hashlib-20081119\egg-dist-tmp-_7ow-v > >> error: The .NET Framework SDK needs to be installed before building > >> extensions f > >> or Python. > > >> Has anyone else come across this? Do I really need to install > >> the .NET framework SDK? > > > Python 2.5.1 (r251:54863, Oct 30 2007, 13:45:26) > > [GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2 > > Type "help", "copyright", "credits" or "license" for more information. > >>>> import hashlib > > > No errors anywhere. What version of python are you using? > > > -- > > Psss, psss, put it down! -http://www.cafepress.com/putitdown > > -- > Mark Ramm-Christensen > email: mark at compoundthinking dot com > blog:www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

