"n00m" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]:
> When I double-click on "some.py" file console window appears just > for a moment and right after that it's closed. If this script is > started from inside of IDLE (F5 key) then it executes as it > should be (e.g. executing all its print statements). > > Any ideas? OS: Windows; Python 2.3.4. Thanks. > > It's a windows thing. The shell windows opens to run the script in is closing when the script finishes. Try opening a shell (Start->Run: cmd.exe on NT/2k/XP or Start->Run: command.com on 95/98) and then either type the full path to the script or navigate to it and execute it. max -- http://mail.python.org/mailman/listinfo/python-list