Re: python2.6 appears to be missing _md5 module?

2012-12-20 Thread Paul Fredrickson
On Wed, Dec 19, 2012 at 8:24 PM, David Boyce wrote: > http://lmgtfy.com/?q=python+_md5 > http://stackoverflow.com/questions/10306531/python-importerror-no-module-named-md5 > Well, it certainly isn't obvious to me how this applied to my situation: It only talks about building python, and I did not

Re: python2.6 appears to be missing _md5 module?

2012-12-19 Thread Paul Fredrickson
On Wed, Dec 19, 2012 at 5:02 PM, Ken Brown wrote: > On 12/19/2012 4:56 PM, Paul Fredrickson wrote: >> >> Hi cygwin developers, >> >> Today I went to install the mercurial package, which depended on >> python. It installed version 2.6.8-2 of python, but when I tri

python2.6 appears to be missing _md5 module?

2012-12-19 Thread Paul Fredrickson
Hi cygwin developers, Today I went to install the mercurial package, which depended on python. It installed version 2.6.8-2 of python, but when I tried to run "hg clone" it failed with a message "abort: no module named _md5!". And indeed, if I simply started up python and tried things like "import