python 2.7 module binascii not found

Yaakov (Cygwin/X) yselkowitz@users.sourceforge.net
Sat Apr 27 02:37:00 GMT 2013


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



More information about the Cygwin mailing list