- Jul
- 37
- 0
This problem has caused a whole lot of heartache in the past 48 hours.
Install Python 3.4.1: https://www.python.org/downloads/windows
Create a file named temp.py, which contains a single line:
I've saved mine on the desktop.
Executing this in Take Command fails:
Yet it works in Console2:
PowerCmd
And cmd.exe
It seems that Take Command is ignoring the Windows file associations. More information: http://stackoverflow.com/questions/...n-works-with-full-command-but-file-py-version
Please: How can I fix this?
Install Python 3.4.1: https://www.python.org/downloads/windows
Create a file named temp.py, which contains a single line:
Code:
print("Hello")
I've saved mine on the desktop.
Executing this in Take Command fails:

Yet it works in Console2:

PowerCmd

And cmd.exe

It seems that Take Command is ignoring the Windows file associations. More information: http://stackoverflow.com/questions/...n-works-with-full-command-but-file-py-version
Please: How can I fix this?