Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2011-05-05 Thread sympy
Updates: Status: Fixed Comment #28 on issue 1916 by smi...@gmail.com: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 It was my oversight not to credit the post in comment#17 above for giving the pyglet

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2011-05-05 Thread sympy
Comment #29 on issue 1916 by Vinzent.Steinberg: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 I think we can report a bug at [1], so it can be fixed upstream. [1] http://code.google.com/p/pyglet/issues/list --

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2011-05-04 Thread sympy
Comment #25 on issue 1916 by asmeurer: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 Yeah it works. In master, the plotting freezes (issue 309), but in your branch, it doesn't (in Mac OS X). So +1! -- You

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2011-05-04 Thread sympy
Updates: Labels: -NeedsReview PassedReview Comment #26 on issue 1916 by asmeurer: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 (No comment was entered for this change.) -- You received this message

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2011-05-04 Thread sympy
Comment #27 on issue 1916 by gdrummo...@gmail.com: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 Works for me on WinXP. -- You received this message because you are subscribed to the Google Groups sympy-issues

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2011-05-03 Thread sympy
Comment #23 on issue 1916 by smi...@gmail.com: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 You don't have to have a lot of interest in plotting to review the changes. Just report back here (if your system

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2011-05-03 Thread sympy
Comment #24 on issue 1916 by smi...@gmail.com: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 (Of course you have to be in my 'plot' branch at github; see [ https://github.com/sympy/sympy/pull/279 ] -- You received

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2011-05-02 Thread sympy
Comment #21 on issue 1916 by smi...@gmail.com: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 The change has been made in smichr's 'plot' branch at github. Everything that failed before now works here:

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2011-05-02 Thread sympy
Updates: Labels: NeedsReview smichr Comment #22 on issue 1916 by asmeurer: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 https://github.com/sympy/sympy/pull/279 -- You received this message because you are

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2011-04-25 Thread sympy
Updates: Labels: Plotting Comment #20 on issue 1916 by asmeurer: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 Can someone on Linux test that to see if it still works there after this patch too? -- You

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2011-04-23 Thread sympy
Comment #19 on issue 1916 by keith.ku...@gmail.com: 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.

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2011-04-19 Thread sympy
Comment #18 on issue 1916 by keith.ku...@gmail.com: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 i still have the problem even after testing the os.environ call on sympy-0.6.7. I also tested the example script

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-12-05 Thread sympy
Comment #17 on issue 1916 by xiaopch: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 #!/usr/bin/env python Plotting example Demonstrates simple plotting. from sympy import Symbol, cos, sin, Plot, log, tan from

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-10-27 Thread sympy
Comment #15 on issue 1916 by smichr: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 If I try to do a 2-d plot, e.g. Plot(x**2), it throws the following: Uncaught exception in event loop: exception: access violation

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-10-27 Thread sympy
Comment #16 on issue 1916 by smichr: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 Also, what used to work in comment 3 just hangs on my system now. -- You received this message because you are subscribed to the

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-10-26 Thread sympy
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

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-10-26 Thread sympy
Comment #13 on issue 1916 by smichr: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 works here under XP. -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-10-26 Thread sympy
Comment #14 on issue 1916 by asmeurer: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 So can this be added to the code somewhere so that the user doesn't have to do it manually? -- You received this message

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-09-19 Thread sympy
Comment #11 on issue 1916 by renato.deleone: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 I have the same problem on Windows 7. Where do I need to add os.environ['PYGLET_SHADOW_WINDOW']=0 -- You received this

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-08-26 Thread sympy
Comment #10 on issue 1916 by mybeky: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 it's can be fixed like this: os.environ['PYGLET_SHADOW_WINDOW']=0 -- You received this message because you are subscribed to the

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-08-13 Thread sympy
Comment #9 on issue 1916 by asmeurer: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 Issue 2023 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-06-16 Thread sympy
Comment #8 on issue 1916 by ghost261...@gmail.com: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 in sympy-0.6.6 the problem exists! I debugged in pydev to this point where it throws exception if you simply run

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-06-15 Thread sympy
Comment #4 on issue 1916 by justo.romero: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 Could this somehow have something to do with Issue 479: Window initialization failed? I have tried to copy pyglet folder

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-06-15 Thread sympy
Comment #7 on issue 1916 by smichr: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 One thing that makes bisecting hard is the existence of errors in the history that don't allow one's script to run. For example,

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-06-13 Thread sympy
Comment #3 on issue 1916 by smichr: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 If I do the following I get a plot: from sympy import * from sympy.thirdparty import import_thirdparty pyglet =

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-05-07 Thread sympy
Comment #1 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,

Re: Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-05-07 Thread sympy
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,

Issue 1916 in sympy: Plotting fails: Window initialization failed: Unable to share contexts

2010-04-23 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1916 by ionstream: Plotting fails: Window initialization failed: Unable to share contexts http://code.google.com/p/sympy/issues/detail?id=1916 Hello, In Python 2.6.5, Windows Vista 32 and sympy 0.6.7, I am unable to use