[issue2020] _sha256 module missing if openssl is not in a "normal" directory.

2012-06-09 Thread R. David Murray
R. David Murray added the comment: Since there's been no response, I'm closing this. -- keywords: +buildbot nosy: +r.david.murray resolution: -> out of date stage: -> committed/rejected status: pending -> closed ___ Python tracker

[issue2020] _sha256 module missing if openssl is not in a "normal" directory.

2010-06-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: Does this 2.5 issue apply to anything current? -- nosy: +tjreedy status: open -> pending ___ Python tracker ___

[issue2020] _sha256 module missing if openssl is not in a "normal" directory.

2008-02-06 Thread Martin v. Löwis
Martin v. Löwis added the comment: You need to add _hashopenssl to Setup.dist/Setup.local; then it should provide the missing module. Apparently, when _hashopenssl was added, nobody put it into Setup.dist. Once you have tested an appropriate change to Setup.dist, please provide it as a patch. --

[issue2020] _sha256 module missing if openssl is not in a "normal" directory.

2008-02-06 Thread Christian Heimes
Changes by Christian Heimes: -- priority: -> normal type: -> rfe __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscr

[issue2020] _sha256 module missing if openssl is not in a "normal" directory.

2008-02-06 Thread Peter Saunders
New submission from Peter Saunders: When compiling python 2.5.1 on Solaris 10 (sparc and x86), with openssl 0.9.8e - test_md5 fails with No module named _sha256. (As does doing an "import md5") When compiling, setup.dist was modified, the ssl parts were uncommented, and modified to use the direc