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

found the fix. 1) that os.environ call needs to occur before the import, at least in both of my copies of win7. Next, to make this permanent, one can go into sympy/thirdparty/pyglet/pyglet (make sure you go into the second pyglet directory) and edit the __init__.py file look for shadow_window=True and change it to False. Plot() should work after this.

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