[Python-Dev] test_popen2 on Windows (original) (raw)
Tim Peters tim_one@email.msn.com
Tue, 15 Aug 2000 03:07:49 -0400
- Previous message: [Python-Dev] Re: [Python-checkins] CVS: python/nondist/peps pep-0200.txt,1.7,1.8
- Next message: [Python-Dev] test_popen2 on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[/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.
- Previous message: [Python-Dev] Re: [Python-checkins] CVS: python/nondist/peps pep-0200.txt,1.7,1.8
- Next message: [Python-Dev] test_popen2 on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]