[New-bugs-announce] [issue9719] build_ssl.py: cannot find 'asm64/*.*'

Sridhar Ratnakumar report at bugs.python.org
Mon Aug 30 23:05:05 CEST 2010


New submission from Sridhar Ratnakumar <sridharr at activestate.com>:

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

----------
components: Build, Windows
messages: 115243
nosy: loewis, srid
priority: normal
severity: normal
status: open
title: build_ssl.py: cannot find 'asm64/*.*'
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9719>
_______________________________________


More information about the New-bugs-announce mailing list