SourceForge logo
SourceForge logo
Menu

matplotlib-devel — matplotlib developers

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(1)
Nov
(33)
Dec
(20)
2004 Jan
(7)
Feb
(44)
Mar
(51)
Apr
(43)
May
(43)
Jun
(36)
Jul
(61)
Aug
(44)
Sep
(25)
Oct
(82)
Nov
(97)
Dec
(47)
2005 Jan
(77)
Feb
(143)
Mar
(42)
Apr
(31)
May
(93)
Jun
(93)
Jul
(35)
Aug
(78)
Sep
(56)
Oct
(44)
Nov
(72)
Dec
(75)
2006 Jan
(116)
Feb
(99)
Mar
(181)
Apr
(171)
May
(112)
Jun
(86)
Jul
(91)
Aug
(111)
Sep
(77)
Oct
(72)
Nov
(57)
Dec
(51)
2007 Jan
(64)
Feb
(116)
Mar
(70)
Apr
(74)
May
(53)
Jun
(40)
Jul
(519)
Aug
(151)
Sep
(132)
Oct
(74)
Nov
(282)
Dec
(190)
2008 Jan
(141)
Feb
(67)
Mar
(69)
Apr
(96)
May
(227)
Jun
(404)
Jul
(399)
Aug
(96)
Sep
(120)
Oct
(205)
Nov
(126)
Dec
(261)
2009 Jan
(136)
Feb
(136)
Mar
(119)
Apr
(124)
May
(155)
Jun
(98)
Jul
(136)
Aug
(292)
Sep
(174)
Oct
(126)
Nov
(126)
Dec
(79)
2010 Jan
(109)
Feb
(83)
Mar
(139)
Apr
(91)
May
(79)
Jun
(164)
Jul
(184)
Aug
(146)
Sep
(163)
Oct
(128)
Nov
(70)
Dec
(73)
2011 Jan
(235)
Feb
(165)
Mar
(147)
Apr
(86)
May
(74)
Jun
(118)
Jul
(65)
Aug
(75)
Sep
(162)
Oct
(94)
Nov
(48)
Dec
(44)
2012 Jan
(49)
Feb
(40)
Mar
(88)
Apr
(35)
May
(52)
Jun
(69)
Jul
(90)
Aug
(123)
Sep
(112)
Oct
(120)
Nov
(105)
Dec
(116)
2013 Jan
(76)
Feb
(26)
Mar
(78)
Apr
(43)
May
(61)
Jun
(53)
Jul
(147)
Aug
(85)
Sep
(83)
Oct
(122)
Nov
(18)
Dec
(27)
2014 Jan
(58)
Feb
(25)
Mar
(49)
Apr
(17)
May
(29)
Jun
(39)
Jul
(53)
Aug
(52)
Sep
(35)
Oct
(47)
Nov
(110)
Dec
(27)
2015 Jan
(50)
Feb
(93)
Mar
(96)
Apr
(30)
May
(55)
Jun
(83)
Jul
(44)
Aug
(8)
Sep
(5)
Oct
Nov
(1)
Dec
(1)
2016 Jan
Feb
Mar
(1)
Apr
May
Jun
(2)
Jul
Aug
(3)
Sep
(1)
Oct
(3)
Nov
Dec
2017 Jan
Feb
(5)
Mar
Apr
May
Jun
Jul
(3)
Aug
Sep
(7)
Oct
Nov
Dec
2018 Jan
Feb
Mar
Apr
May
Jun
Jul
(2)
Aug
Sep
Oct
Nov
Dec
S M T W T F S

1
(7)
2
(7)
3
(5)
4
(3)
5
(2)
6
(10)
7
(1)
8
(3)
9
(4)
10
(4)
11
(2)
12
(1)
13
(1)
14
15
16
17
(6)
18
(6)
19
(1)
20
(11)
21
(18)
22
(17)
23
(3)
24
(19)
25
26
27
28
29
30
(1)
31
(15)



Showing results of 145

1 2 3 .. 6 > >> (Page 1 of 6)
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年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: 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: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: 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: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日 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: 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: 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
On 07/31/2013 11:38 AM, Andy Ray Terrel wrote:
>
> The plan was to have it on the SciPy conference website, but we 
> haven't really got it up. If someone can point me to rendered html, I 
> can ask Jim to put it up there now.
>
The rendered HTML is in the scipy2013_talks github repo.
https://github.com/scipy/scipy2013_talks/tree/master/plotting_contest
That will be fine for now, and it sounds like Nelle will make the 
presentation much better down the road, at which case we can update it then.
Mike
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
On 31 July 2013 15:11, Michael Droettboom <md...@st...> wrote:
> (I've Cc'd the scipy organizers list who should probably be able to
> address your questions).
>
>
> On 07/31/2013 06:09 AM, Nelle Varoquaux wrote:
>
> Hello,
>
> At Scipy, we briefly discussed the possibility of having the nicest
> plots of the John Hunter Excellence in Plotting Contest on matplotlib's
> website, with the code available.
> I personnally would love to be able to see those plots again, and the code
> used to generate them. It would also be a great way to advertise the use of
> matplotlib for high standard plotting.
>
>
> I submitted this to the scipy papers repository, but I'm not sure where
> that content was posted (or if it has been yet).
>
> https://github.com/scipy/scipy2013_talks
>
> That contains the output of the Sphinx document I used to generate the
> results (and also what I shared with the judges prior to the conference).
> I can send you the Sphinx source offline.
>
> When we solicited entries, we asked for permission for the Scipy
> conference to use them. If we want to use them on the matplotlib website,
> I think we'd need to seek permission for that (or we can, of course, link
> to what SciPy
>
posts). It was done this way because I didn't want it to appear to be a
> matplotlib-based competition (though it did turn out that way).
>
The fact that not all submissions are matplotlib is one of the reasons I
think this should be done in another website.
I've checked out the sources of this github repository. Maybe I can start
from there if you send me the sources!
> I would love to work on this. I was thinking that the easiest would
> probably to do a dedicated website, where we could easily upload the code,
> the data and the images in high resolution. It would also allow us to have
> a more modern looking website, more "commercial" than the matplotlib one.
>
> Also, we (matplotlib) do not hold the copyrights but I think scipy or
> numfocus does. Hence, doing this in the name of scipy (or numfocus) would
> avoid some legal issues.
> We could then be able to link to this website.
>
>
> Sure. What I did is not terribly modern looking -- web design is a set of
> skills I don't really have -- so I'd love it if we could modernize it.
>
 What do you think?
> (We should also include the organizers of the contest in this discussion,
> but I don't really know how to contact them.)
>
> This is a great idea. I think if there's a subdomain (or url) of
> scipy.org we could use for this to host some static content, that would
> be ideal. And then we link to it from matplotlib.org.
>
> Mike
>
>
> ------------------------------------------------------------------------------
> 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
>
>
(I've Cc'd the scipy organizers list who should probably be able to 
address your questions).
On 07/31/2013 06:09 AM, Nelle Varoquaux wrote:
> Hello,
>
> At Scipy, we briefly discussed the possibility of having the nicest 
> plots of the John Hunter Excellence in Plotting Contest on 
> matplotlib's website, with the code available.
> I personnally would love to be able to see those plots again, and the 
> code used to generate them. It would also be a great way to advertise 
> the use of matplotlib for high standard plotting.
I submitted this to the scipy papers repository, but I'm not sure where 
that content was posted (or if it has been yet).
https://github.com/scipy/scipy2013_talks
That contains the output of the Sphinx document I used to generate the 
results (and also what I shared with the judges prior to the 
conference). I can send you the Sphinx source offline.
When we solicited entries, we asked for permission for the Scipy 
conference to use them. If we want to use them on the matplotlib 
website, I think we'd need to seek permission for that (or we can, of 
course, link to what SciPy posts). It was done this way because I 
didn't want it to appear to be a matplotlib-based competition (though it 
did turn out that way).
>
> I would love to work on this. I was thinking that the easiest would 
> probably to do a dedicated website, where we could easily upload the 
> code, the data and the images in high resolution. It would also allow 
> us to have a more modern looking website, more "commercial" than the 
> matplotlib one.
> Also, we (matplotlib) do not hold the copyrights but I think scipy or 
> numfocus does. Hence, doing this in the name of scipy (or numfocus) 
> would avoid some legal issues.
> We could then be able to link to this website.
Sure. What I did is not terribly modern looking -- web design is a set 
of skills I don't really have -- so I'd love it if we could modernize it.
>
> What do you think?
> (We should also include the organizers of the contest in this 
> discussion, but I don't really know how to contact them.)
>
This is a great idea. I think if there's a subdomain (or url) of 
scipy.org we could use for this to host some static content, that would 
be ideal. And then we link to it from matplotlib.org.
Mike
From: Nelle V. <nel...@gm...> - 2013年07月31日 10:09:15
Hello,
At Scipy, we briefly discussed the possibility of having the nicest plots
of the John Hunter Excellence in Plotting Contest on matplotlib's website,
with the code available.
I personnally would love to be able to see those plots again, and the code
used to generate them. It would also be a great way to advertise the use of
matplotlib for high standard plotting.
I would love to work on this. I was thinking that the easiest would
probably to do a dedicated website, where we could easily upload the code,
the data and the images in high resolution. It would also allow us to have
a more modern looking website, more "commercial" than the matplotlib one.
Also, we (matplotlib) do not hold the copyrights but I think scipy or
numfocus does. Hence, doing this in the name of scipy (or numfocus) would
avoid some legal issues.
We could then be able to link to this website.
What do you think?
(We should also include the organizers of the contest in this discussion,
but I don't really know how to contact them.)
Cheers,
N
From: Michael D. <md...@st...> - 2013年07月30日 21:28:54
As promised in last week's Google Hangout to the IPython developers 
meeting -- I have some concrete timings and numbers on the matplotlib 
WebAgg backend in a couple of different scenarios.
First, let me apologize -- the way I was timing binary websockets vs. 
text websockets previously was wrong. The actual impact of it is much 
smaller than I had originally estimated -- so the discussion about 
whether to include binary websockets in IPython may have been all for 
naught.
For benchmarking, I used two different plots. One is the classic 
"simple_plot.py" sine wave, which tests sort of the "easy case" where 
very little of the image is updated in each frame, and the other was 
"animation/dynamic_image.py" in which most of the plot is updated in 
each frame.
I tested both scenarios with client and server on my local machine, and 
through an ssh tunnel that goes over wifi, the public university 
network, to my home's 15/5 MBps cable connection 28 miles away and back.
For (A), the average frame weighs in at around 20kb. For (B), it's 
around 90kb. For base64, multiply by those numbers by 4 / 3.
On my local machine, I can push through about 18 fps, so a bandwidth of 
2.8MBps (were it sustained, which it rarely is). On the tunnel, I 
fluctuate between 7 and 10 fps, which is quite usable, and quite near 
the practical upper limit on the bandwidth of that connection.
However, the problematic thing for the remote connection is the 
latency. Locally, I average a fairly steady 250ms to roundtrip from a 
mouse event to an updated frame. Remotely, it fluctuates randomly 
between 400ms (still usable) and 3000ms. Some more careful dynamic 
scaling of events can probably make that easier to use, perhaps. I know 
games often use UDP and handle robustness to packet loss in a different 
way as a way to remove some of the latency of TCP. I have no idea if 
such a thing would be possible over a web socket, of course.
I could not measure any statistically significant change in framerate or 
latency between a binary websocket and a non-binary one. However, there 
is a 10% increase in CPU time on both the python side and the browser. 
It so happens that I wasn't saturating my CPU, so it had no net impact. 
Likewise, I am not saturating my bandwidth, so the additional size 
doesn't matter in this case. But I suspect if either one of those 
resources is starved, the additional 10% cpu time and 25% bandwidth 
increase may matter.
Mike
From: Russell E. O. <ro...@uw...> - 2013年07月24日 19:17:54
In article <51E...@st...>,
 Michael Droettboom <md...@st...> 
 wrote:
> On 07/22/2013 05:59 PM, Russell E. Owen wrote:
> > In article <51E...@st...>,
> > Michael Droettboom <md...@st...>
> > wrote:
> >
> >> At long last, I have a 1.3.0rc5 tagged. I really hope to the software
> >> deities that this is the last rc before final.
> >>
> >> If you wouldn't mind creating and posting the binaries, I'll make an
> >> announcment on matplotlib-users, give this a week and then put final out.
> > I have uploaded a binary for MacOS X 10.6 and later.
> >
> >
> > There were a few oddities this time around:
> > - matplotlib now requires pyparsing. I don't remember that being a
> > requirement before -- even for previous 1.3 candidates.
> 
> It's been a requirement for time immemorial, but only in 1.3.0 (all of 
> the release candidates) has it become an external dependency. What error 
> occurred that suggests something changed?
I suspect what changed is you don't include it anymore (but I would have 
expected that change in earlier 1.3.0 prereleases).
>> - I had a lot of trouble with matplotlib complaining that dateutil was
> > not present, even though it was in my site-packages. So I tried to
> > reinstall it using pip install -U dateutil. Unfortunately pip has never
> > heard of "dateutil". After some searching I realized the package name is
> > actually "python-dateutil" (and not dateutils, which is a different
> > package, alas). Even then, I had to install/upgrade it twice -- for some
> > reason matplotlib couldn't find it at first. Very puzzling. I have no
> > idea what was going on, but also didn't want to spend a lot of time
> > trying to debug it.
> 
> Does `python setup.py install` (of matplotlib) not install it 
> automatically? We are bearing all the pain of setuptools in order for 
> that to happen, so if it's not, that's a real problem.
I am building a binary installer, so I don't use "python setup.py 
install". I use bdist_mpkg, which presumably does something similar to 
"python setup.py build" and packages the results (without installing 
them).
In any case, I need to know which packages matplotlib needs so I can 
warn users to install them in the binary installer's ReadMe file. The 
list is rather long. I miss having this stuff included in matplotlib. At 
this point I know of the following (aside from numpy):
- python-dateutil (unfortunately matplotlib complains about missing 
"dateutil" if it's absent; it would help to give the name of the package 
as known by pip, rather than what is imported)
- pytz
- six
- pyparsing
> > - I get a few unit tests failures, including a slew of
> > DeprecationWarnings about Operator '<<' that I don't remember seeing
> > before. I have appended the test log.
> 
> That's probably related to pyparsing 2.0.1 (released just this week). 
> I'd like to fix those warnings, but then we'd have to *require* 
> pyparsing 2.0.1 (no earlier Python 2.x release of pyparsing includes an 
> alternative syntax). I think pyparsing moved too quickly on this one, 
> but I'm not sure what we can do about it. It does make me long for the 
> days when we included our dependencies so we have some control over this 
> stuff.
Great. This sounds innocuous.
> > - I first tried building on 10.8 and running on 10.6 (since that's much
> > simpler for me). Unfortunately it doesn't work; on 10.6 it acts as if
> > the unit tests themselves aren't part of the package. I have no idea
> > why. I appended a log snippet showing the basic message, but I haven't
> > looked into it further. This sounds worth spending some time tracking
> > down.
> 
> That's a puzzler. I've seen that crop up on Travis erratically as well, 
> but not consistently. It's not clear what's going on here -- will have 
> to think on it.
I'm not sure how to diagnose this, but if you have any ideas, let me 
know. (Though I should probably read the rest of the messages on this 
thread before saying that.)
-- Russell
From: Eric F. <ef...@ha...> - 2013年07月24日 19:10:22
https://github.com/matplotlib/matplotlib/issues/2243
The above issue raises the question of whether the default for aspect 
ratio handling should be "datalim" instead of "box". The big advantage 
is that this completely avoids the problem described in the issue, where 
setting aspect='equal' can result in an unusable aspect ratio in screen 
coordinates.
For one common use of equal aspect--images--it is essential to have the 
adjustable be "box". I suspect that in most other use cases, "datalim" 
would be a satisfactory default.
The problem with a change like this is how to make the transition 
without wreaking havoc on existing code. The typical answer is to use 
an rc parameter, starting with the existing default, and then switching 
it over in some subsequent release.
Any thoughts? Should we leave all this as it is, or try to change it?
Eric
From: David P. S. <dps...@ci...> - 2013年07月24日 18:00:00
Great, thanks Paul -- much better conduit solution :)
On Wed, Jul 24, 2013 at 12:44 PM, Paul Ivanov <pi...@be...> wrote:
> Hi David, everyone,
>
> David P. Sanders, on 2013年07月24日 08:10, wrote:
> > Just wanted to say that I am currently at the IPython
> > developers' meeting in case, so I can act as a conduit in case
> > anybody has any suggestions / comments / bugs related to the
> > matplotlib--IPython interaction.
>
> I've been a bit quieter on the Matplotlib side lately, but since
> I'm now full-time on IPython, I wanted to pipe in that I, too,
> can act as a conduit. Not only for the dev meeting, but in
> perpetuity.
>
> I think Fernando's too busy to monitor this list closely, so you
> can think of me as matplotlib mole on the ipython core dev team
> (since I did get my matplotlib commit rights first) :)
>
> best,
> --
> _
> / \
> A* \^ -
> ,./ _.`\\ / \
> / ,--.S \/ \
> / `"~,_ \ \
> __o ?
> _ \<,_ /:\
> --(_)/-(_)----.../ | \
> --------------.......J
> Paul Ivanov
> http://pirsquared.org
>
-- 
Dr. David P. Sanders
Profesor Titular "A" / Associate Professor
Departamento de Física, Facultad de Ciencias
Universidad Nacional Autónoma de México (UNAM)
dps...@ci...
http://sistemas.fciencias.unam.mx/~dsanders
Cubículo / office: #414, 4o. piso del Depto. de Física
Tel.: +52 55 5622 4965
From: Paul I. <pi...@be...> - 2013年07月24日 17:45:13
Hi David, everyone,
David P. Sanders, on 2013年07月24日 08:10, wrote:
> Just wanted to say that I am currently at the IPython
> developers' meeting in case, so I can act as a conduit in case
> anybody has any suggestions / comments / bugs related to the
> matplotlib--IPython interaction.
I've been a bit quieter on the Matplotlib side lately, but since
I'm now full-time on IPython, I wanted to pipe in that I, too,
can act as a conduit. Not only for the dev meeting, but in
perpetuity. 
I think Fernando's too busy to monitor this list closely, so you
can think of me as matplotlib mole on the ipython core dev team
(since I did get my matplotlib commit rights first) :)
best,
-- 
 _
 / \
 A* \^ -
 ,./ _.`\\ / \
 / ,--.S \/ \
 / `"~,_ \ \
 __o ?
 _ \<,_ /:\
--(_)/-(_)----.../ | \
--------------.......J
Paul Ivanov
http://pirsquared.org
From: Michael D. <md...@st...> - 2013年07月24日 15:51:23
On 07/24/2013 11:36 AM, Michiel de Hoon wrote:
> Hi Michael,
>
> > Thanks. I will address these issues before final.
>
> Thanks.
>
> >None of this is new -- we've gone through 5 release candidates over 
> many weeks. Why is this just coming to light now?
>
> The output of running "python setup.py build" passes by quickly, and 
> people (including myself) did not notice that the MacOSX backend was 
> not being compiled.
> And then if an older version of matplotlib is already installed, 
> everything seems to be working fine.
> I noticed this problem today only because I was installing matplotlib 
> on a new Macbook.
Ah, that makes sense. Hopefully as part of doing some automated Mac 
builds we can be testing clean installs etc. and catch this kind of 
thing sooner in the future.
Mike
>
> Best,
> -Michiel.
>
> ------------------------------------------------------------------------
> *From:* Michael Droettboom <md...@st...>
> *To:* Michiel de Hoon <mjl...@ya...>
> *Cc:* Benjamin Root <ben...@ou...>; 
> "mat...@li..." 
> <mat...@li...>
> *Sent:* Wednesday, July 24, 2013 10:36 PM
> *Subject:* Re: [matplotlib-devel] 1.3.0rc5 tagged
>
> Thanks. I will address these issues before final.
>
> None of this is new -- we've gone through 5 release candidates over 
> many weeks. Why is this just coming to light now?
>
> Mike
>
> On 07/23/2013 11:16 PM, Michiel de Hoon wrote:
>> I noticed that this release candidate will always skip the Mac OS X 
>> backend,
>> as the .check() method of BackendMacOSX in setupext.py returns None. 
>> Adding
>> return "darwin"
>> or some other string solves the issue.
>> Also, if I am not mistaken, the files under 
>> lib/matplotlib/backends/Matplotlib.nib (as returned by the 
>> get_package_data() method of BackendMacOSX in setupext.py) are needed 
>> by the cocoaagg backend, not by the MacOSX backend.
>>
>> Best,
>> -Michiel.
>> _______________________________________________
>> Matplotlib-devel mailing list
>> Mat...@li... 
>> <mailto:Mat...@li...>
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>>
>>
>
>
>
From: Michiel de H. <mjl...@ya...> - 2013年07月24日 15:36:42
Hi Michael,
> Thanks. I will address these issues before final. 
Thanks.
> None of this is new -- we've gone through 5 release candidates over many weeks. Why is this just coming to light now?
The output of running "python setup.py build" passes by quickly, and people (including myself) did not notice that the MacOSX backend was not being compiled.
And then if an older version of matplotlib is already installed, everything seems to be working fine.
I noticed this problem today only because I was installing matplotlib on a new Macbook.
Best,
-Michiel.
________________________________
 From: Michael Droettboom <md...@st...>
To: Michiel de Hoon <mjl...@ya...> 
Cc: Benjamin Root <ben...@ou...>; "mat...@li..." <mat...@li...> 
Sent: Wednesday, July 24, 2013 10:36 PM
Subject: Re: [matplotlib-devel] 1.3.0rc5 tagged
 
Thanks. I will address these issues before final. 
None of this is new -- we've gone through 5 release candidates
 over many weeks. Why is this just coming to light now?
Mike
On 07/23/2013 11:16 PM, Michiel de Hoon wrote:
I noticed that this release candidate will always skip the Mac OS X backend,
>as the .check() method of BackendMacOSX in setupext.py returns
 None. Adding
>  return "darwin"
>or some other string solves the issue.
>Also, if I am not mistaken, the files under
 lib/matplotlib/backends/Matplotlib.nib (as returned by the
 get_package_data() method of BackendMacOSX in setupext.py) are
 needed by the cocoaagg backend, not by the MacOSX backend.
>
>Best,
>-Michiel.
>_______________________________________________
>
>Matplotlib-devel mailing list
>Mat...@li...
>https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
>
>
From: Nelle V. <nel...@gm...> - 2013年07月24日 15:21:37
We could update the makefile so that make clean really cleans up the
installation "junk" before installing a new version. I personnally would
find it very useful, but the makefile needs a bit of love. Typically "make"
would run make clean and make install.
I can work on that if people agree that having a nice makefile would be
useful.
Cheers,
N
On 24 July 2013 16:57, Chris Beaumont <bea...@ha...> wrote:
> Same with me. I had a stale pyparsing.pyc file in the MPL source directory
> (presumably from an old MPL version) whose version # was too old. When mpl
> tried to 'import pyparsing', it found that version, and raised an error. Of
> course, if I tried "import pyparsing; print pyparsing.__version__" from my
> home directory, python found a more recent pyparsing. So the error message
> was a little confusing.
>
> I only think this is going to effect people building from the Git source,
> who have the old pyparsing.pyc file.
>
>
> On Wed, Jul 24, 2013 at 10:45 AM, Benjamin Root <ben...@ou...> wrote:
>
>>
>>
>>
>> On Wed, Jul 24, 2013 at 9:39 AM, Michael Droettboom <md...@st...>wrote:
>>
>>> On 07/23/2013 03:33 PM, Benjamin Root wrote:
>>>
>>> Just checked out rc5 from git and did an install, and ran into a
>>> pyparsing version check issue.
>>>
>>>
>>> What was the issue? Is it that you had 2.0.1 which rc5 still considers
>>> to be incompatible with Python 2? I'd like to know specifically what
>>> happened in case there's a deeper issue.
>>>
>>>
>>>
>> It claimed I didn't meet the minimum pyparsing version needed when I
>> tried importing matplotlib after installing from source. However, importing
>> pyparsing on its own yielded a version slightly above the minimum (I forget
>> the actual numbers). I had also just came from an build of an older
>> version of matplotlib.
>>
>> Ben
>>
>>
>> ------------------------------------------------------------------------------
>> See everything from the browser to the database with AppDynamics
>> Get end-to-end visibility with application monitoring from AppDynamics
>> Isolate bottlenecks and diagnose root cause in seconds.
>> Start your free trial of AppDynamics Pro today!
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Matplotlib-devel mailing list
>> Mat...@li...
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>>
>>
>
>
> --
> ************************************
> Chris Beaumont
> Graduate Student
> Institute for Astronomy
> University of Hawaii at Manoa
> 2680 Woodlawn Drive
> Honolulu, HI 96822
> www.ifa.hawaii.edu/~beaumont
> ************************************
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
>
From: Chris B. - N. F. <chr...@no...> - 2013年07月24日 15:04:37
On Jul 24, 2013, at 7:23 AM, Michael Droettboom <md...@st...> wrote:
Part of this is due to the change to setuptools/distribute,
 Even though I was the one who spearheaded the move
to setuptools, I'm wondering whether we shouldn't examine backtracking
on some of this for the 1.4.x release.
I don't think so--in this case the timing was particularly bad, but the
core developers are pretty commited to setup tools/pip as the way of the
future, so these things will settle down.
And just like MPL has issues because many of us wait for "final" to test (
guilty as charged...) the distribution tools need to be tested by complex
packages like MPL in order to get robust and stable.
-CHB
The second issue is more one of process. When I make a release
candidate, I announce it here, and Cc all of the packagers of the major
Linux distributions, as well as Christoph and Russell who put together
packages for Windows and Mac respectively. Part of that delegation is
because I don't have installations of all of those platforms, and part
is to spread some of the workload. And most of the time it works really
well -- a big thanks to everyone involved. However, this cycle there
have been a small number of critical bugs discovered in the fifth
release candidate that existed in the first release candidate, which
doesn't give me a lot of confidence that final won't have critical bugs
either. I think some of this will be ameliorated over time as we build
out a more effective continuous integration infrastructure (see MEP19:
we could really use some help on this one), but some of it may have to
do with users being unwilling to test a release until it has the word
"final" attached. How can we get more ordinary users (who may have even
more unusual environments) involved? I also suspect some of it has to
do with the timing in the summer which hits in the middle of vacations
and conference travel for many. We can certainly avoid the summer
months next time. But I don't think it's just about building more time
into the schedule. Let me know if I'm doing something boneheaded ;)
Mike
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Matplotlib-devel mailing list
Mat...@li...
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
From: Chris B. <bea...@ha...> - 2013年07月24日 14:57:45
Same with me. I had a stale pyparsing.pyc file in the MPL source directory
(presumably from an old MPL version) whose version # was too old. When mpl
tried to 'import pyparsing', it found that version, and raised an error. Of
course, if I tried "import pyparsing; print pyparsing.__version__" from my
home directory, python found a more recent pyparsing. So the error message
was a little confusing.
I only think this is going to effect people building from the Git source,
who have the old pyparsing.pyc file.
On Wed, Jul 24, 2013 at 10:45 AM, Benjamin Root <ben...@ou...> wrote:
>
>
>
> On Wed, Jul 24, 2013 at 9:39 AM, Michael Droettboom <md...@st...>wrote:
>
>> On 07/23/2013 03:33 PM, Benjamin Root wrote:
>>
>> Just checked out rc5 from git and did an install, and ran into a
>> pyparsing version check issue.
>>
>>
>> What was the issue? Is it that you had 2.0.1 which rc5 still considers
>> to be incompatible with Python 2? I'd like to know specifically what
>> happened in case there's a deeper issue.
>>
>>
>>
> It claimed I didn't meet the minimum pyparsing version needed when I tried
> importing matplotlib after installing from source. However, importing
> pyparsing on its own yielded a version slightly above the minimum (I forget
> the actual numbers). I had also just came from an build of an older
> version of matplotlib.
>
> Ben
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
>
-- 
************************************
Chris Beaumont
Graduate Student
Institute for Astronomy
University of Hawaii at Manoa
2680 Woodlawn Drive
Honolulu, HI 96822
www.ifa.hawaii.edu/~beaumont
************************************
2 messages has been excluded from this view by a project administrator.

Showing results of 145

1 2 3 .. 6 > >> (Page 1 of 6)
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 によって変換されたページ (->オリジナル) /