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

2012-12-22 Thread Robert Pendell
On Thu, Dec 20, 2012 at 12:27 PM, Paul Fredrickson wrote: > On Thu, Dec 20, 2012 at 1:48 AM, marco atzeri wrote: >> On 12/20/2012 9:33 AM, Paul Fredrickson wrote: >>> >>> So, it appears there is a package dependency between python2.6 and >>> libopenssl098 that is missing, but most people who need

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

2012-12-20 Thread David Boyce
On Thu, Dec 20, 2012 at 12:33 AM, Paul Fredrickson wrote: > 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

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

2012-12-20 Thread Adam Dinwoodie
marco atzeri wrote: > On 12/20/2012 9:33 AM, Paul Fredrickson wrote: >> So, it appears there is a package dependency between python2.6 and >> libopenssl098 that is missing, but most people who need it get it >> installed via some other package-dependency path. Very minor bug; >> should I file a bug

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

2012-12-20 Thread marco atzeri
On 12/20/2012 9:33 AM, Paul Fredrickson wrote: 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 o

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 David Boyce
http://lmgtfy.com/?q=python+_md5 http://stackoverflow.com/questions/10306531/python-importerror-no-module-named-md5 On Wed, Dec 19, 2012 at 7:45 PM, Ken Brown wrote: > On 12/19/2012 8:08 PM, Paul Fredrickson wrote: >> >> On Wed, Dec 19, 2012 at 5:02 PM, Ken Brown wrote: >>> >>> On 12/19/2012 4:5

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

2012-12-19 Thread Ken Brown
On 12/19/2012 8:08 PM, Paul Fredrickson wrote: 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 tr

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 tried to >> run "hg clone" it failed w

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

2012-12-19 Thread Ken Brown
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 tried to run "hg clone" it failed with a message "abort: no module named _md5!". And indeed, if I simpl

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

2012-12-19 Thread Larry Hall (Cygwin)
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 tried to run "hg clone" it failed with a message "abort: no module named _md5!". And indeed, if I simpl

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