私はpythonスクリプトでプログラム(MGLTOOLS)を実行しています。プログラムを起動すると、次のエラーが表示されます。私はPythonを知らない。私はエラーを理解していません。この問題は、すぐにあなたがGUI上でクリックすると生じている場合にStackOverflowは、任意の助けになることはほとんどありませんようリストインデックスが範囲外です。PythonのMGLTOOLSでのエラー
C:\Users\Goutham>set MGLPYTHONPATH=C:\Program Files (x86)\MGLTools 1.5.4
C:\Users\Goutham>"C:\Python25\python.exe" "C:\Program Files (x86)\MGLTools 1.5.4
\MGLToolsPckgs\AutoDockTools\bin\runAdt.py"
Run AutoDockTools from C:\Program Files (x86)\MGLTools 1.5.4\MGLToolsPckgs\AutoD
ockTools
Welcome to Python Molecule Viewer!
Visit http://mgltools.scripps.edu/documentation to read latest documentation.
Resource file used to customize PMV: C:\Users\Goutham\.mgltools\1.5.4\Pmv\_pmvrc
Traceback (most recent call last):
File "C:\Program Files (x86)\MGLTools 1.5.4\MGLToolsPckgs\AutoDockTools\__init
__.py", line 373, in runADT
title=title, withShell= not interactive, verbose=False)
File "C:\Program Files (x86)\MGLTools 1.5.4\MGLToolsPckgs\Pmv\moleculeViewer.p
y", line 315, in __init__
verbose=verbose, trapExceptions=trapExceptions)
File "C:\Program Files (x86)\MGLTools 1.5.4\MGLToolsPckgs\ViewerFramework\VF.p
y", line 345, in __init__
verbose=verbose)
File "C:\Program Files (x86)\MGLTools 1.5.4\MGLToolsPckgs\ViewerFramework\VFGU
I.py", line 277, in __init__
cnf = {"addScenarioButton": False})
File "C:\Program Files (x86)\MGLTools 1.5.4\MGLToolsPckgs\DejaVu\Viewer.py", l
ine 675, in __init__
cp = ClippingPlane(self.rootObject, i, self)
File "C:\Program Files (x86)\MGLTools 1.5.4\MGLToolsPckgs\DejaVu\Clip.py", lin
e 42, in __init__
self.id = self.clipPlaneNames[num]
IndexError: list index out of range
hit enter to continue
実行中の特定のプログラム(どのMGLTools)を提供するのか、起動方法は –
です。@DavidRobinson、MGL tools 1.5.4は、バイオインフォマティクスツールで、Windowsインストーラ、Pythonスクリプトを実行するGUIを備えています。 Python 2.5.2でのみ動作します。アイコンをクリックするとGUIが表示されるはずですが、上記のエラーが出ています。 – gthm
この質問のタイトルを「MGLツールのエラーに関するヘルプ」のように変更する必要があります。これは特にPythonの問題ではありません。 MGLツールを間違って使用しているようです。 –