Quote:
Originally Posted by pilotbob
Right... I guess it depends on if ActivePython adds a file association to .py files or not. If it does then you shouldn't need the .py... but if it does then you shouldn't. (I think, but could be wrong.  )
|
Actually, the ability to run a Python script without the extension depends upon whether the installer adds .py to the PATHEXT system environment variable. (I believe it does, though I run a different Python distribution on Windows.)