David Ward added the comment:

This revised patch has a small change so that the subprocess output is decoded 
from a byte sequence to a string, which is necessary when running this under 
Python 3.

With this change, this worked for me on Fedora 23 with Python 3.4.3.

It also worked on Fedora 23 with Python 2.7.11, but I had to apply the patch by 
hand, because of small differences in the original file as a result of SVN 
revisions 54854 and 57699 for Python 3.0. I also had to add "import subprocess" 
to the top of this file.

----------
nosy: +dpward
Added file: http://bugs.python.org/file42437/issue25627_6.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25627>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to