Re: [matplotlib-devel] image_demo.py raises AttributeError: set_resample

2008-06-11 Thread Tony Yu
On Jun 11, 2008, at 11:47 AM, John Hunter wrote: > On Wed, Jun 11, 2008 at 10:13 AM, Tony Yu <[EMAIL PROTECTED]> wrote: >> I apologize if this doesn't belong in the developers mailing list: >> When I run image_demo.py in examples/pylab (using mpl r, I >> get AttributeError: set_resample. >> This

Re: [matplotlib-devel] image_demo.py raises AttributeError: set_resample

2008-06-11 Thread John Hunter
On Wed, Jun 11, 2008 at 10:13 AM, Tony Yu <[EMAIL PROTECTED]> wrote: > I apologize if this doesn't belong in the developers mailing list: One other thing -- any svn problem is fine on the dev list. In fact, it *should* be on the dev list. JDH

Re: [matplotlib-devel] image_demo.py raises AttributeError: set_resample

2008-06-11 Thread John Hunter
On Wed, Jun 11, 2008 at 10:13 AM, Tony Yu <[EMAIL PROTECTED]> wrote: > I apologize if this doesn't belong in the developers mailing list: > When I run image_demo.py in examples/pylab (using mpl r, I > get AttributeError: set_resample. > This error seems to have been introduced in revision 5433 with

[matplotlib-devel] image_demo.py raises AttributeError: set_resample

2008-06-11 Thread Tony Yu
I apologize if this doesn't belong in the developers mailing list: When I run image_demo.py in examples/pylab (using mpl r, I get AttributeError: set_resample. This error seems to have been introduced in revision 5433 with the agg resample patch (i.e. image_demo.py works fine with r5432).