Re: [Tutor] cgi with system calls

2004-12-14 Thread Nik
ead() print status which works fine. However, why the first version confused the web server I don't know, I guess the output from ps went somewhere it wasn't supposed to. nik Nik wrote: no luck I'm afraid. Also, to make it even more annoying, omitting the os call and going for #!/usr/bin/

[Tutor] cgi with system calls

2004-12-14 Thread Nik
me, and allow users to stop them or create new ones. I'm assuming this should be do-able? nik ___ Tutor maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] cgi with system calls

2004-12-13 Thread Nik
00:00:00 bash 5197 pts0 00:00:00 ps """ print status works fine. I've already half a dozen other scripts happily querying a database but this is the first one to have an error outside the usual brain fart stuff. nik Kent Johnson wrote: Nik wrote: hi, I'm trying to write