From: SourceForge.net <no...@so...> - 2004-10-01 11:16:50
|
Bugs item #1037907, was opened at 2004-09-30 17:23 Message generated for change (Comment added) made by zooko You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=120937&aid=1037907&group_id=20937 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Zooko O'Whielacronx (zooko) Assigned to: Nobody/Anonymous (nobody) Summary: can't build and self-test on Mac OS X Initial Comment: Attached is a complete screen transcript showing me untarring the pycrypto 2.0 tarball, running setup.py build_ext, setup.py install, and test.py, and getting that annoyingly non-specific "wrong interpreter error". I explicitly invoked the same interpreter in each case -- /usr/bin/ pythonw. I repeated the same experiment with /usr/bin/python with the same results. As an aside, the AES impl seems to be Barreto's, which is marked here [1] as "not for real use". Alternate implementations that I would recommend include Brian Gladman's, and "Whatever Wei Dai uses in Crypto++". Regards, Zooko [1] http://www.esat.kuleuven.ac.be/~rijmen/rijndael/ ---------------------------------------------------------------------- >Comment By: Zooko O'Whielacronx (zooko) Date: 2004-10-01 11:16 Message: Logged In: YES user_id=52562 I'm going to try this experiment on a different Mac box... ---------------------------------------------------------------------- Comment By: Zooko O'Whielacronx (zooko) Date: 2004-09-30 19:31 Message: Logged In: YES user_id=52562 No, I invoked it as: /usr/bin/pythonw ./setup.py not as: ./setup.py Also, I uninstalled all other versions of Python that I could find before running that test. ;-) ---------------------------------------------------------------------- Comment By: A.M. Kuchling (akuchling) Date: 2004-09-30 19:08 Message: Logged In: YES user_id=11375 You're running ./setup.py; could the #! line be finding a version or compilation other than /usr/bin/python? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=120937&aid=1037907&group_id=20937 |