[issue5484] subprocess.call() fails for .bat files on Windows, if executable path contains parenthesis

Erik Sandberg report at bugs.python.org
Fri Mar 13 17:34:21 CET 2009


Erik Sandberg <sandberg at virtutech.com> added the comment:

I have narrowed down the problem further: The same error happens with
the following code:

import win32process
win32process.CreateProcess(None, 'f(o.bat', None, None, 1, 0, None,
None, win32process.STARTUPINFO())

----------

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


More information about the Python-bugs-list mailing list