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 Mo.Jia
Recipients Mo.Jia, steve.dower, zach.ware
Date 2014-06-01.14:57:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401634665.66.0.96807182771.issue21623@psf.upfronthosting.co.za>
In-reply-to
Content
Another error is .

  cd "D:\Hg\Python\Python\PCbuild\"
  "D:\Hg\Python\Python\PCbuild\python_d.exe" build_ssl.py Release Win32 -a

  Found a working perl at 'C:\Perl\bin\perl.exe'
  Traceback (most recent call last):
    File "build_ssl.py", line 253, in <module>
      main()
    File "build_ssl.py", line 181, in main
      ssl_dir = get_ssl_dir()
    File "build_ssl.py", line 70, in get_ssl_dir
      m = re.search('openssl-([^<]+)<', f.read())
  UnicodeDecodeError: 'gbk' codec can't decode byte 0xbf in position 2: illegal multibyte sequence
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets(38,5): error MSB3073: The command "cd "D:\Hg\Python\Python\PCbuild\" [D:\Hg\Python\Python\PCbuild\ssl. vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets(38,5): error MSB3073: "D:\Hg\Python\Python\PCbuild\python_d.exe" build_ssl.py Release Win32 -a [D:\Hg\ Python\Python\PCbuild\ssl.vcxproj]
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.MakeFile.Targets(38,5): error MSB3073: " exited with code 1. [D:\Hg\Python\Python\PCbuild\ssl.vcxproj]
History
Date User Action Args
2014-06-01 14:57:45Mo.Jiasetrecipients: + Mo.Jia, zach.ware, steve.dower
2014-06-01 14:57:45Mo.Jiasetmessageid: <1401634665.66.0.96807182771.issue21623@psf.upfronthosting.co.za>
2014-06-01 14:57:45Mo.Jialinkissue21623 messages
2014-06-01 14:57:45Mo.Jiacreate