This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280049: ImportError: No module named ti

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