Hi,
I'm facing the same problem as describe in e2e.ti.com/.../203182
I'm using jython2.5.4rc1 (I also tried with jython2.7.0) with CCS6.2, and when I try to follow the exemple of the wiki in order to use jython with debugger it does't work processors.wiki.ti.com/.../Python_Scripting_with_DSS
(I've got all the "Prerequisites" and "Setting up the Environment" describes in the wiki "Python Scripting with DSS")
It seems not possible to import com.ti.debug.engine.scripting or com.ti.ccstudio.scripting.environment. Indeed the following lines:
- from com.ti.debug.engine.scripting import *
- from com.ti.ccstudio.scripting.environment import *
Return the Error:
- from com.ti.debug.engine.scripting import *
ImportError: No module named ti
- from om.ti.ccstudio.scripting.environment import *
ImportError: No module named ti
Do you have any solution for this problem?
Thanks