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

Éric Araujo report at bugs.python.org
Fri Sep 2 19:12:55 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

> 1.) I will have HP-UX ANSI C/C++ Compiler soon. I can recompile using
> that compiler later if this is a gcc related thing.
On the contrary, Gregory said that gcc should work (it’s what most of us use, I think).

> 2.) If I am not using my python to perform any SSL user authentication function,
> can I skip correcting this?
This bug is about hashlib (http://docs.python.org/2.7/library/hashlib), a module providing checksum functions.  It is not related to SSL, but merely uses code from the OpenSSL project.


> The setup.py script does not look correct when openssl is not installed:
The full openssl or only headers?

----------
nosy: +eric.araujo

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


More information about the Python-bugs-list mailing list