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 ppperry
Recipients ppperry
Date 2017-01-08.01:14:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483838095.77.0.195289202994.issue29199@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
ERROR: test_pcbuild_rt (test.test_regrtest.ProgramsTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Program Files (x86)\Python36-32\lib\test\test_regrtest.py", line 564, in test_pcbuild_rt
    self.run_batch(script, *rt_args, *self.regrtest_args, *self.tests)
  File "C:\Program Files (x86)\Python36-32\lib\test\test_regrtest.py", line 539, in run_batch
    proc = self.run_command(args)
  File "C:\Program Files (x86)\Python36-32\lib\test\test_regrtest.py", line 436, in run_command
    **kw)
  File "C:\Program Files (x86)\Python36-32\lib\subprocess.py", line 403, in run
    with Popen(*popenargs, **kwargs) as process:
  File "C:\Program Files (x86)\Python36-32\lib\subprocess.py", line 707, in __init__
    restore_signals, start_new_session)
  File "C:\Program Files (x86)\Python36-32\lib\subprocess.py", line 990, in _execute_child
    startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
History
Date User Action Args
2017-01-08 01:14:56ppperrysetrecipients: + ppperry
2017-01-08 01:14:55ppperrysetmessageid: <1483838095.77.0.195289202994.issue29199@psf.upfronthosting.co.za>
2017-01-08 01:14:55ppperrylinkissue29199 messages
2017-01-08 01:14:54ppperrycreate