[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: IndexError: list index out of range



http://mgl.scripps.edu/forum/viewtopic.php?f=11&t=584

... (line 601) ...
# Find out how many clipping planes
maxClipP = int(GL.glGetDoublev(GL.GL_MAX_CLIP_PLANES)[0])
if(maxClipP > 6):
     maxClipP = 6 # the driver can't provide more than 6 clipping planes

I tried the above advice before, it shows:

Run AutoDockTools from /usr/lib/python2.6/dist-packages/AutoDockTools
Traceback (most recent call last):
 File "/usr/lib/python2.6/dist-packages/AutoDockTools/__init__.py",
line 371, in runADT
   from Pmv.moleculeViewer import MoleculeViewer
 File "/usr/lib/python2.6/dist-packages/Pmv/moleculeViewer.py", line
20, in <module>
   from DejaVu.Geom import Geom
 File "/usr/lib/python2.6/dist-packages/DejaVu/__init__.py", line
181, in <module>
   from Viewer import Viewer
 File "/usr/lib/python2.6/dist-packages/DejaVu/Viewer.py", line 101,
in <module>
   class Viewer(Tkinter.Widget, Tkinter.Misc, EventHandler):
 File "/usr/lib/python2.6/dist-packages/DejaVu/Viewer.py", line 602, in Viewer
   if(maxClipP > 6):
NameError: name 'maxClipP' is not defined
hit enter to continue

I don't know how to fix it.

On Fri, May 27, 2011 at 9:16 PM, Camaleón <noelamac@gmail.com> wrote:
> On Fri, 27 May 2011 16:28:37 +0800, lina wrote:
>
>> when I tried AutoDockTools, which showed me something like
>>
>> IndexError: list index out of range
>>
>> Is it something relevant to driver or Pmv or ?
>
> (...)
>
> Take a look into this thread:
>
> PMV or ADT stopped working on vista and debian
> http://mgl.scripps.edu/forum/viewtopic.php?f=11&t=584
>
> Greetings,
>
> --
> Camaleón
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> Archive: [🔎] pan.2011.05.27.13.16.04@gmail.com">http://lists.debian.org/[🔎] pan.2011.05.27.13.16.04@gmail.com
>
>



-- 
Best Regards,

lina


Reply to: