Thank you!
Now it's working.^^
At least it is opening. But I'm having another problem. The script was not generated and I get this background error message.
Code:
Error: 1
<type 'exceptions.NotImplementedError'> Exception in Tk callback
Function: <function TheFunction at 0xa77c3ac> (type: <type 'function'>)
Args: ()
Traceback (innermost last):
File "/home/kjun/MGLTools-latest/lib/python2.7/site-packages/Pmw/Pmw_1_3/lib/PmwBase.py", line 1747, in __call__
return apply(self.func, args)
File "raccoon.py", line 4573, in TheFunction
prepareDPF(dpf_file, receptor, ligand, flex_res)
File "raccoon.py", line 4022, in prepareDPF
dm.write_dpf(dpf_filename, parameter_list, pop_seed)
File "raccoon.py", line 3761, in write_dpf
self.dpo.write42(dpf_filename, parm_list)
File "/home/kjun/MGLTools-latest/MGLToolsPckgs/Updates/tested/AutoDockTools/DockingParameters.py", line 1300, in write42
dpf_ptr.write( self.make_param_string('autodock_parameter_version'))
File "/home/kjun/MGLTools-latest/MGLToolsPckgs/Updates/tested/AutoDockTools/DockingParameters.py", line 987, in make_param_string
raise NotImplementedError, "type (%s) of parameter %s unsupported" % (vt.__name__, param
<type 'exceptions.NotImplementedError'>: type (unicode) of parameter autodock_parameter_version unsupported