Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder4.news.weretis.net!news-transit.tcx.org.uk!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.118 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.77; '*S*': 0.00; 'python': 0.07; 'importerror:': 0.09; 'cc:2**0': 0.20; 'header:In-Reply-To:1': 0.22; 'received:209.85.161.46': 0.26; 'received:mail- fx0-f46.google.com': 0.26; 'received:209.85.161': 0.29; 'named': 0.30; 'cc:addr:gmail.com': 0.31; 'charset:iso-8859-15': 0.31; 'import': 0.32; 'to:addr:python-list': 0.32; 'module': 0.33; 'header:User-Agent:1': 0.35; 'received:209.85': 0.37; 'skip:- 10': 0.37; 'received:google.com': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'header:Received:5': 0.40; 'subject: & ': 0.61; 'enable': 0.65; 'received:41': 0.70; './configure': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:content-type:to:subject:references:date:cc :mime-version:content-transfer-encoding:from:message-id:in-reply-to :user-agent; bh=jlmuRhW9Qm/78wR0srhk69yvmGO4pymteOZKnTLUbEQ=; b=xPtk3UtNM5BNHzH5F8fUnEU42mqaj9PB7e8s3d7XHFTlAfPFs1uEJ+vnc4dxxE9cMV lEnL2u7+f3Id+5uc4rWu8i5ExdZE0lPvfoevifk+UP5/YUDPcTOpoWpBiIYaoyNAaz6Y FFKV3ls/LVaetwnly1gdd9jq4ZDB0EauOyLic= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:to:subject:references:date:cc:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; b=xNmx4Cq4uvF3GSE4DlUF9n9gmSc7GKdfrlgKMF7962vRXotT4zjS6HuDSZc23V6uUy JepDafSXPXTJbaaulR1E931JFUKyvPpuIU/o0AslDtJbUl1mpRXiT8Y3g6CslZjT/0/H 3v+4xu2TabWJzK5dJqSwsahmv2bV6pzZmVU4M= Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: python-list@python.org Subject: Re: py 2.7.1 & openssl References: <84bb4467-97dd-4ed6-a2a0-dcbaf6904746@r4g2000prm.googlegroups.com> Date: Fri, 01 Apr 2011 01:43:37 +0300 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nirinA In-Reply-To: <84bb4467-97dd-4ed6-a2a0-dcbaf6904746@r4g2000prm.googlegroups.com> User-Agent: Opera Mail/11.01 (Win32) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1301611416 news.xs4all.nl 81475 [::ffff:82.94.164.166]:33047 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:2311 [V N] > import _md5 > ImportError: No module named _md5 > > Any idea(s)? > try to build Python with pydebug to enable _md5: ./configure --with-pydebug nirinA