Martin v. Löwis 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
New submission from Victor :
Hi dear developers,
**Python 3.2 (r32:88445, Feb 20 2011, 21:29:02) [MSC v.1500 32 bit (Intel)] on
win32** (windows vista; standard python installer for windows)
I am new to python. In the documentation I read that a .py file should run just
on clicking it.
I do so