X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=s7eeP8sizaGlCPaATUqUQhRR2qJNYl20cRTNVuVT+mTmuXrtFRKzP 4O8X+HWqG+ZA72Mtw97qjZTOkoPIn2rExC8KJaH89n7YovvYFrnn4i9CFBLCpPBj IhmNhSuiuBlNHlLlGH9mdzK1FC15yy/ad24roIn6lIdgloivDboS/A= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=PuGSgF9UY9eNxef7RvSLjGxZrzQ=; b=KtIAQQOD5Emi7T0ilwyHXoOrmay4 YXy3HMVRSWT1gffYq8nXnaaVr6xLyOGlzvdVLBSNf2ZIx9THQ+fKa8LzDiD+rS/U H0qExkS8hAbM1Vayo9Fj58fN51Jw7Z08+/a7/QJNQzRpdQzwV2oq327elDwssho8 4iAD5nd4ry74mGA= 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 X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,TW_YG,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 To: cygwin AT cygwin DOT com From: Omar Balbuena Subject: Re: python 2.7 module binascii not found Date: Sat, 1 Jun 2013 14:41:09 +0000 (UTC) Lines: 44 Message-ID: References: <1366915154 DOT 30024 DOT 140661222747690 DOT 431B8740 AT webmail DOT messagingengine DOT com> <517ADBA6 DOT 8090407 AT users DOT sourceforge DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) Yaakov (Cygwin/X users.sourceforge.net> writes: > > On 2013-04-25 13:39, lothar atheling wrote: > > i have newly installed cygwin python 2.7 (python-2.7.3-1) where i > > formerly used python 2.6.5. > > > > my programs with "import urllib" now crash. > > > > module urllib wants module base64 which wants module binascii. > > > > there is no /usr/lib/python2.7/binascii.py > > but there is /usr/lib/python2.7/lib-dynload/binascii.dll > > > > what can i do to fix this? > > The binascii module depends on zlib but, according to your cygcheck > output, you do not have it installed. Re-run setup.exe, choose the > Install from Internet option, and allow it to install all missing > dependencies. > > Yaakov > > I do have zlib installed and I have the same problem. zlib 1.2.8-1 OK zlib-devel 1.2.8-1 OK Empty package zlib0 zlib0 1.2.8-1 OK Ekevoo AT Anas ~/queue $ python Python 2.7.3 (default, Dec 18 2012, 13:50:09) [GCC 4.5.3] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> import binascii Traceback (most recent call last): File "", line 1, in ImportError: No such file or directory >>> -- 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