Hi,
I am using Raccoon2 to submit job to a linux cluster and I am getting following error-
<type 'exceptions.KeyError'> Exception in Tk callback Function: <mglutil.util.callback.CallbackFunction instance at 0x11062e4d0> (type: <type 'instance'>) Args: () Traceback (innermost last): File "/Library/MGLTools/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 "/Library/MGLTools/1.5.7rc1/MGLToolsPckgs/mglutil/util/callback.py", line 86, in __call__ return apply(self.function, args, kw) File "/Library/MGLTools/1.5.7rc1/MGLToolsPckgs/CADD/Raccoon2/gui/RaccoonProjManTree.py", line 1401, in _vs_update if not obj.checkServerConnection(): File "/Library/MGLTools/1.5.7rc1/MGLToolsPckgs/CADD/Raccoon2/gui/RaccoonProjManTree.py", line 344, in checkServerConnection username = self.properties['username'] <type 'exceptions.KeyError'>: 'username'
I would really appreciate any help with this.
|