I'm having issues getting ccp4i2 to submit jobs to remote servers. I
would like to use qsub, but I have also tried ssh with no luck.
CCP4 is fully updated. Regardless of the method I try I get the
following error:
Traceback (most recent call last):
File "/share/apps/ccp4-7.0/share/ccp4i2/qtgui/CCP4ProjectViewer.py",
line 419, in runTask
self.taskFrame.inputFrame.runTask(mode)
File "/share/apps/ccp4-7.0/share/ccp4i2/qtgui/CCP4ProjectViewer.py",
line 2424, in runTask
self.runRemotely(jobId,projectId)
File "/share/apps/ccp4-7.0/share/ccp4i2/qtgui/CCP4ProjectViewer.py",
line 2561, in runRemotely
dialog.setInfo(message)
File "/share/apps/ccp4-7.0/share/ccp4i2/qtgui/CCP4JobControlGui.py",
line 286, in setInfo
if not self.widgets.has_key('info'):
AttributeError: 'CServerParamsDialog' object has no attribute 'widgets'
Seems like something is fundamentally wrong here. Maybe with qt version?