Hello All, probably a trivial question here. But I am trying to use python script to execute a large number of simulations in a Finite Element software (FEBio). I believe I am very close to achieving this but I get an error “An error occurred during simulation: [WinError 5] Access is denied”… I am not sure what is wrong. Below is a picture of my code. Thanks!
It seems you run this program at wrong location. Maybe the process is try to write to some “system” directory, which only admin can write to that.
And one more thing, you should paste code in text mode like this
here is the code
don’t use picture to show your code.
And one one more thing, paste all the error log. DO NOT only paste where YOU BELIEVE there is the bug occurs.