This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: python 2.7 module binascii not found


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]