|
When I run ADT.....The following error shows..
Python 2.4 (#60, Nov 30 2004, 11:49:19) [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.1 ==== No Subprocess ==== >>> ERROR ********************************************* Traceback (most recent call last): File "C:\Python24\Lib\site-packages\MGLTools\ViewerFramework\VF.py", line 684, in tryto result = apply( command, args, kw ) File "C:\Python24\Lib\site-packages\MGLTools\Pmv\editCommands.py", line 930, in doit hat = addh.addHydrogens(mol.allAtoms, method=method) File "C:\Python24\Lib\site-packages\MGLTools\PyBabel\addh.py", line 92, in addHydrogens Hatoms = self.place_hydrogens1(atoms, num_H_to_add) File "C:\Python24\Lib\site-packages\MGLTools\PyBabel\addh.py", line 156, in place_hydrogens1 Hat = Hat + self.add_vinyl_hydrogens(a ,SP2_C_H_DIST) File "C:\Python24\Lib\site-packages\MGLTools\PyBabel\addh.py", line 444, in add_vinyl_hydrogens c3 = c2.bonds[1].atom1 File "C:\Python24\lib\UserList.py", line 28, in __getitem__ def __getitem__(self, i): return self.data[i] IndexError: list index out of range
|