Quote:
Originally Posted by bwaldron
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.)
|
Ah... you're right of course. I totally forgot about PATHEXT.
BOB