Christian Heimes wrote: > I've modified the build_ssl.py script and added pre-generated makefiles > and assembly files to openssl today. From now on you can build Python > w/o Perl. Perl is only required when somebody needs to update openssl.
Nice! I will try this this afternoon. However, I am surprised by this comment: > # Run build_ssl in this order: > # python.exe build_ssl.py Release x64 > # python.exe build_ssl.py Release Win32 Why so? does the Win32 build rely on some file generated by x64? I fear that with VC2008 express, x64 compilation is not available, and that _ssl will not build at all. -- Amaury Forgeot d'Arc _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com