Comment #12 on issue 1916 by pybanama: Plotting fails: Window initialization failed: Unable to share contexts
http://code.google.com/p/sympy/issues/detail?id=1916

Just do the following :

======================================
import os
os.environ['PYGLET_SHADOW_WINDOW']="0"

from sympy import var, Plot
var('x y z')
Plot(x*y**3-y*x**3)
======================================


--
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.

Reply via email to