[issue1772] popen fails when there are two or more pathnames/parameters with spaces

Christian Heimes report at bugs.python.org
Sun Jan 20 20:57:00 CET 2008


Christian Heimes added the comment:

The popen*() function don't quote the paths for you. Please use the
subprocess module. It takes care of the quoting on Windows.

----------
nosy: +tiran
resolution:  -> works for me
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1772>
__________________________________


More information about the Python-bugs-list mailing list