

Cannort import python files present in lib folder in ironpython
I am trying to import the random file in my script and it shows name random not defined
DWSIM


Add following to your import statements.
import sys
sys.path.append("path of lib folder")
I am trying to import the random file in my script and it shows name random not defined
Add following to your import statements.
import sys
sys.path.append("path of lib folder")