I'm trying to run a script from the command line (command prompt). I type:
python.exe full_script_path.py parameters
And for some reason, PythonWin opens up. I have to close it for execution to finish. Unfortunately, this keeps me from being able to do multiple executions in a batch file.
What can I do to avoid PythonWin from opening?