spawnv( ) or spawnl( ) do not launch a normal running process in Python 2.2.2?

Patrick Useldinger pu
Mon Aug 4 17:03:39 EDT 2003


nushin wrote:

> os.spawnv(os.P_NOWAIT,'/usr/bin/python',('python hello.py >/dev/null
> &'))
> 
> 
> os.spawnl(os.P_NOWAIT,'/usr/bin/python',('python hello.py >/dev/null
> &'))

Did you try *without* the redirections?

-- 
Real e-mail address is 'cHVAdm8ubHU=\n'.decode('base64')
Visit my Homepage at http://www.homepages.lu/pu/





More information about the Python-list mailing list