Re: [PyMOL] cmd.load_coords does not return

2017-09-04 Thread Thomas Holder
Hi Gregor, I can't reproduce this with a simple program (like calling cmd.load_coords in an endless loop, threaded or non-threaded). Can you give some more details? Which PyMOL version? Which operating system? Do these load_coord calls all target the same object or different objects? Can you us

[PyMOL] cmd.load_coords does not return

2017-08-29 Thread Gregor Hagelüken
Hi, I am using the cmd.load_coords function in my script, which does the following: 1-do some calculations with coordinates. I want to use the new coordinates as input for another program, for which I only have an executable that reads .pdb files. So my approach is: 2-Use load_coords to apply t