Anonymous - 2018-11-06

Originally created by: el_diep

Hey,

I wrote an IronPython-Script, where I'm using an extarnal libraray (https://pypi.org/project/svn/). I installed that library to my local Python and IronPython-Interpreter.

Running the script outside of codesys works fine. But when I try to execute the script using the ScriptEngine of Codesys I get the following error-popup:
"No module named svn.remote"

Might anyobdy help me, how to get the codesys-scriptengine to use that SVN-package?

BR
Elias

P.S. Does the scriptengine use another interpreter than the local installed ones?