[Python-Dev] test_popen2 on Windows (original) (raw)

Tim Peters tim_one@email.msn.com
Tue, 15 Aug 2000 03:07:49 -0400


[/F]

do you have w9xpopen.exe in place?

(iirc, mark just added the build files)

Heh -- yes, and I wasn't building them.

Now test_popen2 fails for a different reason:

def _test(): teststr = "abc\n" print "testing popen2..." r, w = popen2('cat') ...

Ain't no "cat" on Win98! The test is specific to Unix derivatives. Other than that, popen2 is working for me now.

Mumble.