[issue12876] Make Test Error : ImportError: No module named _sha256

Gregory P. Smith report at bugs.python.org
Thu Sep 1 21:40:47 CEST 2011


Gregory P. Smith <greg at krypto.org> added the comment:

The fact that it called __get_builtin_constructor implies that the ssl backed _hashlib module was not available.  It looks like the non-openssl standalone _sha256 module (and likely the _sha512 module) both failed to be compiled.

I would not expect that to ever happen when using gcc regardless of the OS and crazy architecture.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12876>
_______________________________________


More information about the Python-bugs-list mailing list