os x 10.5.3 numpy 1.10 error

Using apple python, numpy 1.10, I get the following error in matplotlib 0.91.2:

Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from pylab import *
>>> plot([1,2,3,4])
[<matplotlib.lines.Line2D object at 0x2be5d70>]
>>> show()
Traceback (most recent call last):
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/backend_wx.py", line 1021, in _onPaint
     self.draw(repaint=False)
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/backend_wxagg.py", line 60, in draw
     FigureCanvasAgg.draw(self)
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/backend_agg.py", line 254, in draw
     self.renderer = self.get_renderer()
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/backend_agg.py", line 265, in get_renderer
     self.renderer = RendererAgg(w, h, self.figure.dpi)
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/backend_agg.py", line 66, in __init__
     self.draw_path_collection = self._renderer.draw_path_collection
AttributeError: draw_path_collection
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/backend_wx.py", line 1187, in show
     figwin.canvas.draw()
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/backend_wxagg.py", line 60, in draw
     FigureCanvasAgg.draw(self)
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/backend_agg.py", line 254, in draw
     self.renderer = self.get_renderer()
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/backend_agg.py", line 265, in get_renderer
     self.renderer = RendererAgg(w, h, self.figure.dpi)
   File "/opt/lib/python2.5/site-packages/matplotlib/backends/backend_agg.py", line 66, in __init__
     self.draw_path_collection = self._renderer.draw_path_collection
AttributeError: draw_path_collection
>>> Terminated

-gideon

I do not see this. I have the
same mpl and np version,
and same Python version,
but I'm on Windows.

fwiw,
Alan Isaac

···

On Thu, 29 May 2008, Gideon Simpson apparently wrote:

Using apple python, numpy 1.10, I get the following error in
matplotlib 0.91.2:

Never mind. I think this may have had to do with something else not being installed correctly. This config (numpy 1.10, apple python 2.5.1, mpl 0.91.2, /usr/X11 png and freetype) works fine though.

···

On May 29, 2008, at 9:59 PM, Alan G Isaac wrote:

On Thu, 29 May 2008, Gideon Simpson apparently wrote:

Using apple python, numpy 1.10, I get the following error in
matplotlib 0.91.2:

I do not see this. I have the
same mpl and np version,
and same Python version,
but I'm on Windows.

fwiw,
Alan Isaac

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

May I asked what was installed incorrectly and how you fixed it? I'm seeing
exactly the same error.

Thanks in advance.

-David

Gideon Simpson wrote:

···

Never mind. I think this may have had to do with something else not
being installed correctly. This config (numpy 1.10, apple python
2.5.1, mpl 0.91.2, /usr/X11 png and freetype) works fine though.

On May 29, 2008, at 9:59 PM, Alan G Isaac wrote:

On Thu, 29 May 2008, Gideon Simpson apparently wrote:

Using apple python, numpy 1.10, I get the following error in
matplotlib 0.91.2:

I do not see this. I have the
same mpl and np version,
and same Python version,
but I'm on Windows.

fwiw,
Alan Isaac

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

--
View this message in context: http://www.nabble.com/os-x-10.5.3-numpy-1.10-error-tp17550020p17701593.html
Sent from the matplotlib - users mailing list archive at Nabble.com.