无法正常启动AuroDockTools

我遇到了2个关于ADT的问题

  1. 无法正常启动、运行AutoDockTools。

安装AutoDock、AutoDock Vina及AutoDockTools后,首次打开ADT即失败。

  • 经建议,以管理员身份运行,则能够启动,但在导出加氢过的配体时,有如下报错,且不能生成新文件

img

  • 给出config文件后,运行AutoDockVina报错

img

  1. 试图修复闪退问题,编辑VF.py文件后,直接双击启动ADT,则报错如下

img

撤销编辑,双击启动ADT,则报错如下
(未知原因图片插入失败,不得已以文本呈现)

==== No Subprocess ====
>>> Traceback (most recent call last):
  File "D:\Tools\MGLTools-1.5.7\lib\site-packages\AutoDockTools\__init__.py", line 433, in runADT
    title=title, withShell= not interactive, verbose=False, gui=gui)
  File "D:\Tools\MGLTools-1.5.7\lib\site-packages\Pmv\moleculeViewer.py", line 1026, in __init__
    trapExceptions=trapExceptions)
  File "D:\Tools\MGLTools-1.5.7\lib\site-packages\ViewerFramework\VF.py", line 449, in __init__
    Startup Directory is set to current working directory by default.""")
  File "D:\Tools\MGLTools-1.5.7\lib\site-packages\mglutil\preferences.py", line 77, in add
    self.set(name, value)
  File "D:\Tools\MGLTools-1.5.7\lib\site-packages\mglutil\preferences.py", line 107, in set
    cb(name,oldValue, value)
  File "D:\Tools\MGLTools-1.5.7\lib\site-packages\ViewerFramework\VF.py", line 759, in startupDirPref_cb
    if not hasattr(self,'setUserPreference') and not hasattr(self.setUserPreference, 'form'): return
AttributeError: MoleculeViewer instance has no attribute 'setUserPreference'
hit enter to continue

刚接触生信,感谢帮助和指点