First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
answered 2018-02-14 12:47:50 -0500
Use execfile to execute a Python script inside a script, e.g. execfile(”xxx.py”)
execfile(”xxx.py”)