Results from os.system() different from execution at prompt
Mathias Waack
M.Waack at gmx.de
Mon Dec 29 11:38:25 EST 2003
More information about the Python-list mailing list
Mon Dec 29 11:38:25 EST 2003
- Previous message (by thread): Results from os.system() different from execution at prompt
- Next message (by thread): Help needed in problem with Threads and sockets.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Enno Middelberg wrote: > So, the Python-executed mpeg_encode reports fewer input files. Any > clues why this could happen? Is there a limit on the command length > or so? Why do you think the reason for this behaviour could be truncated command line? You just call 'mpeg_encode mpeg.par', this line shouldn't be too long neither for python nor for the shell. Mathias
- Previous message (by thread): Results from os.system() different from execution at prompt
- Next message (by thread): Help needed in problem with Threads and sockets.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list