I am using Raccoon2 with mgltools_x86_64Linux_latest and mgltool, 1.5.7.. In both forms i am unable to successfuly download my VS results. I am having the following 2 different messages.
With mgl1.5.7,
Error: 11 <type 'exceptions.TypeError'> Exception in Tk callback Function: <function callit at 0x125c1410> (type: <type 'function'>) Args: () Traceback (innermost last): File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/site-packages/Pmw/Pmw_1_3/lib/PmwBase.py", line 1747, in __call__ return apply(self.func, args) File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/lib-tk/Tkinter.py", line 495, in callit func(*args) File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/MGLToolsPckgs/CADD/Raccoon2/gui/EF_resultprocessor.py", line 246, in start stop=self.STOP) File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/MGLToolsPckgs/CADD/Raccoon2/gui/RaccoonVsResults.py", line 119, in generateResults self.writeLogJson(logfile) File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/MGLToolsPckgs/CADD/Raccoon2/gui/RaccoonVsResults.py", line 219, in writeLogJson hf.writejson(logname, self.results, compression) File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/MGLToolsPckgs/CADD/Raccoon2/HelperFunctionsN3P.py", line 1377, in writejson json.dump(data, fp) File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/__init__.py", line 181, in dump for chunk in iterable: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 428, in _iterencode for chunk in _iterencode_dict(o, _current_indent_level): File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 402, in _iterencode_dict for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 402, in _iterencode_dict for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 326, in _iterencode_list for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 402, in _iterencode_dict for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 402, in _iterencode_dict for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 326, in _iterencode_list for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 326, in _iterencode_list for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 326, in _iterencode_list for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 436, in _iterencode o = _default(o) File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 178, in default raise TypeError(repr(o) + " is not JSON serializable") <type 'exceptions.TypeError'>: array([ -5.10200024, 6.40950012, -15.03433323], dtype=float32) is not JSON serializable
With mgltools_x86_64Linux2_latest, i receive the following error;
Error: 1 <type 'exceptions.TypeError'> Exception in Tk callback Function: <function callit at 0xd7cf848> (type: <type 'function'>) Args: () Traceback (innermost last): File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/site-packages/Pmw/Pmw_1_3/lib/PmwBase.py", line 1747, in __call__ return apply(self.func, args) File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/lib-tk/Tkinter.py", line 495, in callit func(*args) File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/MGLToolsPckgs/CADD/Raccoon2/gui/EF_resultprocessor.py", line 246, in start stop=self.STOP) File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/MGLToolsPckgs/CADD/Raccoon2/gui/RaccoonVsResults.py", line 119, in generateResults self.writeLogJson(logfile) File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/MGLToolsPckgs/CADD/Raccoon2/gui/RaccoonVsResults.py", line 219, in writeLogJson hf.writejson(logname, self.results, compression) File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/MGLToolsPckgs/CADD/Raccoon2/HelperFunctionsN3P.py", line 1377, in writejson json.dump(data, fp) File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/__init__.py", line 181, in dump for chunk in iterable: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 428, in _iterencode for chunk in _iterencode_dict(o, _current_indent_level): File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 402, in _iterencode_dict for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 402, in _iterencode_dict for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 326, in _iterencode_list for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 402, in _iterencode_dict for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 402, in _iterencode_dict for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 326, in _iterencode_list for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 326, in _iterencode_list for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 326, in _iterencode_list for chunk in chunks: File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 436, in _iterencode o = _default(o) File "/home/ash/mgltools_x86_64Linux2_1.5.7rc1/lib/python2.7/json/encoder.py", line 178, in default raise TypeError(repr(o) + " is not JSON serializable") <type 'exceptions.TypeError'>: array([ -5.10200024, 6.40950012, -15.03433323], dtype=float32) is not JSON serializable
|