popen problem

Gandalf gandalf at geochemsource.com
Wed Mar 17 08:19:42 EST 2004


> pop = os.popen4(cmd,1) 

RTMF.....

It should be os.popen4(cmd,'t',1 since the third parameter is the buffer 
size, not the second.
Sorry.





More information about the Python-list mailing list