Can't spawn, or popen from daemon

Diez B. Roggisch deetsNOSPAM at web.de
Wed Apr 21 05:17:20 EDT 2004


Not sure why its not working for you, but I have a similar situation where I
use daemonize and I can spawn using popen2.popen3:

out, inn, err = popen2.popen3(_.crm_executable % (path, program))

--
Regards,

Diez B. Roggisch



More information about the Python-list mailing list