[issue1759845] subprocess.call fails with unicode strings in command line

Greg Couch report at bugs.python.org
Wed Oct 1 21:40:53 CEST 2008


Greg Couch <gregcouch at users.sourceforge.net> added the comment:

We're having the same problem.  My quick fix was to patch subprocess.py
so the command line and executable are converted to the filesystem
encoding (mbcs).

----------
nosy: +gregcouch
Added file: http://bugs.python.org/file11674/Python-2.5.2-subprocess.patch

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


More information about the Python-bugs-list mailing list