Amaury, Isn't there a way to fix the SSL issue? I was looking checking for name decoration issues or call-conv issues but there seems none. Is there any guess why it fails from the translation procedure but works when I execute the commands in cmd prompt ? (I also tried disabling the env processing that is happening, leaving POpen to get the default one but nothing :( ) Thanks, Tasos On Mon, Jan 31, 2011 at 11:44 PM, Amaury Forgeot d'Arc <amauryfa@gmail.com> wrote:
2011/1/31 Tasos Vogiatzoglou <tvoglou@gmail.com>:
Hello Amaury,
Yes. It's the same compiler error :
[translation:ERROR] File "c:\Users\flatline\development\pypy\src\pypy\module\_hashlib\interp_hashlib.py",
Ah, indeed the _hashlib module should be disabled when openssl cannot be processed. I'll try to fix it, in the meantime I suggest you to skip this module:
python translate.py targetpypystandalone --withoutmod-_hashlib
-- Amaury Forgeot d'Arc