[issue11423] .py file does not open on click

2011-03-06 Thread Martin v . Löwis
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

[issue11423] .py file does not open on click

2011-03-06 Thread Victor
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