Hello
I´ve been using autodocktools (1.5.2) since last year under windows xp and ubuntu. After a hardware upgrade I installed windows vista and debian and I installed the latest version (1.5.4) and it used to run perfectly under linux x86 or x86_64 and windows 32bit or 64 bit. The software actually works under any environment.
2 days ago I tried to run ADT under debian as always, I got the splash screen and froze at 100%, displaying an IndexError on the command screen... weird I thought, so I reinstalled the software from installer, then from tar.gz, then from repositories but none of them would work. I also tried the 1.5.6 and 1.6.0 builds without any luck. I thought it was a linux's issue so I rebooted under vista 64bit. Now this is very weird, under vista I got the exact same error on the console (except for locations like "Program Files"):
Code:
F:\Users\ZareliMan>set MGLPYTHONPATH=F:\Program Files (x86)\MGLTools 1.5.6
F:\Users\ZareliMan>"F:\Python25\python.exe" "F:\Program Files (x86)\MGLTools 1.5
.6\MGLToolsPckgs\AutoDockTools\bin\runAdt.py"
Run ADT from F:\Program Files (x86)\MGLTools 1.5.6\MGLToolsPckgs\AutoDockTools
Resource file used to customize PMV: F:\Users\ZareliMan\.mgltools\1.5.6\Pmv\_pmv
rc
Traceback (most recent call last):
File "F:\Program Files (x86)\MGLTools 1.5.6\MGLToolsPckgs\AutoDockTools\__init
__.py", line 432, in runADT
title=title, withShell= not interactive, verbose=False, gui=gui)
File "F:\Program Files (x86)\MGLTools 1.5.6\MGLToolsPckgs\Pmv\moleculeViewer.p
y", line 316, in __init__
verbose=verbose, trapExceptions=trapExceptions)
File "F:\Program Files (x86)\MGLTools 1.5.6\MGLToolsPckgs\ViewerFramework\VF.p
y", line 345, in __init__
verbose=verbose)
File "F:\Program Files (x86)\MGLTools 1.5.6\MGLToolsPckgs\ViewerFramework\VFGU
I.py", line 287, in __init__
verbose=verbose,guiMaster=VIEWER_root,)
File "F:\Program Files (x86)\MGLTools 1.5.6\MGLToolsPckgs\DejaVu\Viewer.py", l
ine 656, in __init__
cp = ClippingPlane(self.rootObject, i, self)
File "F:\Program Files (x86)\MGLTools 1.5.6\MGLToolsPckgs\DejaVu\Clip.py", lin
e 42, in __init__
self.id = self.clipPlaneNames[num]
IndexError: list index out of range
hit enter to continue
I can´t figure out what happened, it´s very unlikely that´s related to the OS since It stopped working on both linux and windows at the same time ! I didn´t change my hardware configuration or anything, it just stopped working from one day to another...
Any suggestions ?