Hi,
Following the instruction video by Prof. Scott, I could compile the openseespy. I am facing the problem of how to import the opensees.pyd into my python script.
Can you please give some guidance?
Importing opensees.pyd into python script
Moderators: silvia, selimgunay, Moderators
Re: Importing opensees.pyd into python script
import opensees as ops
This should work in your script if you have opensees.pyd in your working directory or path.
This should work in your script if you have opensees.pyd in your working directory or path.
Re: Importing opensees.pyd into python script
Dear Prof. Scott
Thank you very much for your guidance. I could import and successfully run the module.
[Both were in the same directory].
Thank you very much for your guidance. I could import and successfully run the module.
[Both were in the same directory].
Re: Importing opensees.pyd into python script
Thanks for the coffee