PyMOL plugin does not work

Issue #26 resolved
Albert Solernou Crusat created an issue

Even when unclicking "load trajectory", the pymol plugin fails to load the system if the trajectory file is not found. That happens today, with the latest version ad94035.

Error: 1 <type 'exceptions.AttributeError'> Exception in Tk callback Function: <bound method FFEA_viewer_control_window.choose_ffea_file_to_load of <pmg_tk.startup.FFEAplugin.FFEA_viewer_control_window instance at 0x7fcd7502b368>> (type: <type 'instancemethod'>) Args: () Traceback (innermost last): File "/usr/lib/python2.6/site-packages/Pmw/Pmw_1_3/lib/PmwBase.py", line 1747, in call return apply(self.func, args) File "/home/DS/issaso/soft/pymol/1.8.2/lib64/python2.6/site-packages/pmg_tk/startup/FFEAplugin/init.py", line 231, in choose_ffea_file_to_load self.load_ffea(ffea_fname) File "/home/DS/issaso/soft/pymol/1.8.2/lib64/python2.6/site-packages/pmg_tk/startup/FFEAplugin/init.py", line 415, in load_ffea turbotraj_fname = traj_fname.split(".")[0]+".npy" <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'split'

Comments (2)

  1. Log in to comment