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")
Login to add comment