Preguntas con la etiqueta [file-association]

Lista file-association preguntas

¿Cómo ejecutar scripts de Python en Windows?

9
respuestas
96
votos
403.0k
vistas

Tengo un script simple blah.py (usando Python 2): import sys print sys.argv[1] Si ejecuto mi script por: python c:/..../blah.py argument Imprime un argumento, pero si ejecuto el script mediante: blah.py