I am trying to save the session in Python Molecule Viewer (from the Autodock suite). It has splits from a molecule. This is the error:

ERROR *********************************************

Traceback (most recent call last):

File "/home/tito/programs/mgltools/mgltools_x86_64Linux2_1.5.7/MGLToolsPckgs/ViewerFramework/VF.py", line 941, in tryto

result = command( *args, **kw )

File "/home/tito/programs/mgltools/mgltools_x86_64Linux2_1.5.7/MGLToolsPckgs/ViewerFramework/basicCommand.py", line 1933, in doit

self.vf.saveFullSession(filename)

File "/home/tito/programs/mgltools/mgltools_x86_64Linux2_1.5.7/MGLToolsPckgs/Pmv/moleculeViewer.py", line 891, in saveFullSession

self.writeMoleculeToSessionFolder(mol)

File "/home/tito/programs/mgltools/mgltools_x86_64Linux2_1.5.7/MGLToolsPckgs/Pmv/moleculeViewer.py", line 811, in writeMoleculeToSessionFolder

if parser.model == True:

AttributeError: 'NoneType' object has no attribute 'model'

How to fix this? Thank you.

More Tito Peña-Montenegro's questions See All
Similar questions and discussions