This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author srid
Recipients loewis, srid
Date 2010-08-30.21:05:03
SpamBayes Score 3.253114e-05
Marked as misclassified No
Message-id <1283202305.21.0.603628878344.issue9719@psf.upfronthosting.co.za>
In-reply-to
Content
With openssl-1.0.0a, I get the following error when building the py3k branch on Windows 64-bit:

Traceback (most recent call last):
  File "build_ssl.py", line 262, in <module>
    main()
  File "build_ssl.py", line 234, in main
    for f in os.listdir("asm"+dirsuffix):
WindowsError: [Error 3] The system cannot find the path specified: 'asm64/*.*'

Likely due to this commit
http://svn.python.org/view/python/branches/py3k/PCbuild/build_ssl.py?r1=83288&r2=83335
History
Date User Action Args
2010-08-30 21:05:05sridsetrecipients: + srid, loewis
2010-08-30 21:05:05sridsetmessageid: <1283202305.21.0.603628878344.issue9719@psf.upfronthosting.co.za>
2010-08-30 21:05:03sridlinkissue9719 messages
2010-08-30 21:05:03sridcreate