Martin v. Löwis <[email protected]> added the comment: Yes, the behaviour you observe is perfectly normal. When you double-click a Python file, it is executed right away. If execution completes quickly, the window it opens is closed before you can even notice it.
---------- nosy: +loewis resolution: -> invalid status: open -> closed _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue11423> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
