Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:32:19) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
==== No Subprocess ====
Traceback (most recent call last):
File "C:\Program Files (x86)\MGLTools-1.5.7\lib\site-packages\AutoDockTools_init_.py", line 433, in runADT
title=title, withShell= not interactive, verbose=False, gui=gui)
File "C:\Program Files (x86)\MGLTools-1.5.7\lib\site-packages\Pmv\moleculeViewer.py", line 1026, in init
trapExceptions=trapExceptions)
File "C:\Program Files (x86)\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 "C:\Program Files (x86)\MGLTools-1.5.7\lib\site-packages\mglutil\preferences.py", line 77, in add
self.set(name, value)
File "C:\Program Files (x86)\MGLTools-1.5.7\lib\site-packages\mglutil\preferences.py", line 107, in set
cb(name,oldValue, value)
File "C:\Program Files (x86)\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
不是32位的问题,从错误输出看是没找到setUserPreference
属性。检查一下autodocktools的版本。