On 06/09/2019 14:15, Edwin Pozharski wrote:
So I wrote this script long time ago to help loading multiple models (both pdb and mtz files) at once that also contained several useful shortcuts to navigate through the set of structures etc.  I haven't used it in quite some time, and it was pointed out to me recently that it breaks more recent versions of coot.  This is a low priority issue, but I tried to troubleshoot it and don't quite understand what's going on.

The .coot.py basically finds a special file in the current folder and reads lines from it that contain paths to pairs of pdb and mtz files.  Long story short, you end up with a list variable named "pdb" that has your pdb files.  I can troubleshoot to this point just fine.  The I do this in .coot.py

    for thispdb in pdb:
         handle_read_draw_molecule(thispdb)


and coot crashes saying this [snip]

That sounds very curious. I don't think that I've seen a pythonesque problem like that. It would be far more informative if you could capture the core dump.

Paul.

########################################################################

To unsubscribe from the COOT list, click the following link:
https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=COOT&A=1

Reply via email to