I was trying to use TIM for the first time and I get the following error when I tried launching TIM by running 'tim.py'. (Before that, I got an error due to no 'pint' module, which I overcame by installing that module.)
File "C:\Anaconda\lib\json\decoder.py", line 380, in raw_decode
obj, end = self.scan_once(s, idx)
File "timgui\colorbar_and_scale.py", line 406, in objectHookColorBar
cb.valueScale = d['values']
File "timgui\colorbar_and_scale.py", line 178, in setValueScale
if isinstance(v,(str,np.string_,QString)):
NameError: global name 'QString' is not defined
Hi,
Are you using Python 2 or Python 3?
Also it seems you are using anaconda, which I am not familiar with, is PyQt4 you are using part of the anaconda stack?
if possible, let me know what it looks like when you run these commands in python:
Thanks for reporting the issue.
Angus