I have a python script copytimeinbuffer.py, and I need to run this with shift-f1 key.
I used his script.
+F1::
Run "c:\bin\python27\python e:/copytimeinbuffer.py"
Send !{Space}ep
Return
However, I got this error message.

What's wrong with the script?