| 
 | 
 
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册  
 
x
 
请问python代码怎么修复? 
 
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on win32 
Type "copyright", "credits" or "license()" for more information. 
 
    **************************************************************** 
    Personal firewall software may warn about the connection IDLE 
    makes to its subprocess using this computer's internal loopback 
    interface.  This connection is not visible on any external 
    interface and no data is sent to or received from the Internet. 
    **************************************************************** 
     
IDLE 1.2.2      ==== No Subprocess ==== 
>>> Exception in Tkinter callback 
Traceback (most recent call last): 
  File "C:\Program Files (x86)\The Scripps Research Institute\Autodock\4.2.6\lib\lib-tk\Tkinter.py", line 1403, in __call__ 
    return self.func(*args) 
  File "C:\Program Files (x86)\The Scripps Research Institute\Autodock\4.2.6\lib\site-packages\AutoDockTools\autogpfCommands.py", line 4479, in chooseMolecule_cb 
    mol = self.chooser.getMolSet() 
  File "C:\Program Files (x86)\The Scripps Research Institute\Autodock\4.2.6\lib\site-packages\Pmv\guiTools.py", line 178, in getMolSet 
    if self.mode=='single': return mols[0] 
  File "C:\Program Files (x86)\The Scripps Research Institute\Autodock\4.2.6\lib\UserList.py", line 28, in __getitem__ 
    def __getitem__(self, i): return self.data[i] 
IndexError: list index out of range 
 
 
 |   
 
 
 
 |