[Python-bugs-list] [ python-Bugs-811082 ] test_tempfile fails on
windows if space in install path
SourceForge.net
noreply at sourceforge.net
Tue Sep 23 06:44:40 EDT 2003
Bugs item #811082, was opened at 2003-09-23 20:31
Message generated for change (Comment added) made by anthonybaxter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=811082&group_id=5470
Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Anthony Baxter (anthonybaxter)
Assigned to: Nobody/Anonymous (nobody)
Summary: test_tempfile fails on windows if space in install path
Initial Comment:
test_tempfile fails for me on XP when Python is
installed into
\Program Files\Python2.3
I can't cut'n'paste from the window, but the error is
C:\Program: Can't open file 'Files\Python23\python.exe'
from test_tempfile, line 299.
----------------------------------------------------------------------
>Comment By: Anthony Baxter (anthonybaxter)
Date: 2003-09-23 20:44
Message:
Logged In: YES
user_id=29957
Attempting the obvious fix of " " quoting sys.executable
gives me a Invalid argument error from os.spawnv, so that's
my windows knowledge exhausted.
----------------------------------------------------------------------
Comment By: Anthony Baxter (anthonybaxter)
Date: 2003-09-23 20:36
Message:
Logged In: YES
user_id=29957
test_popen seems to have the same problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=811082&group_id=5470
More information about the Python-bugs-list
mailing list