I always ran my scripts on windows by double-clicking them. However, after I reinstalled my python versions, this does not happen. My python installations are on C:\Python27 and C:\Python33 . PATH has C:\Python27\ . If I try to run the script from cmd, it works fine. But when I double-click any .py file, nothing happens.
I am completely unaware, as I often do not use windows to create scripts. What could be the reason for this?
source share