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.

classification
Title: test_distutils fails on Windows XP
Type: behavior Stage: resolved
Components: Distutils, Windows Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brian.curtin Nosy List: amaury.forgeotdarc, austin987, brian.curtin, tarek
Priority: normal Keywords:

Created on 2010-01-06 19:56 by austin987, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
distutils.txt austin987, 2010-01-06 19:56 output of failing test_distutils
distutils.txt austin987, 2010-07-16 00:31 updated output
Messages (4)
msg97318 - (view) Author: Austin English (austin987) Date: 2010-01-06 19:56
IOError: [Errno 2] No such file or directory: 'C:\\Python31\\lib\\distutils\\tests\\Setup.sample'

Full output is attached.
msg110406 - (view) Author: Austin English (austin987) Date: 2010-07-16 00:31
Still present in 3.1.2.
msg110416 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2010-07-16 06:45
It's just a data file missing from the .msi installer.
msg122063 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2010-11-22 02:11
The addition of the Setup.sample to Tools/msi/msi.py was only done in 3.2. I backported it to 3.1 in r86666 and 2.7 in r86667.
History
Date User Action Args
2022-04-11 14:56:56adminsetgithub: 51894
2010-11-22 02:11:38brian.curtinsetstatus: open -> closed

assignee: tarek -> brian.curtin
versions: - Python 3.2
nosy: + brian.curtin

messages: + msg122063
resolution: fixed
stage: resolved
2010-07-16 06:45:43amaury.forgeotdarcsetnosy: + amaury.forgeotdarc
messages: + msg110416
2010-07-16 00:31:24austin987setfiles: + distutils.txt

messages: + msg110406
2010-07-11 11:08:40BreamoreBoysetversions: + Python 2.7, Python 3.2
2010-01-06 21:00:13r.david.murraysetpriority: normal
assignee: tarek
components: + Distutils
2010-01-06 20:59:35r.david.murraysetnosy: + tarek
2010-01-06 19:56:20austin987create