Other Parts Discussed in Thread: OPT3101
I do have an issure running a script from the TI-LATTE environment.
What I do:
- Starting TI-Latte (0.8.3) for the OPT3101EVM in Windows
- Three windows pop up:
- CMD window with start up information
- TI-Latte
- The "front end" where i can controll the OPT3101EVM
- I can controll the OPT3101EVM as expected
- Switching to the TI-Latte window
- Selecting devInit.py
- Session --> Clear session
- Run --> Buffer
I get the following error/log:
Workspace is cleared
#======
#Executing .. OPT3101/OPT3101EVMrevE3_Demo/devInit.py
#Start Time 2021-10-06 11:14:37.048000
#Error: name 'QtGui' is not defined
# "OPT3101/OPT3101EVMrevE3_Demo/devInit.py", line 81, in
# NameError: name 'QtGui' is not defined
#
#
#Done executing .. OPT3101/OPT3101EVMrevE3_Demo/devInit.py
#End Time 2021-10-06 11:14:37.083000
#Execution Time = 0.0349998474121 s
#================ ERRORS:1, WARNINGS:0 ================#
What can I do to run a script?
Note:
On the system I have an istallation of Anaconda (Python3), but I do not expect this to be the issue.