[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...

_ = raw_input('press enter to continue...')


 - Josiah

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to