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 sweetleon
Recipients
Date 2004-12-19.19:31:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It looks like we're not properly quoting the path the
script, and when the script or its directory has a
space in its name - quite common on Windoze - it
doesn't work. Here's the output:

host - - [19/Dec/2004 11:07:01] command:
C:\Python24\python.exe -u c:\Documents a
nd Settings\User\My Documents\project\cgi-bin\webpage.py ""
host - - [19/Dec/2004 11:07:01] C:\Python24\python.exe:
can't open file 'c:\Docum
ents': [Errno 2] No such file or directory

ibm - - [19/Dec/2004 11:07:02] CGI script exit status 0x2
ibm - - [19/Dec/2004 11:07:02] code 404, message File
not found
History
Date User Action Args
2007-08-23 14:28:36adminlinkissue1088039 messages
2007-08-23 14:28:36admincreate