> > On Dec 10, 2:03 pm, "David Joyner" <[EMAIL PROTECTED]> wrote:
> > > [EMAIL PROTECTED]:/mnt/drive_hda1/sagefiles/sage-2.8.13.alpha1$ python
> > > Python 2.5.1 (r251:54863, Nov 26 2007, 13:44:20)
> > > [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
> > > Type "help", "copyright", "credits" or "license" for more information.>>> 
> > > from sympy import symbols, Plot
> > > >>> x,y,z = symbols('xyz')
> > > >>> Plot(x*y**3-y*x**3)
>
> > > [0]: x*y**3 - y*x**3, 'mode=cartesian'>>> Window initialization failed: 
> > > No conforming visual exists
>
> > > Segmentation fault (core dumped)
>
> > > This is on an ubuntu 64 bit machine.

OK, this is a bug in the version of pyglet shipped with SymPy
(apparently 1.0 alpha 2).  It's fixed in the latest version of pyglet,
1.0 beta 3.

Carl Witty
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to