Ask Your Question

PSSEuser312's profile - activity

2017-07-27 03:57:32 -0500 received badge  Taxonomist
2013-12-05 15:26:04 -0500 received badge  Famous Question (source)
2013-12-02 11:08:17 -0500 received badge  Editor (source)
2013-12-02 11:07:08 -0500 commented answer Run multiple python files from one python file

Thanks nyga0082. I have been able to do it with the exec statement as mentionned by yfwing. Thanks again

2013-12-02 11:06:08 -0500 received badge  Scholar (source)
2013-11-26 17:23:05 -0500 received badge  Notable Question (source)
2013-11-21 14:12:28 -0500 received badge  Popular Question (source)
2013-11-21 09:08:25 -0500 answered a question Run multiple python files from one python file

Thanks nyga0082 I did this exact same procedure but i am still getting the same error. It is as if PSSE can no longer access the psspy library for python. Please let me know if you have ever encounter this and what the fix is. Thanks again,

Edited to add: The exec statement works well. Thanks all for answering

2013-11-20 11:16:58 -0500 asked a question Run multiple python files from one python file

Hi there, I am wondering if anyone knows how you can run multiple python scripts from a main one. I know you can do what I am trying to do with idevs by using the "@Input" command followed by the idev you want to run in the main idev. ( Example @Input File.idv will run the idev File.idv on the basecase). Thanks for your help