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 vstinner
Recipients vstinner
Date 2017-12-13.15:35:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513179338.41.0.213398074469.issue32302@psf.upfronthosting.co.za>
In-reply-to
Content
Example: https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.9414

======================================================================
ERROR: test_get_exe_bytes (distutils.tests.test_bdist_wininst.BuildWinInstTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\projects\cpython\lib\distutils\tests\test_bdist_wininst.py", line 24, in test_get_exe_bytes
    exe_file = cmd.get_exe_bytes()
  File "C:\projects\cpython\lib\distutils\command\bdist_wininst.py", line 361, in get_exe_bytes
    f = open(filename, "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\projects\\cpython\\lib\\distutils\\command\\wininst-14.12.exe'
----------------------------------------------------------------------
History
Date User Action Args
2017-12-13 15:35:38vstinnersetrecipients: + vstinner
2017-12-13 15:35:38vstinnersetmessageid: <1513179338.41.0.213398074469.issue32302@psf.upfronthosting.co.za>
2017-12-13 15:35:38vstinnerlinkissue32302 messages
2017-12-13 15:35:38vstinnercreate