[issue1235] CGIHTTPRequestHandler.run_cgi() does not run on Windows if sys.executable contains blanks

Derk Drukker report at bugs.python.org
Thu Oct 22 10:28:50 CEST 2009


Derk Drukker <derk.drukker at gmail.com> added the comment:

The original problem reported concerned spaces in the path of the python
executable.  So interp needs to be in quotes, as well (as Andy already
suggested).  I've created a patch against the latest py3k, which I've
confirmed works and fixes this issue.

I'm not a core developer, so I don't know why it wasn't backported. I
don't know if this will make it into 2.6. Maybe trunk?

----------
keywords: +patch
Added file: http://bugs.python.org/file15181/fix-issue1235-py3k.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1235>
_______________________________________


More information about the Python-bugs-list mailing list