Problems with os.spawnv

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Fri Apr 6 01:03:16 EDT 2007


Henrik Lied wrote:

> > Does the command work OK from the console?
> > Try from the python interpreter, using P_WAIT, and inspect the returned
> > value.
> That's what I've done. P_WAIT returned a the PID 127 - but there's
> still no sign of the FLV-file, I'm afraid.

This does not look like a Python issue then; you'll have to find the
problem elsewhere. Perhaps the spawned process is blocked waiting for
user input, by example?

--
Gabriel Genellina




More information about the Python-list mailing list