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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=Ir/Ej1B+F5TSUG9wiACtL2QYmPx2Yvl33sDU6Jascyc BISyeX60SzcW41/kJFKkKyCHJhX24nKTpXoWYr1KasGCotjVeYL4OlaEuS/DQSzI P6JMBYwJYevFPnVVcXp2JLrx1vbXJ2MoEpzHNKSjP4mIoZM53JYbwBsFxfEQ6YVo = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=/UcmnWQvmdYx8fp+PW+Ld/JxUTY=; b=KWZ3XsbdbHJXejurj Nt//z9sxq/I68p6/E+dZJk3V113qsGBSrOTMnCmcqblKMdlHNamIQpMWrrV7KXfJ 9X8eu5RIwc7S8ZMNFj1IS1tiqAJmPXxRRyXdwZF2ZtNhnijVEOpitF2Mr+PjYbau VN+2KWZiiVnsv9USC9o70iMOAI= 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=-2.4 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_YG autolearn=ham version=3.3.1 X-Received: by 10.50.134.10 with SMTP id pg10mr2838510igb.16.1367006119608; Fri, 26 Apr 2013 12:55:19 -0700 (PDT) Message-ID: <517ADBA6.8090407@users.sourceforge.net> Date: Fri, 26 Apr 2013 14:55:18 -0500 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: python 2.7 module binascii not found References: <1366915154 DOT 30024 DOT 140661222747690 DOT 431B8740 AT webmail DOT messagingengine DOT com> In-Reply-To: <1366915154.30024.140661222747690.431B8740@webmail.messagingengine.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 -- 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