Pyglet is not part of sympy, but if installed it can be used for plotting. In your case the test runner detected that you have installed pyglet and ran the appropriate tests. It found a problem with pyglet and it raised an error. The thing is, the problem is not in sympy, it is in pyglet, so there is not much that we can do. If you do not use it, you can just uninstall it (however I do not know how to do this on windows).
On 1 August 2013 06:59, Ben Lucato <[email protected]> wrote: > For the newbie here (me) - how come this isn't reflected in the master > branch yet? > > > On 1 August 2013 14:00, Aaron Meurer <[email protected]> wrote: > >> Yeah, I ended up uninstalling pyglet because of the bugs that cause >> test failures. The pyglet plotting module is already deprecated in >> favor of the matplotlib one. >> >> Aaron Meurer >> >> On Wed, Jul 31, 2013 at 10:52 PM, Ondřej Čertík <[email protected]> >> wrote: >> > Ok, so this is a pyglet bug: >> > >> > File "c:\Python27\lib\site-packages\pyglet\window\__init__.py", line >> 686, in _ >> > _init__ >> > self._create() >> > File "c:\Python27\lib\site-packages\pyglet\window\win32\__init__.py", >> line 467 >> > , in _create >> > _user32.RegisterClassW(byref(self._window_class)) >> > WindowsError: exception: access violation reading 0xFFFFFFFFFFFFFFFF >> > >> > that we cannot do much about. Unfortunately it seems that pyglet is >> > not actively developed anymore, so maybe we should using something >> > else, preferably inside the IPython notebook, which is very actively >> > developed. >> > >> > Ondrej >> > >> > On Wed, Jul 31, 2013 at 9:31 PM, Ben Lucato <[email protected]> >> wrote: >> >> Hey I re-ran the tests. I wasn't sure how much of the output to grab >> (most >> >> of it was successful tests), so I have just copied all of the error >> output >> >> with a bit of the successful tests - it's attached to this post as a >> text >> >> post. >> >> >> >> >> >> On Thursday, 1 August 2013 11:20:53 UTC+10, Ben Lucato wrote: >> >>> >> >>> Hello, I've made a couple of posts here asking questions, but now I'd >> like >> >>> to start contributing ^^. >> >>> >> >>> I've gone through the guide to contributing, how to document, etc. and >> >>> done everything I need to. >> >>> >> >>> I've been writing Python for over a year now, but am very new to >> things >> >>> like Git/GitHub. >> >>> >> >>> Two questions I had: >> >>> >> >>> Yesterday I did a totally new clone+pull of the git master, yet on >> running >> >>> tests via ./bin/test, one of the tests fail prompting a *DO NOT >> COMMIT* >> >>> message? >> >>> I couldn't find it in the issues tracker, but I'm not sure if I'm >> >>> searching right anyway - what I'd like to work on is when you do >> something >> >>> like solve(x - pi > 0), a NotImplementedError is returned >> >>> >> >>> >> >>> Yay! SymPy will be the first thing I've contributed to :- ) >> >> >> >> -- >> >> You received this message because you are subscribed to the Google >> Groups >> >> "sympy" group. >> >> To unsubscribe from this group and stop receiving emails from it, send >> an >> >> email to [email protected]. >> >> To post to this group, send email to [email protected]. >> >> Visit this group at http://groups.google.com/group/sympy. >> >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> >> >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups "sympy" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> an email to [email protected]. >> > To post to this group, send email to [email protected]. >> > Visit this group at http://groups.google.com/group/sympy. >> > For more options, visit https://groups.google.com/groups/opt_out. >> > >> > >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "sympy" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/sympy/awNx8CHhWo8/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/sympy. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > -- > > > Ben Lucato > > ---------------------------------------------------------------------------------- > Phone: +61 400 159 632 | Email: [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
