[issue602245] os.popen() negative error code IOError

2008-01-19 Thread Facundo Batista
Facundo Batista added the comment: Great! So it's fixed, :) -- resolution: -> out of date status: open -> closed Tracker <[EMAIL PROTECTED]> __

[issue602245] os.popen() negative error code IOError

2008-01-19 Thread Jeroen Ruigrok van der Werven
Jeroen Ruigrok van der Werven added the comment: Using Facundo's attachment: D:\>using_subprocess.py D:\> Tracker <[EMAIL PROTECTED]> ___ P

[issue602245] os.popen() negative error code IOError

2008-01-19 Thread Facundo Batista
Facundo Batista added the comment: Boo, I forgot the attach, :p Added file: http://bugs.python.org/file9213/using_subprocess.py Tracker <[EMAIL PROTECTED]>

[issue602245] os.popen() negative error code IOError

2008-01-19 Thread Facundo Batista
Facundo Batista added the comment: os.popen* are deprecated, we should use subprocess now... could you please try what happens with this alternate example I'm attaching? Thank you! -- nosy: +facundobatista Tracker <[EMAIL PROTECTED]>

[issue602245] os.popen() negative error code IOError

2008-01-19 Thread Jeroen Ruigrok van der Werven
Jeroen Ruigrok van der Werven added the comment: Current output on XP with 2.5.1: D:\>test.py Traceback (most recent call last): File "D:\test.py", line 12, in r.close() IOError: [Errno 0] Error Traceback (most recent call last): File "D:\test.py", line 20, in r.close() IOError: [E

[issue602245] os.popen() negative error code IOError

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.5, Python 2.6 Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list Uns