How to execute Python scripts in Windows?
I have a simple script blah.py (using Python 2):
I have a simple script blah.py (using Python 2):
I’m having trouble getting command line arguments passed to Python programs if I try to execute them directly as executable commands from a Windows command shell. For example, if I have this program (test.py):