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

Do you mean it is a problem now and wasn't before? If so, could you use the git bisect command to find the offending commit? In git, start at the lastest master and do

git bisect start
git bisect bad
git checkout sympy-0.6.6
git bisect good

Then at each point, see if it works or not, and type git bisect good/bad accordingly until you find the patch that created the problem. This would help a lot in finding the source of the 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.

Reply via email to