I'm using the Komodo IDE for Mac 10.10.5 and trying a simple code to run a youtube video via python. Once I save and run the python file, i get the following error:
"/bin/sh: Python-1.py: command not found"
I appreciate any help, thank you!
#!/usr/bin/env python
import webbrowser
webbrowser.open(https://www.youtube.com/watch?v=cLyUcAUMmMY")