I am trying to run a python script first.py
from within another python script second.py
.
second.py
contains the statement os.system("python first.py")
.
first.py
: default open App was notepad previously. But, I changed Default Program to python.exe
and now nothing happens. first.py
doesn't even run.
Can anyone help?