Comment #2 on issue 2880 by [email protected]: segmentation fault after plotting
http://code.google.com/p/sympy/issues/detail?id=2880
I use pyglet 1.1.4-2 on ArchLinux, my system is up to date. I've tried to close a window with pyglet, and it worked fine:
[xxxxxx@myhost ~]$ python2 Python 2.7.2 (default, Nov 21 2011, 17:24:32) [GCC 4.6.2] on linux2 Type "help", "copyright", "credits" or "license" for more information.
from pyglet import window p=window.Window() p.close()
The window has opened and closed without any problem. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
