Running long script in the background
petercable at gmail.com
petercable at gmail.com
Wed Feb 7 02:25:18 EST 2007
More information about the Python-list mailing list
Wed Feb 7 02:25:18 EST 2007
- Previous message (by thread): Running long script in the background
- Next message (by thread): Help reading binary data from files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Feb 6, 11:13 pm, "peterca... at gmail.com" <peterca... at gmail.com> wrote: > output = os.popen(command, 'r', 1) OOPS... I imagine the ridiculous buffer size is unnecessary... I was trying to get it to work with the original for loop iterating on output, it should work fine without it. Pete
- Previous message (by thread): Running long script in the background
- Next message (by thread): Help reading binary data from files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list