Matplotlib-devel digest, Vol 1 #266 - 1 msg

Crap, scratch that, yes I do:

2005-03-24 18:41:16.080 Python[2578] *** _NSAutoreleaseNoPool(): Object 0x6266bd0 of class NSCFString autoreleased with no pool in place - just leaking

Anywhere I can log this bug?
   -Brendan

···

On 23-Mar-05, at 11:26 PM, matplotlib-devel-request@lists.sourceforge.net wrote:

Even better, I don't get the leaking memory error
when I dismiss the window

Brendan,

2005-03-24 18:41:16.080 Python[2578] ***
_NSAutoreleaseNoPool(): Object 0x6266bd0 of class NSCFString
autoreleased with no pool in place - just leaking

Sorry, but I don't know what's causing this message. I take it
this is still related to your earlier message:

I"ve been tooling around with matplotlib, as graciously
packaged by Chris Barker, and hosted on Bob Ippolito"s
pythonmac.org/packages site. Everything seems to be working
smoothly, but I"ve run into a couple of warnings I can"t
decrypt.

1) Executing the following code,
#! /usr/bin/pythonw
import pylab
pylab.plot([1, 2, 3], [4, 5, 6])
pylab.show()

<snip>

For what it's worth, I don't get any error messages from this
script, and the plot looks fine. That's with Mac OS 10.3.8,
wxPython 2.5.4.1, matplotlib 0.73, and using rc={backend:WXAgg,
numerix:Numeric, interactive:False}. I installed maplotlib from
source, so maybe the installer is causing this trouble???

Hope that helps,

--Matt Newville