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
"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
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