Re: A way to wait Python event

2004-12-02 Thread Josiah Carlson
[EMAIL PROTECTED] (Chang LI) wrote: > > I tried to launch "python.exe test.py" in another program. After the > launch the console was showed and exited on Windows. I want the > console stay there. Is there a Python statement to wait an event loop > like Tcl's "after forever"? I'm a fan of... _

Re: A way to wait Python event

2004-11-30 Thread Marcello Pietrobon
Chang LI wrote: I tried to launch "python.exe test.py" in another program. After the launch the console was showed and exited on Windows. I want the console stay there. Is there a Python statement to wait an event loop like Tcl's "after forever"? If you need to keep a cmd window open maybe you c

RE: A way to wait Python event

2004-11-30 Thread Robert Brewer
Diez B. Roggisch wrote: > > I tried to launch "python.exe test.py" in another program. After the > > launch the console was showed and exited on Windows. I want the > > console stay there. Is there a Python statement to wait an > event loop > > like Tcl's "after forever"? > ... > Apart from that,

Re: A way to wait Python event

2004-11-30 Thread Diez B. Roggisch
> I tried to launch "python.exe test.py" in another program. After the > launch the console was showed and exited on Windows. I want the > console stay there. Is there a Python statement to wait an event loop > like Tcl's "after forever"? I'm a happy linux user who is always amazed by such things

A way to wait Python event

2004-11-30 Thread Chang LI
I tried to launch "python.exe test.py" in another program. After the launch the console was showed and exited on Windows. I want the console stay there. Is there a Python statement to wait an event loop like Tcl's "after forever"? -- http://mail.python.org/mailman/listinfo/python-list