Re: os.system call problem

2006-04-27 Thread questions?
Fredrik Lundh wrote: > "questions?" <[EMAIL PROTECTED]> wrote: > > > I use os.system to call a display program, e.g. > > > > os.system(displayblah blah) to call display. the program starts and > > display things I wanted. When I kill display, somehow the python > > program don't understand I want

Re: os.system call problem

2006-04-27 Thread Fredrik Lundh
"questions?" <[EMAIL PROTECTED]> wrote: > I use os.system to call a display program, e.g. > > os.system(displayblah blah) to call display. the program starts and > display things I wanted. When I kill display, somehow the python > program don't understand I want to move on, keep calling > os.syste

os.system call problem

2006-04-27 Thread questions?
I use os.system to call a display program, e.g. os.system(displayblah blah) to call display. the program starts and display things I wanted. When I kill display, somehow the python program don't understand I want to move on, keep calling os.system(displayblah blah) again and again. I have to kill