SourceForge logo
SourceForge logo
Menu

matplotlib-devel

From: Michael D. <md...@st...> - 2013年07月31日 15:39:03
I have tagged and uploaded matplotlib 1.3.0 final. Congratulations to 
all involved! It was a long slog getting this release out, and I 
appreciate everyone's patience.
Once we have binaries uploaded to SourceForge, I will make a formal 
announcement in the usual channels.
Mike
From: Russell E. O. <ro...@uw...> - 2013年07月31日 17:48:02
In article <51F...@st...>,
 Michael Droettboom <md...@st...> 
 wrote:
> I have tagged and uploaded matplotlib 1.3.0 final. Congratulations to 
> all involved! It was a long slog getting this release out, and I 
> appreciate everyone's patience.
> 
> Once we have binaries uploaded to SourceForge, I will make a formal 
> announcement in the usual channels.
I built the Mac binary on MacOS X 10.6 but have run into two problems:
- Most of the unit tests are missing, so I can't properly test the 
results. But my application that uses matplotlib and TkAgg works fine, 
so may well be OK. Also, I checked and the installer was trying to build 
all expected backends (including the native Mac backend).
- When the 1.3.0 installer is used to overwrite matplotlib 1.2.1 (and 
the pytz and dateutil that it installs) it breaks pytz and dateutils, by 
deleting most of the contents, leaving only a subdir named zoneinfo in 
each package (with different contents for each package).
Installing a new pytz and dateutils and running the 1.3.0 binary 
installer (overwriting matplotlib 1.3.0 or no matplotlib at all) leaves 
these packages functional (though it changes the modification date, so 
it's doing something).
I have replicated this several times.
I'm not sure whether to upload this installer. It's a bit dangerous and 
ill tested.
-- Russell
From: Michael D. <md...@st...> - 2013年07月31日 18:01:13
On 07/31/2013 01:47 PM, Russell E. Owen wrote:
> In article <51F...@st...>,
> Michael Droettboom <md...@st...>
> wrote:
>
>> I have tagged and uploaded matplotlib 1.3.0 final. Congratulations to
>> all involved! It was a long slog getting this release out, and I
>> appreciate everyone's patience.
>>
>> Once we have binaries uploaded to SourceForge, I will make a formal
>> announcement in the usual channels.
> I built the Mac binary on MacOS X 10.6 but have run into two problems:
> - Most of the unit tests are missing, so I can't properly test the
> results. But my application that uses matplotlib and TkAgg works fine,
> so may well be OK. Also, I checked and the installer was trying to build
> all expected backends (including the native Mac backend).
What do you mean the unit tests are missing? They don't run? Can you 
send the output from nose?
Glad to hear about the installer building the macosx backend -- that was 
pretty serious when it wasn't doing that.
>
> - When the 1.3.0 installer is used to overwrite matplotlib 1.2.1 (and
> the pytz and dateutil that it installs) it breaks pytz and dateutils, by
> deleting most of the contents, leaving only a subdir named zoneinfo in
> each package (with different contents for each package).
>
> Installing a new pytz and dateutils and running the 1.3.0 binary
> installer (overwriting matplotlib 1.3.0 or no matplotlib at all) leaves
> these packages functional (though it changes the modification date, so
> it's doing something).
I thought you were including pytz and dateutils in your installer. Is 
that not the case? If not, isn't it enough to document that matplotlib 
now doesn't ship with these dependencies, and they will need to be 
installed using pip or other means? Can they be installed afterward and 
have things work?
Cheers,
Mike
>
> I have replicated this several times.
>
> I'm not sure whether to upload this installer. It's a bit dangerous and
> ill tested.
>
> -- Russell
>
>
> ------------------------------------------------------------------------------
> Get your SQL database under version control now!
> Version control is standard for application code, but databases havent
> caught up. So what steps can you take to put your SQL databases under
> version control? Why should you start doing it? Read more to find out.
> http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
From: Jason G. <jas...@cr...> - 2013年07月31日 17:54:09
On 7/31/13 8:38 AM, Michael Droettboom wrote:
> I have tagged and uploaded matplotlib 1.3.0 final. Congratulations to
> all involved! It was a long slog getting this release out, and I
> appreciate everyone's patience.
>
> Once we have binaries uploaded to SourceForge, I will make a formal
> announcement in the usual channels.
>
The main matplotlib.org website's layout seems different. What used to 
be in the sidebar now seems to be in the middle of the page, and the 
example images spill into the sidebar. Is this a mistake or is it 
supposed to be that way?
Thanks,
Jason
From: Michael D. <md...@st...> - 2013年07月31日 18:03:05
On 07/31/2013 01:53 PM, Jason Grout wrote:
> On 7/31/13 8:38 AM, Michael Droettboom wrote:
>> I have tagged and uploaded matplotlib 1.3.0 final. Congratulations to
>> all involved! It was a long slog getting this release out, and I
>> appreciate everyone's patience.
>>
>> Once we have binaries uploaded to SourceForge, I will make a formal
>> announcement in the usual channels.
>>
>
> The main matplotlib.org website's layout seems different. What used to
> be in the sidebar now seems to be in the middle of the page, and the
> example images spill into the sidebar. Is this a mistake or is it
> supposed to be that way?
>
The layout has changed, but sidebar has not. Can you provide a 
screenshot? Note, you can always visit the older version of the website 
at http://matplotlib.org/1.2.1 for direct comparison.
Mike
From: Jason G. <jas...@cr...> - 2013年08月01日 01:28:31
On 7/31/13 11:02 AM, Michael Droettboom wrote:
> The layout has changed, but sidebar has not. Can you provide a
> screenshot? Note, you can always visit the older version of the website
> at http://matplotlib.org/1.2.1 for direct comparison.
I just realized I had the webpage zoomed in (apple/control +), which was 
part of the problem. It looks great when I unzoom the page. Sorry for 
the false alarm.
I'm really excited about the webagg backend. Thanks for all your work 
on this release!
Jason
From: Eric F. <ef...@ha...> - 2013年08月01日 01:55:02
On 2013年07月31日 8:02 AM, Michael Droettboom wrote:
> The layout has changed, but sidebar has not. Can you provide a
> screenshot? Note, you can always visit the older version of the website
> athttp://matplotlib.org/1.2.1 for direct comparison.
The problem is that the new layout only works with a wider window than 
was required for the old layout. I think this is a step backward.
Eric
From: Michael D. <md...@st...> - 2013年08月01日 13:38:51
I have made this little example image less wide directly on the website, 
and in the source in a1921d6216b0. It may take a few minutes for all of 
github's web servers to update the content.
Mike
On 07/31/2013 09:54 PM, Eric Firing wrote:
> On 2013年07月31日 8:02 AM, Michael Droettboom wrote:
>> The layout has changed, but sidebar has not. Can you provide a
>> screenshot? Note, you can always visit the older version of the website
>> athttp://matplotlib.org/1.2.1 for direct comparison.
> The problem is that the new layout only works with a wider window than
> was required for the old layout. I think this is a step backward.
>
> Eric
>
> ------------------------------------------------------------------------------
> Get your SQL database under version control now!
> Version control is standard for application code, but databases havent
> caught up. So what steps can you take to put your SQL databases under
> version control? Why should you start doing it? Read more to find out.
> http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
From: Russell E. O. <ro...@uw...> - 2013年07月31日 21:05:41
In article <51F...@st...>,
 Michael Droettboom <md...@st...> 
 wrote:
> On 07/31/2013 01:47 PM, Russell E. Owen wrote:
> > In article <51F...@st...>,
> > Michael Droettboom <md...@st...>
> > wrote:
> >
> >> I have tagged and uploaded matplotlib 1.3.0 final. Congratulations to
> >> all involved! It was a long slog getting this release out, and I
> >> appreciate everyone's patience.
> >>
> >> Once we have binaries uploaded to SourceForge, I will make a formal
> >> announcement in the usual channels.
> > I built the Mac binary on MacOS X 10.6 but have run into two problems:
> > - Most of the unit tests are missing, so I can't properly test the
> > results. But my application that uses matplotlib and TkAgg works fine,
> > so may well be OK. Also, I checked and the installer was trying to build
> > all expected backends (including the native Mac backend).
> 
> What do you mean the unit tests are missing? They don't run? Can you 
> send the output from nose?
I have appended my test log. I don't know how to run the tests using 
nose, but will be happy to have a go with instructions. (Running 
"nosetests" in the matplotlib source dir does nothing useful).
> Glad to hear about the installer building the macosx backend -- that was 
> pretty serious when it wasn't doing that.
> 
> >
> > - When the 1.3.0 installer is used to overwrite matplotlib 1.2.1 (and
> > the pytz and dateutil that it installs) it breaks pytz and dateutils, by
> > deleting most of the contents, leaving only a subdir named zoneinfo in
> > each package (with different contents for each package).
> >
> > Installing a new pytz and dateutils and running the 1.3.0 binary
> > installer (overwriting matplotlib 1.3.0 or no matplotlib at all) leaves
> > these packages functional (though it changes the modification date, so
> > it's doing something).
> 
> I thought you were including pytz and dateutils in your installer. Is 
> that not the case? If not, isn't it enough to document that matplotlib 
> now doesn't ship with these dependencies, and they will need to be 
> installed using pip or other means? Can they be installed afterward and 
> have things work?
matplotlib used to include pytz and dateutil in its installation. This 
seemed to be a very good thing overall, since it made sure the 
dependencies were satisfied, though it is possible that it occasionally 
overwrite a version the user would have preferred to have.
In any case the matplotlib developers removed support for this feature 
in 1.3. As a result, binary installers now have to tell users to install 
these packages manually (as well as six and pyparsing). It may be 
possible to postprocess the Mac binary installer to install these 
packages, but I don't know how to do it.
The problem is that under some circumstances the new installer may trash 
existing installations of python-dateutils and pytz. I consider that 
unacceptable. Why break things that are already installed?
In other words, we seem to have the worst of the old world and the new: 
don't install the new packages but perhaps break them if they already 
exist. Unfortunately breakage is likely to be the norm because most 
users will be upgrading from matplotlib 1.2.1.
-- Russell
--------------- log of attempts to run tests ---------
Last login: Wed Jul 31 09:33:19 on ttys000
rowen$ python -c "import matplotlib as m ; m.test(verbosity=1)"
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE....................
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_agg')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_agg'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_arrow_patches')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_arrow_patches'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_artist')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_artist'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_axes')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_axes'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_backend_pdf')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_backend_pdf'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_backend_pgf')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_backend_pgf'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_backend_qt4')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_backend_qt4'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_backend_svg')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_backend_svg'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_basic')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_basic'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_bbox_tight')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_bbox_tight'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_collections')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_collections'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_colorbar')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_colorbar'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_colors')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_colors'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_compare_images')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_compare_images'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_contour')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_contour'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_dates')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_dates'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_delaunay')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_delaunay'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_figure')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_figure'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_image')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_image'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_legend')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_legend'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_lines')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_lines'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_mathtext')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_mathtext'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_patches')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_patches'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_patheffects')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_patheffects'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_pickle')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_pickle'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_png')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_png'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_scale')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_scale'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_simplification')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_simplification'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_spines')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_spines'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_streamplot')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_streamplot'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_subplots')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_subplots'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_table')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_table'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_text')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_text'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_tightlayout')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_tightlayout'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_transforms')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_transforms'
======================================================================
ERROR: Failure: AttributeError ('module' object has no attribute 
'test_triangulation')
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 402, in loadTestsFromName
 module = resolve_name(addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/util.py", line 321, in resolve_name
 obj = getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_triangulation'
----------------------------------------------------------------------
Ran 56 tests in 16.850s
FAILED (errors=36)
rowen$
From: Michael D. <md...@st...> - 2013年07月31日 23:04:27
On 07/31/2013 05:05 PM, Russell E. Owen wrote:
> In article <51F...@st...>,
> Michael Droettboom <md...@st...>
> wrote:
>
>> On 07/31/2013 01:47 PM, Russell E. Owen wrote:
>>> In article <51F...@st...>,
>>> Michael Droettboom <md...@st...>
>>> wrote:
>>>
>>>> I have tagged and uploaded matplotlib 1.3.0 final. Congratulations to
>>>> all involved! It was a long slog getting this release out, and I
>>>> appreciate everyone's patience.
>>>>
>>>> Once we have binaries uploaded to SourceForge, I will make a formal
>>>> announcement in the usual channels.
>>> I built the Mac binary on MacOS X 10.6 but have run into two problems:
>>> - Most of the unit tests are missing, so I can't properly test the
>>> results. But my application that uses matplotlib and TkAgg works fine,
>>> so may well be OK. Also, I checked and the installer was trying to build
>>> all expected backends (including the native Mac backend).
>> What do you mean the unit tests are missing? They don't run? Can you
>> send the output from nose?
> I have appended my test log. I don't know how to run the tests using
> nose, but will be happy to have a go with instructions. (Running
> "nosetests" in the matplotlib source dir does nothing useful).
Thanks. It's using nose under the hood, so that's exactly what I 
meant. I should have been more clear.
I'm not sure what might be causing this. As a sanity check (and maybe 
you've already done this), have you tried doing "rm -rf matplotlib*" in 
your site-packages directory?
>
>> Glad to hear about the installer building the macosx backend -- that was
>> pretty serious when it wasn't doing that.
>>
>>> - When the 1.3.0 installer is used to overwrite matplotlib 1.2.1 (and
>>> the pytz and dateutil that it installs) it breaks pytz and dateutils, by
>>> deleting most of the contents, leaving only a subdir named zoneinfo in
>>> each package (with different contents for each package).
>>>
>>> Installing a new pytz and dateutils and running the 1.3.0 binary
>>> installer (overwriting matplotlib 1.3.0 or no matplotlib at all) leaves
>>> these packages functional (though it changes the modification date, so
>>> it's doing something).
>> I thought you were including pytz and dateutils in your installer. Is
>> that not the case? If not, isn't it enough to document that matplotlib
>> now doesn't ship with these dependencies, and they will need to be
>> installed using pip or other means? Can they be installed afterward and
>> have things work?
> matplotlib used to include pytz and dateutil in its installation. This
> seemed to be a very good thing overall, since it made sure the
> dependencies were satisfied, though it is possible that it occasionally
> overwrite a version the user would have preferred to have.
It also made it impossible to install security updates in those other 
packages, which was a problem for Linux distros, MacPorts, homebrew, etc.
>
> In any case the matplotlib developers removed support for this feature
> in 1.3. As a result, binary installers now have to tell users to install
> these packages manually (as well as six and pyparsing). It may be
> possible to postprocess the Mac binary installer to install these
> packages, but I don't know how to do it.
I thought that was the solution we had arrived at in the earlier 
discussion. I'm sorry if I misunderstood. If you "python setup.py 
install" matplotlib into a fresh virtualenv, it will install all of 
these dependencies. Then that virtualenv's site-packages directory can 
be used as the basis for the contents of the installer. As I'm not a 
Mac guy, and I don't understand how the installer is built, is there a 
reason that wouldn't work?
>
> The problem is that under some circumstances the new installer may trash
> existing installations of python-dateutils and pytz. I consider that
> unacceptable. Why break things that are already installed?
Have you investigated how that's happening? There are no components by 
that name in the current matplotlib, so they shouldn't be touched, 
unless the old matplotlib was using .pth files for them or something, I 
suppose, but I don't think it was by default. Have you investigated 
what exactly the installer is clobbering? Maybe take a snapshot of the 
site-packages tree before the installer and then using a tree diffing 
tool to see what the differences are afterward.
>
> In other words, we seem to have the worst of the old world and the new:
> don't install the new packages but perhaps break them if they already
> exist. Unfortunately breakage is likely to be the norm because most
> users will be upgrading from matplotlib 1.2.1.
I think we need to get to the bottom of why it's breaking the old 
installations of pytz and dateutil. Then we can hopefully address 
that. Does the installer try to uninstall what the old installer 
installed first, perhaps?
Mike
>
> -- Russell
>
> --------------- log of attempts to run tests ---------
>
> Last login: Wed Jul 31 09:33:19 on ttys000
> rowen$ python -c "import matplotlib as m ; m.test(verbosity=1)"
> EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE....................
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_agg')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_agg'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_arrow_patches')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_arrow_patches'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_artist')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_artist'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_axes')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_axes'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_backend_pdf')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_backend_pdf'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_backend_pgf')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_backend_pgf'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_backend_qt4')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_backend_qt4'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_backend_svg')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_backend_svg'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_basic')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_basic'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_bbox_tight')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_bbox_tight'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_collections')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_collections'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_colorbar')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_colorbar'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_colors')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_colors'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_compare_images')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_compare_images'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_contour')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_contour'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_dates')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_dates'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_delaunay')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_delaunay'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_figure')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_figure'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_image')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_image'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_legend')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_legend'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_lines')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_lines'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_mathtext')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_mathtext'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_patches')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_patches'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_patheffects')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_patheffects'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_pickle')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_pickle'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_png')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_png'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_scale')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_scale'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_simplification')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_simplification'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_spines')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_spines'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_streamplot')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_streamplot'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_subplots')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_subplots'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_table')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_table'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_text')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_text'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_tightlayout')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_tightlayout'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_transforms')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_transforms'
>
> ======================================================================
> ERROR: Failure: AttributeError ('module' object has no attribute
> 'test_triangulation')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/loader.py", line 402, in loadTestsFromName
> module = resolve_name(addr.module)
> File
> "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
> kages/nose/util.py", line 321, in resolve_name
> obj = getattr(obj, part)
> AttributeError: 'module' object has no attribute 'test_triangulation'
>
> ----------------------------------------------------------------------
> Ran 56 tests in 16.850s
>
> FAILED (errors=36)
> rowen$
>
>
> ------------------------------------------------------------------------------
> Get your SQL database under version control now!
> Version control is standard for application code, but databases havent
> caught up. So what steps can you take to put your SQL databases under
> version control? Why should you start doing it? Read more to find out.
> http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
From: Russell E. O. <ro...@uw...> - 2013年07月31日 21:10:17
In article <51F...@st...>,
 Michael Droettboom <md...@st...> 
 wrote:
> On 07/31/2013 01:47 PM, Russell E. Owen wrote:
> > In article <51F...@st...>,
> > Michael Droettboom <md...@st...>
> > wrote:
> >
> >> I have tagged and uploaded matplotlib 1.3.0 final. Congratulations to
> >> all involved! It was a long slog getting this release out, and I
> >> appreciate everyone's patience.
> >>
> >> Once we have binaries uploaded to SourceForge, I will make a formal
> >> announcement in the usual channels.
> > I built the Mac binary on MacOS X 10.6 but have run into two problems:
> > - Most of the unit tests are missing, so I can't properly test the
> > results. But my application that uses matplotlib and TkAgg works fine,
> > so may well be OK. Also, I checked and the installer was trying to build
> > all expected backends (including the native Mac backend).
> 
> What do you mean the unit tests are missing? They don't run? Can you 
> send the output from nose?
I ran nosetest in matplotlib in site-packages. That produces the 
following result:
rowen$ nosetests
EEEEEEEEEEEEEE.......EEEEEEE.EEEEE......E.EEE..EEEEEEEE....EEEE
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/projections/__init__.py", line 2, in <module>
 from geo import AitoffAxes, HammerAxes, LambertAxes, MollweideAxes
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/projections/geo.py", line 9, in <module>
 from matplotlib.axes import Axes
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/axes.py", line 15, in <module>
 import matplotlib.axis as maxis
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/axis.py", line 14, in <module>
 import matplotlib.text as mtext
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/text.py", line 25, in <module>
 from matplotlib.backend_bases import RendererBase
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tri/__init__.py", line 6, in <module>
 from tricontour import *
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tri/tricontour.py", line 2, in <module>
 from matplotlib.contour import ContourSet
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/contour.py", line 15, in <module>
 import matplotlib.collections as mcoll
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/testing/jpl_units/__init__.py", line 41, in <module>
 from UnitDblConverter import UnitDblConverter
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/testing/jpl_units/UnitDblConverter.py", line 17, in 
<module>
 import matplotlib.projections.polar as polar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/projections/__init__.py", line 2, in <module>
 from geo import AitoffAxes, HammerAxes, LambertAxes, MollweideAxes
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/projections/geo.py", line 9, in <module>
 from matplotlib.axes import Axes
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/axes.py", line 15, in <module>
 import matplotlib.axis as maxis
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/axis.py", line 14, in <module>
 import matplotlib.text as mtext
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/text.py", line 25, in <module>
 from matplotlib.backend_bases import RendererBase
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_agg.py", line 11, in <module>
 from matplotlib.image import imread
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/image.py", line 23, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_animation.py", line 4, in <module>
 from matplotlib import pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_arrow_patches.py", line 1, in <module>
 import matplotlib.pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_artist.py", line 9, in <module>
 import matplotlib.pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_axes.py", line 8, in <module>
 from matplotlib.testing.decorators import image_comparison, cleanup
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/testing/decorators.py", line 11, in <module>
 from matplotlib import pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_backend_pdf.py", line 4, in <module>
 from matplotlib import pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_backend_pgf.py", line 9, in <module>
 import matplotlib.pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_backend_qt4.py", line 1, in <module>
 from matplotlib import pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_backend_svg.py", line 2, in <module>
 import matplotlib.pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_basic.py", line 3, in <module>
 from matplotlib.testing.decorators import knownfailureif
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/testing/decorators.py", line 11, in <module>
 from matplotlib import pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_bbox_tight.py", line 2, in <module>
 from matplotlib.testing.decorators import image_comparison
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/testing/decorators.py", line 11, in <module>
 from matplotlib import pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_collections.py", line 9, in <module>
 import matplotlib.pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_colorbar.py", line 4, in <module>
 from matplotlib.testing.decorators import image_comparison, 
knownfailureif
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/testing/decorators.py", line 11, in <module>
 from matplotlib import pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_colors.py", line 9, in <module>
 import matplotlib.pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_compare_images.py", line 2, in <module>
 from matplotlib.testing.compare import compare_images
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/testing/compare.py", line 13, in <module>
 from matplotlib import _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_contour.py", line 3, in <module>
 from matplotlib.testing.decorators import cleanup, image_comparison
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/testing/decorators.py", line 11, in <module>
 from matplotlib import pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_dates.py", line 10, in <module>
 from matplotlib.testing.decorators import image_comparison, cleanup
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/testing/decorators.py", line 11, in <module>
 from matplotlib import pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
======================================================================
ERROR: Failure: ImportError 
(dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/s
ite-packages/matplotlib/_png.so, 2): Symbol not found: 
_png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so)
----------------------------------------------------------------------
Traceback (most recent call last):
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/loader.py", line 413, in loadTestsFromName
 addr.filename, addr.module)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 47, in importFromPath
 return self.importFromDir(dir_path, fqname)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/nose/importer.py", line 94, in importFromDir
 mod = load_module(part_fqname, fh, filename, desc)
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/tests/test_delaunay.py", line 2, in <module>
 from matplotlib.testing.decorators import image_comparison, 
knownfailureif
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/testing/decorators.py", line 11, in <module>
 from matplotlib import pyplot as plt
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/pyplot.py", line 24, in <module>
 import matplotlib.colorbar
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/colorbar.py", line 29, in <module>
 import matplotlib.collections as collections
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/collections.py", line 23, in <module>
 import matplotlib.backend_bases as backend_bases
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/backend_bases.py", line 50, in <module>
 import matplotlib.textpath as textpath
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/textpath.py", line 14, in <module>
 from matplotlib.mathtext import MathTextParser
 File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pac
kages/matplotlib/mathtext.py", line 62, in <module>
 import matplotlib._png as _png
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/si
te-packages/matplotlib/_png.so, 2): Symbol not found: _png_set_longjmp_fn
 Referenced from: 
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-pack
ages/matplotlib/_png.so
 Expected in: flat namespace
 in ...
 
[truncated message content]
From: Russell E. O. <ro...@uw...> - 2013年07月31日 21:15:13
In article <51F...@st...>,
 Michael Droettboom <md...@st...> 
 wrote:
> On 07/31/2013 01:47 PM, Russell E. Owen wrote:
> > In article <51F...@st...>,
> > Michael Droettboom <md...@st...>
> > wrote:
> >
> >> I have tagged and uploaded matplotlib 1.3.0 final. Congratulations to
> >> all involved! It was a long slog getting this release out, and I
> >> appreciate everyone's patience.
> >>
> >> Once we have binaries uploaded to SourceForge, I will make a formal
> >> announcement in the usual channels.
> > I built the Mac binary on MacOS X 10.6 but have run into two problems:
> > - Most of the unit tests are missing, so I can't properly test the
> > results. But my application that uses matplotlib and TkAgg works fine,
> > so may well be OK. Also, I checked and the installer was trying to build
> > all expected backends (including the native Mac backend).
> 
> What do you mean the unit tests are missing? They don't run? Can you 
> send the output from nose?
> 
> Glad to hear about the installer building the macosx backend -- that was 
> pretty serious when it wasn't doing that.
Yes.
All the interesting information about a build is printed at the 
beginning and soon scrolls out of sight, so it's usually not obvious if 
a build is missing something expected.
That seems to be standard for unix and distutils installers, so I 
suspect it would not be trivial to change. Would it make sense to add a 
unit test that verifies the mac backend was built?
-- Russell
From: Michael D. <md...@st...> - 2013年07月31日 23:07:48
On 07/31/2013 05:12 PM, Russell E. Owen wrote:
> In article <51F...@st...>,
> Michael Droettboom <md...@st...>
> wrote:
>
>> On 07/31/2013 01:47 PM, Russell E. Owen wrote:
>>> In article <51F...@st...>,
>>> Michael Droettboom <md...@st...>
>>> wrote:
>>>
>>>> I have tagged and uploaded matplotlib 1.3.0 final. Congratulations to
>>>> all involved! It was a long slog getting this release out, and I
>>>> appreciate everyone's patience.
>>>>
>>>> Once we have binaries uploaded to SourceForge, I will make a formal
>>>> announcement in the usual channels.
>>> I built the Mac binary on MacOS X 10.6 but have run into two problems:
>>> - Most of the unit tests are missing, so I can't properly test the
>>> results. But my application that uses matplotlib and TkAgg works fine,
>>> so may well be OK. Also, I checked and the installer was trying to build
>>> all expected backends (including the native Mac backend).
>> What do you mean the unit tests are missing? They don't run? Can you
>> send the output from nose?
>>
>> Glad to hear about the installer building the macosx backend -- that was
>> pretty serious when it wasn't doing that.
> Yes.
>
> All the interesting information about a build is printed at the
> beginning and soon scrolls out of sight, so it's usually not obvious if
> a build is missing something expected.
>
> That seems to be standard for unix and distutils installers, so I
> suspect it would not be trivial to change. Would it make sense to add a
> unit test that verifies the mac backend was built?
>
That's a good idea. And we skip it on other platforms ;)
Mike
From: Eric F. <ef...@ha...> - 2013年08月01日 00:28:06
On 2013年07月31日 11:12 AM, Russell E. Owen wrote:
> All the interesting information about a build is printed at the
> beginning and soon scrolls out of sight, so it's usually not obvious if
> a build is missing something expected.
I think we could collect that information and re-print it to the screen 
at the end.
Eric
From: Russell E. O. <ro...@uw...> - 2013年07月31日 23:40:29
In article <51F...@st...>,
 Michael Droettboom <md...@st...> 
 wrote:
> On 07/31/2013 05:05 PM, Russell E. Owen wrote:
> > In article <51F...@st...>,
> > Michael Droettboom <md...@st...>
> > wrote:
> >
> >> On 07/31/2013 01:47 PM, Russell E. Owen wrote:
> >>> In article <51F...@st...>,
> >>> Michael Droettboom <md...@st...>
> >>> wrote:
> >>>
> >>>> I have tagged and uploaded matplotlib 1.3.0 final. Congratulations to
> >>>> all involved! It was a long slog getting this release out, and I
> >>>> appreciate everyone's patience.
> >>>>
> >>>> Once we have binaries uploaded to SourceForge, I will make a formal
> >>>> announcement in the usual channels.
> >>> I built the Mac binary on MacOS X 10.6 but have run into two problems:
> >>> - Most of the unit tests are missing, so I can't properly test the
> >>> results. But my application that uses matplotlib and TkAgg works fine,
> >>> so may well be OK. Also, I checked and the installer was trying to build
> >>> all expected backends (including the native Mac backend).
> >> What do you mean the unit tests are missing? They don't run? Can you
> >> send the output from nose?
> > I have appended my test log. I don't know how to run the tests using
> > nose, but will be happy to have a go with instructions. (Running
> > "nosetests" in the matplotlib source dir does nothing useful).
> 
> Thanks. It's using nose under the hood, so that's exactly what I 
> meant. I should have been more clear.
> 
> I'm not sure what might be causing this. As a sanity check (and maybe 
> you've already done this), have you tried doing "rm -rf matplotlib*" in 
> your site-packages directory?
> 
> >
> >> Glad to hear about the installer building the macosx backend -- that was
> >> pretty serious when it wasn't doing that.
> >>
> >>> - When the 1.3.0 installer is used to overwrite matplotlib 1.2.1 (and
> >>> the pytz and dateutil that it installs) it breaks pytz and dateutils, by
> >>> deleting most of the contents, leaving only a subdir named zoneinfo in
> >>> each package (with different contents for each package).
> >>>
> >>> Installing a new pytz and dateutils and running the 1.3.0 binary
> >>> installer (overwriting matplotlib 1.3.0 or no matplotlib at all) leaves
> >>> these packages functional (though it changes the modification date, so
> >>> it's doing something).
> >> I thought you were including pytz and dateutils in your installer. Is
> >> that not the case? If not, isn't it enough to document that matplotlib
> >> now doesn't ship with these dependencies, and they will need to be
> >> installed using pip or other means? Can they be installed afterward and
> >> have things work?
> > matplotlib used to include pytz and dateutil in its installation. This
> > seemed to be a very good thing overall, since it made sure the
> > dependencies were satisfied, though it is possible that it occasionally
> > overwrite a version the user would have preferred to have.
> 
> It also made it impossible to install security updates in those other 
> packages, which was a problem for Linux distros, MacPorts, homebrew, etc.
I confess I'm surprised because this feature was disabled by default. I 
had to manually enable it whenever I made a binary installer by editing 
setup.cfg.
> > In any case the matplotlib developers removed support for this feature
> > in 1.3. As a result, binary installers now have to tell users to install
> > these packages manually (as well as six and pyparsing). It may be
> > possible to postprocess the Mac binary installer to install these
> > packages, but I don't know how to do it.
> 
> I thought that was the solution we had arrived at in the earlier 
> discussion. I'm sorry if I misunderstood. If you "python setup.py 
> install" matplotlib into a fresh virtualenv, it will install all of 
> these dependencies. Then that virtualenv's site-packages directory can 
> be used as the basis for the contents of the installer. As I'm not a 
> Mac guy, and I don't understand how the installer is built, is there a 
> reason that wouldn't work?
I build the Mac binaries using bdist_mpkg. I'm afraid I don't know how 
it works under the hood. It creates an "mpkg" binary installer in the 
dist subdirectory. To run tests, I install matplotlib (using that mpkg 
installer), since there isn't an obvious way to tests on the mpkg.
I'm sure it's possible to accumulate all the files as you suggest and 
turn them into a binary installer, but I don't know how to do it.
Is it useful in the long term to have such a packager? My impression is 
that as soon as packaging is more robust we'll switch to using pip or 
easy_install.
> > The problem is that under some circumstances the new installer may trash
> > existing installations of python-dateutils and pytz. I consider that
> > unacceptable. Why break things that are already installed?
> 
> Have you investigated how that's happening? There are no components by 
> that name in the current matplotlib, so they shouldn't be touched, 
> unless the old matplotlib was using .pth files for them or something, I 
> suppose, but I don't think it was by default. Have you investigated 
> what exactly the installer is clobbering? Maybe take a snapshot of the 
> site-packages tree before the installer and then using a tree diffing 
> tool to see what the differences are afterward.
The old matplotlib was not using .pth files (at least I never found any 
in site-packages).
> > In other words, we seem to have the worst of the old world and the new:
> > don't install the new packages but perhaps break them if they already
> > exist. Unfortunately breakage is likely to be the norm because most
> > users will be upgrading from matplotlib 1.2.1.
> 
> I think we need to get to the bottom of why it's breaking the old 
> installations of pytz and dateutil. Then we can hopefully address 
> that. Does the installer try to uninstall what the old installer 
> installed first, perhaps?
That is an interesting suggestion. I"m not an expert, but I thought mpkg 
files usually didn't know how to uninstall old files (though one can add 
scripts to do this).
From: Michael D. <md...@st...> - 2013年08月01日 14:37:27
On 07/31/2013 07:40 PM, Russell E. Owen wrote:
> In article <51F...@st...>,
> Michael Droettboom <md...@st...>
> wrote:
>
>> On 07/31/2013 05:05 PM, Russell E. Owen wrote:
>>> In article <51F...@st...>,
>>> Michael Droettboom <md...@st...>
>>> wrote:
>>>
>>>> On 07/31/2013 01:47 PM, Russell E. Owen wrote:
>>>>> In article <51F...@st...>,
>>>>> Michael Droettboom <md...@st...>
>>>>> wrote:
>>>>>
>>>>>> I have tagged and uploaded matplotlib 1.3.0 final. Congratulations to
>>>>>> all involved! It was a long slog getting this release out, and I
>>>>>> appreciate everyone's patience.
>>>>>>
>>>>>> Once we have binaries uploaded to SourceForge, I will make a formal
>>>>>> announcement in the usual channels.
>>>>> I built the Mac binary on MacOS X 10.6 but have run into two problems:
>>>>> - Most of the unit tests are missing, so I can't properly test the
>>>>> results. But my application that uses matplotlib and TkAgg works fine,
>>>>> so may well be OK. Also, I checked and the installer was trying to build
>>>>> all expected backends (including the native Mac backend).
>>>> What do you mean the unit tests are missing? They don't run? Can you
>>>> send the output from nose?
>>> I have appended my test log. I don't know how to run the tests using
>>> nose, but will be happy to have a go with instructions. (Running
>>> "nosetests" in the matplotlib source dir does nothing useful).
>> Thanks. It's using nose under the hood, so that's exactly what I
>> meant. I should have been more clear.
>>
>> I'm not sure what might be causing this. As a sanity check (and maybe
>> you've already done this), have you tried doing "rm -rf matplotlib*" in
>> your site-packages directory?
It would be nice to get to the bottom of this puzzle. I'll start 
another thread to get the attention of other Mac developers in case 
they've seen it before.
>>
>>>> Glad to hear about the installer building the macosx backend -- that was
>>>> pretty serious when it wasn't doing that.
>>>>
>>>>> - When the 1.3.0 installer is used to overwrite matplotlib 1.2.1 (and
>>>>> the pytz and dateutil that it installs) it breaks pytz and dateutils, by
>>>>> deleting most of the contents, leaving only a subdir named zoneinfo in
>>>>> each package (with different contents for each package).
>>>>>
>>>>> Installing a new pytz and dateutils and running the 1.3.0 binary
>>>>> installer (overwriting matplotlib 1.3.0 or no matplotlib at all) leaves
>>>>> these packages functional (though it changes the modification date, so
>>>>> it's doing something).
>>>> I thought you were including pytz and dateutils in your installer. Is
>>>> that not the case? If not, isn't it enough to document that matplotlib
>>>> now doesn't ship with these dependencies, and they will need to be
>>>> installed using pip or other means? Can they be installed afterward and
>>>> have things work?
>>> matplotlib used to include pytz and dateutil in its installation. This
>>> seemed to be a very good thing overall, since it made sure the
>>> dependencies were satisfied, though it is possible that it occasionally
>>> overwrite a version the user would have preferred to have.
>> It also made it impossible to install security updates in those other
>> packages, which was a problem for Linux distros, MacPorts, homebrew, etc.
> I confess I'm surprised because this feature was disabled by default. I
> had to manually enable it whenever I made a binary installer by editing
> setup.cfg.
>
>>> In any case the matplotlib developers removed support for this feature
>>> in 1.3. As a result, binary installers now have to tell users to install
>>> these packages manually (as well as six and pyparsing). It may be
>>> possible to postprocess the Mac binary installer to install these
>>> packages, but I don't know how to do it.
>> I thought that was the solution we had arrived at in the earlier
>> discussion. I'm sorry if I misunderstood. If you "python setup.py
>> install" matplotlib into a fresh virtualenv, it will install all of
>> these dependencies. Then that virtualenv's site-packages directory can
>> be used as the basis for the contents of the installer. As I'm not a
>> Mac guy, and I don't understand how the installer is built, is there a
>> reason that wouldn't work?
> I build the Mac binaries using bdist_mpkg. I'm afraid I don't know how
> it works under the hood. It creates an "mpkg" binary installer in the
> dist subdirectory. To run tests, I install matplotlib (using that mpkg
> installer), since there isn't an obvious way to tests on the mpkg.
>
> I'm sure it's possible to accumulate all the files as you suggest and
> turn them into a binary installer, but I don't know how to do it.
Ok -- I didn't realize the bdist_mpkg was so tied into a single 
distutils package.
One possible way forward: pip has a pybundle option, so you can do:
 pip pybundle matplotlib.pybundle matplotlib
which will create a zip file (matplotlib.pybundle) containing a built 
matplotlib and all of its dependencies. Then it's just a matter of 
making an installer that puts those files in the right place. It 
doesn't seem like bdist_mpkg is the right tool for that, but there must 
be other tools on the Mac to make installers that juts put files somewhere.
>
> Is it useful in the long term to have such a packager? My impression is
> that as soon as packaging is more robust we'll switch to using pip or
> easy_install.
pip and easy_install already work now -- the problem is that the user 
needs to have a compiler and the headers for the C dependencies 
(freetype, libpng) installed. "wheels" are a new way to distribute 
binaries using pip, and I think that once that's readily available and 
robust, it will provide the best of both worlds -- the dependency 
resolution *and* the convenience of a binary installer.
>
>>> The problem is that under some circumstances the new installer may trash
>>> existing installations of python-dateutils and pytz. I consider that
>>> unacceptable. Why break things that are already installed?
>> Have you investigated how that's happening? There are no components by
>> that name in the current matplotlib, so they shouldn't be touched,
>> unless the old matplotlib was using .pth files for them or something, I
>> suppose, but I don't think it was by default. Have you investigated
>> what exactly the installer is clobbering? Maybe take a snapshot of the
>> site-packages tree before the installer and then using a tree diffing
>> tool to see what the differences are afterward.
> The old matplotlib was not using .pth files (at least I never found any
> in site-packages).
I'm still at a loss as to how the new installer, which includes nothing 
to do with python-dateutils and pytz other than importing them, could 
trash existing installations of those packages. I think the only way to 
find out is to compare the trees before and after to see what it's doing.
>
>>> In other words, we seem to have the worst of the old world and the new:
>>> don't install the new packages but perhaps break them if they already
>>> exist. Unfortunately breakage is likely to be the norm because most
>>> users will be upgrading from matplotlib 1.2.1.
>> I think we need to get to the bottom of why it's breaking the old
>> installations of pytz and dateutil. Then we can hopefully address
>> that. Does the installer try to uninstall what the old installer
>> installed first, perhaps?
> That is an interesting suggestion. I"m not an expert, but I thought mpkg
> files usually didn't know how to uninstall old files (though one can add
> scripts to do this).
>
>
I just wanted to ensure it's not doing anything magical that would cause 
the breakage, which it sounds like it's not.
Sorry this has been such a difficult transition -- I think we're getting 
there, slowly but surely, though.
Mike
From: Jason G. <jas...@cr...> - 2013年08月01日 02:18:54
On 7/31/13 2:05 PM, Russell E. Owen wrote:
> As a result, binary installers now have to tell users to install
> these packages manually (as well as six and pyparsing).
I don't think six is mentioned in the "What's new" note for 1.3.0. It 
just details that pyparsing, pytz, and dateutil are now dependencies. 
Can you add six to the notes as well, if it is also moving to 
"dependency" status?
Thanks,
Jason
From: Michael D. <md...@st...> - 2013年08月01日 03:17:39
On 07/31/2013 10:18 PM, Jason Grout wrote:
> On 7/31/13 2:05 PM, Russell E. Owen wrote:
>> As a result, binary installers now have to tell users to install
>> these packages manually (as well as six and pyparsing).
> I don't think six is mentioned in the "What's new" note for 1.3.0. It
> just details that pyparsing, pytz, and dateutil are now dependencies.
> Can you add six to the notes as well, if it is also moving to
> "dependency" status?
>
six is a dependency of dateutil. I don't know if we should be in the 
business of listing all secondary dependencies -- when would we stop?
Mike
From: Jason G. <jas...@cr...> - 2013年08月01日 05:39:38
On 7/31/13 8:17 PM, Michael Droettboom wrote:
> On 07/31/2013 10:18 PM, Jason Grout wrote:
>> On 7/31/13 2:05 PM, Russell E. Owen wrote:
>>> As a result, binary installers now have to tell users to install
>>> these packages manually (as well as six and pyparsing).
>> I don't think six is mentioned in the "What's new" note for 1.3.0. It
>> just details that pyparsing, pytz, and dateutil are now dependencies.
>> Can you add six to the notes as well, if it is also moving to
>> "dependency" status?
>>
> six is a dependency of dateutil. I don't know if we should be in the
> business of listing all secondary dependencies -- when would we stop?
>
Given that six was distributed with matplotlib and is no longer being 
distributed (right?), I think it makes sense to list it. I would stop 
at the software that never was part of matplotlib.
Thanks,
Jason
From: Michael D. <md...@st...> - 2013年08月01日 13:28:18
On 08/01/2013 01:39 AM, Jason Grout wrote:
> On 7/31/13 8:17 PM, Michael Droettboom wrote:
>> On 07/31/2013 10:18 PM, Jason Grout wrote:
>>> On 7/31/13 2:05 PM, Russell E. Owen wrote:
>>>> As a result, binary installers now have to tell users to install
>>>> these packages manually (as well as six and pyparsing).
>>> I don't think six is mentioned in the "What's new" note for 1.3.0. It
>>> just details that pyparsing, pytz, and dateutil are now dependencies.
>>> Can you add six to the notes as well, if it is also moving to
>>> "dependency" status?
>>>
>> six is a dependency of dateutil. I don't know if we should be in the
>> business of listing all secondary dependencies -- when would we stop?
>>
> Given that six was distributed with matplotlib and is no longer being
> distributed (right?), I think it makes sense to list it. I would stop
> at the software that never was part of matplotlib.
>
Would you mind reviewing https://github.com/matplotlib/matplotlib/pull/2267?
Mike
From: Jason G. <jas...@cr...> - 2013年08月02日 14:52:21
On 7/31/13 8:38 AM, Michael Droettboom wrote:
> I have tagged and uploaded matplotlib 1.3.0 final. Congratulations to
> all involved! It was a long slog getting this release out, and I
> appreciate everyone's patience.
>
> Once we have binaries uploaded to SourceForge, I will make a formal
> announcement in the usual channels.
>
FYI, the downloads page at http://matplotlib.org/downloads.html still 
says that 1.3.0 is a release candidate and 1.2.1 is the latest stable 
version.
Again, thanks for all your work on this!
Jason
From: Michael D. <md...@st...> - 2013年08月02日 14:55:31
Doh! Thanks for pointing that out.
Mike
On 08/02/2013 10:52 AM, Jason Grout wrote:
> On 7/31/13 8:38 AM, Michael Droettboom wrote:
>> I have tagged and uploaded matplotlib 1.3.0 final. Congratulations to
>> all involved! It was a long slog getting this release out, and I
>> appreciate everyone's patience.
>>
>> Once we have binaries uploaded to SourceForge, I will make a formal
>> announcement in the usual channels.
>>
> FYI, the downloads page at http://matplotlib.org/downloads.html still
> says that 1.3.0 is a release candidate and 1.2.1 is the latest stable
> version.
>
> Again, thanks for all your work on this!
>
> Jason
>
>
> ------------------------------------------------------------------------------
> Get your SQL database under version control now!
> Version control is standard for application code, but databases havent
> caught up. So what steps can you take to put your SQL databases under
> version control? Why should you start doing it? Read more to find out.
> http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /