Dear all,
I have implemented a software in python/pyQT to draw chemical structure.
For the visualisation it uses a pymol widget (using the pymol2 package). I
haven't used it for a while (it was part of an old project), but today I
noticed that it is no longer working.
When I run the following code:

def paintGL(self):
print("Paint")
glViewport(0, 0, self.width(), self.height())
self._pymol.idle()
self._pymol.draw()

the last line returns me a "segmentation fault 11".
I am using Python 2.7, PyMOL 1.6 and Mac OS X Yosemite, but the problem is
present also with Mavericks.  Both python and PyMOL have been installed
using homebrew.
Does anyone have any suggestion?

Thank you for your help,
Alessia
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to