Tool/software:
Hello
I am getting the below error in VSCode
from com.ti.debug.engine.scripting import *
ImportError: No module named ti
I am running the .py file using jython and for this I have given the path for the jython jar in tasks.json, as it doesn't work directly with jython as interpreter
Also I have given the required CLASSPATH in system environment variable as given in the TI Documentation.
Regards,
Anil