Hii Mustaine3,
Thank you for your response. I have tried this ,But still I am getting error on the line in which i call the other python file using execfile() command.I am running my script on windows 8.1.i tried subprocees.call() too, didnt work either.
I have prepared a master python file for an fe analysis in abaqus. Now I want to test different load cases on this model. As this is a repetitive activity, i want to automate it. So I prepared another another python file for load cases. I want to call this python file from the previously...