Re: [Matplotlib-users] matplotlib sphinxext crashes in sphinx-build

2010-11-04 Thread Elizabeth Yip Dembart
Thanks ! matplotlib (import pylab) works in the sage notebook ( http://www.sagemath.org/ )on my machine. The sage installation compiles everything from source!! We are actually thinking of abandoning SUSE (after 5 years) and switch to ubuntu ! Thanks again! Elizabeth On Thu, Nov 4, 2010 at 10

Re: [Matplotlib-users] matplotlib sphinxext crashes in sphinx-build

2010-11-04 Thread John Hunter
On Thu, Nov 4, 2010 at 12:06 PM, Elizabeth Yip Dembart wrote: > Thanks !! > > Here is the output from the python section you suggested: > > /sampledoc> python > Python 2.6 (r26:66714, Dec  3 2008, 10:55:18) > [GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2 > Type "help", "copyright", "credi

Re: [Matplotlib-users] matplotlib sphinxext crashes in sphinx-build

2010-11-04 Thread Elizabeth Yip Dembart
Thanks !! Here is the output from the python section you suggested: /sampledoc> python Python 2.6 (r26:66714, Dec 3 2008, 10:55:18) [GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import numpy as np >>> print np.__

Re: [Matplotlib-users] matplotlib sphinxext crashes in sphinx-build

2010-11-04 Thread John Hunter
On Thu, Nov 4, 2010 at 11:43 AM, Elizabeth Yip Dembart wrote: > Thank you for the prompt response. > I cannot run matplotlib directly.  It crashes as I tried to import > matplotlib.pyplot: > > sphinx/sampledoc> python > Python 2.6 (r26:66714, Dec  3 2008, 10:55:18) > [GCC 4.3.2 [gcc-4_3-branch rev

Re: [Matplotlib-users] matplotlib sphinxext crashes in sphinx-build

2010-11-04 Thread Elizabeth Yip Dembart
Thank you for the prompt response. I cannot run matplotlib directly. It crashes as I tried to import matplotlib.pyplot: sphinx/sampledoc> python Python 2.6 (r26:66714, Dec 3 2008, 10:55:18) [GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2 Type "help", "copyright", "credits" or "license" fo

Re: [Matplotlib-users] matplotlib sphinxext crashes in sphinx-build

2010-11-04 Thread Michael Droettboom
On 11/04/2010 01:46 AM, Elizabeth Yip Dembart wrote: > Hi > > I was going through the sampledoc tutorial in > http://matplotlib.sourceforge.net/sampledoc/. > > When I came to "Sphinx extensions for embedded plots ... ", > sphinx-build crashes when "matplotlib.sphinx.mathmpl" ... were added > t

[Matplotlib-users] matplotlib sphinxext crashes in sphinx-build

2010-11-03 Thread Elizabeth Yip Dembart
Hi I was going through the sampledoc tutorial in http://matplotlib.sourceforge.net/sampledoc/. When I came to "Sphinx extensions for embedded plots ... ", sphinx-build crashes when "matplotlib.sphinx.mathmpl" ... were added to the extensions section of conf.py. I noticed a similar problem was re