X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_SORBS_WEB,SPF_NEUTRAL,TW_CP,TW_YG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <50D2638E.5030405@cornell.edu> Date: Wed, 19 Dec 2012 20:02:06 -0500 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: python2.6 appears to be missing _md5 module? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-CORNELL-SPAM-CHECKED: Pawpaw X-Original-Sender: kbrown AT cornell DOT edu - Wed Dec 19 20:02:21 2012 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 simply started up python and tried things > like "import md5", "from hashlib import md5" or "import _md5" they all > fail with the same import error "No module named _md5". It works for me: $ cygcheck -cd python Cygwin Package Information Package Version python 2.6.8-2 $ hg clone http://hg.python.org/cpython destination directory: cpython requesting all changes adding changesets adding manifests adding file changes added 80956 changesets with 179191 changes to 9812 files (+1 heads) updating to branch default 3744 files updated, 0 files merged, 0 files removed, 0 files unresolved Maybe you should send cygcheck output as requested here: http://cygwin.com/problems.html Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple