This is my folder structure
I have used robotframework for my project.
src
—MyLib
i have obfuscated MyLib so it came out to be.
src
—MyLib
—dist
—–MyLib
—–pyarmor_runtime
Now when i import this lib in resource file
i receive the error “failed: ImportError: DLL load failed while importing pyarmor_runtime: The specified module could not be found.”
I have tried to put pyarmor_runtime inside the distMyLib that did not work for me.
Aum Radia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.