Window problem in windows!

Emile van Sebille emile at fenx.com
Wed Apr 24 15:32:35 EDT 2002


Philip Swartzleonard
> I'm fairly sure he means that double-clicking the script in windows
causes
> two command-promptish output windows to come up. Sounds wierd.
>

OK.  This test.py only displays one window here when double-clicked...

import os
command = "pause \r\n"
command += "pause"
os.system(command)

So we still need an example the recreates the problem...

--

Emile van Sebille
emile at fenx.com

---------




More information about the Python-list mailing list