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

+1 Me too!

on WinXP

ActivePython 2.6.5.12 (ActiveState Software Inc.) based on
Python 2.6.5 (r265:79063, Mar 20 2010, 14:22:52) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
from sympy import var,Plot
var('x y z')
(x, y, z)
Plot(x*y**3-y*x**3)
Window initialization failed: Unable to share contexts

[0]: x*y**3 - y*x**3, 'mode=cartesian'




this Pyglet example works ok.
http://code.google.com/p/pyglet/source/browse/examples/opengl.py

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to