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
(4) |
|
2
(3) |
3
(12) |
4
(8) |
5
(10) |
6
(21) |
7
(25) |
8
(3) |
|
9
(3) |
10
(4) |
11
(6) |
12
(20) |
13
(32) |
14
(15) |
15
(4) |
|
16
(2) |
17
(4) |
18
(2) |
19
(3) |
20
(3) |
21
(7) |
22
(16) |
|
23
(2) |
24
(14) |
25
(11) |
26
(4) |
27
(2) |
28
(3) |
29
(5) |
|
30
(26) |
31
(18) |
|
|
|
|
|
|
From: Gael V. <gae...@no...> - 2009-08-13 17:47:08
|
On Thu, Aug 13, 2009 at 11:54:56AM -0500, Dave Peterson wrote: > That depends. When doing a "python setup.py install" where setup.py's > setup() function is imported from setuptools instead of distutils, then > the setuptools install command deactivates any other eggs in the python > environment, installs a "distutils" style install of the project in > question, creates an .egg-info file in the install directory which acts > just like a .egg, and finally updates the easy-install.pth in that install > directory to reflect that the new install is active. > If the setup.py uses the setup() function from distutils, then none of > that happens and Gael is right. Any previous install of matplotlib via > setuptools will go to the front of the sys.path and the new install won't > be seen. matplotlib's setup.py does not import from setuptools, and I can't blame them :p. Gaël |
|
From: Gael V. <gae...@no...> - 2009-08-13 17:45:48
|
On Tue, Aug 11, 2009 at 07:53:29PM -0400, Jack Sankey wrote: > Sorry for spamming, but I have another addition to > BlockingMouseInput.add_click, that fixes the problem of the graphics > jumping around while ginputting. This makes it much easier to zoom in on > an imshow() plot and click a bunch of points, for example (it used to zoom > all the way out!): Hey Jack, If you cannot send an 'svn diff' of your changes, would you mind sending the modified files all together? It is hard to review changes when gathering them from various mails: so easy to forget a change. Cheers, Ga |
|
From: Jason R. C. <ja...@ja...> - 2009-08-13 17:31:10
|
John, This seems like a good idea. I wanted to prove and vet the decorators first, shake out any emergent issues, and then consider enhancements that the new structure might enable. While I was working through this, I was surprised when I saw how the kwdocd was assembled from the various modules and magically seemed to have the right values by the time the docstrings needed them... but after thinking about it for a bit, it occurred to me that it probably works because when a module depends on certain keys being present, it probably has already imported the module that provides those keys. Therefore, synchronization issues aren't really issues. Would you like me to implement these suggestions? Jason > -----Original Message----- > From: John Hunter [mailto:jd...@gm...] > > Another thing to consider while cleaning this up is to not just put > the artist props into the kwdocd, but *anything* that needs > interpolating. So we could have one docstring.interpd into which all > keys 'Line2D', 'Patch', 'AvailableArrowstyles', 'PSD', 'scale_docs', > etc... Right now we have a hodge-podge of doc interpolation strings, > and it might make sense to simplify this by putting them all into a > single interp dict that can be used anywhere in mpl. > > Jason, I hope we don't exhaust you with these suggestions -- this will > be a very nice cleanup and a big help for people using mpl in > installers like py2exe which strip out docs with the optimization > flags. But as Darren said we need to get this right and keep the > interface as simple as possible while preserving all the current > functionality. Thanks for all your efforts. > > JDH |
|
From: Jason R. C. <ja...@ja...> - 2009-08-13 17:28:44
|
Also, functools requires Python 2.5. Matplotlib supports Python 2.4. > -----Original Message----- > From: Darren Dale [mailto:dsd...@gm...] > Sent: Thursday, 13 August, 2009 10:52 > To: Gael Varoquaux > Cc: John Hunter; matplotlib development list; Eric Firing > Subject: Re: [matplotlib-devel] kwdoc processing with decorators > > On Thu, Aug 13, 2009 at 10:24 AM, Gael > Varoquaux<gae...@no...> wrote: > > > > I have not followed the conversation, so please forgive me if I am > > talking bull**, but why are you not using functools.wraps? I have > found > > it is useful to make really sure that you are keeping all the > > properties of a function that you want to decorate. > > I am aware of functools.wraps and have used it myself. So far we are > only modifying and returning the original function, not a wrapped > version of the original, so functools.wraps is not necessary. > > Darren > |
|
From: Jason R. C. <ja...@ja...> - 2009-08-13 17:28:37
|
> -----Original Message-----
> From: Darren Dale [mailto:dsd...@gm...]
>
> On Thu, Aug 13, 2009 at 7:44 AM, John Hunter<jd...@gm...> wrote:
> > On Wed, Aug 12, 2009 at 7:12 AM, John Hunter<jd...@gm...>
> wrote:
> I appreciate how much time has gone into the patch, but this impacts
> so much code I think it is important to really nail the
> implementation.
Agreed
> I think everything should be rolled up into a single
> high level decorator if possible.
While I think this approach is useful for readability where a pattern is seen
repeated, trying to implement every matplotlib docstring manipulation into a
single, monolithic decorator has the potential to become messy. This is why
I've chosen to implement the same functionality in various components that can
(and should in some cases) be assembled into a single construct.
> I offered a suggestion in the
> tracker. Consider:
>
> with_doc(*args, **kwargs):
> mod_doc(f):
> if args:
> if not isinstance(args[0], str):
> # inherit docstring from first argument
> inherit = args.pop(0).__doc__
> if f.__doc__ is None:
> f.__doc__ = inherit
> else:
> f.__doc__ = inherit + '\n\n' + f.__doc__
> if kwargs:
> # mapping interpolation
> f.__doc__ = f.__doc__ % kwargs
> if args:
> try:
> # inserting
> f.__doc__ = f.__doc__ % args
> except TypeError:
> # appending
> if f.__doc__ is None:
> f.__doc__ = ''
> f.__doc__ = f.__doc__ + '\n\n'+ '\n\n'.join(args)
> return f
> return mod_doc
I appreciate the suggested implementation. It helped inspire me with my
submitted patch, which I believe meets the same goals (or can with some
combination of some of the various decorators).
This suggested implementation however has a few drawbacks compared with the
submitted patch.
1) The form doesn't reflect the function. mod_doc indicates that the
documentation is being modified, but the function is implicit and has to be
reverse-engineered from the code. On the other hand, docstring.copy copies a
docstring, while docstring.Substitution performs substitution.
2) with_doc doesn't have a way to handle a mutable parameter set. That is,
all of the **kwargs or *args (in the second usage) must be present at the time
the decorator is created. In the case of the sub_args decorator in artist.py,
this isn't suitable. It would be possible to just create a new decorator
(i.e. with_doc(**artist.kwdocd)) every place of sub_args is used, but that
violates the DRY principle. The sub_args mutable decorator, on the other hand,
takes the place of artist.kwdocd by representing an object with purpose and
not just kwdocd data structure.
3) with_doc allows for both keyword and positional argument substitution.
This seems like a dangerous allowance.
4) Modular decorators can have delegated responsibility and be tested
separately.
5) with_doc hard-codes separators ('\n\n') in multiple places and doesn't
allow a different separator to be specified (if necessary).
6) The TypeError exception handler in the second usage of *args may trap more
exceptions than desired.
7) As you mentioned, it doesn't handle dedent. It's not clear to me where
dedent should be included in the logic to properly capture the needs of
matplotlib.
8) with_doc is largely addressing issues specifically around matplotlib. The
submitted patch provides reusable decorators which might be assembled in
creative ways not yet conceived.
Please understand, I'm trying to explain why the current implementation is
sound and not to criticize your contribution.
> I left out the dedentation for now, and it is untested. This can cover
> lots of ground, I think it can be chained on itself:
>
> @with_doc('append me', prepend='prepend me as well')
> @with_doc(other_method)
> @with_doc('prepend me %(prepend)s')
The current code allows
@docstring.Substitution(prepend='prepend me as well')
@docstring.Appender('append me', join='\n\n')
@docstring.copy(other_method)
@docstring.Appender('prepend me %(prepend)s', join='\n\n')
While slightly more verbose, the second technique communicates clearly what is
happening and there's no implicit behavior going on (i.e. copy takes another
method while Appender takes a string). The default join could be '\n\n', but
I chose an empty string as default. If '\n\n' is more desirable, that could
certainly be made the default.
> If it is not possible, or possible but messy because of dedentation or
> other reasons, to pack everything into a single high-level decorator,
> then maybe there should be a few like:
>
> inherit_doc(fun) overwrite or prepend with fun's docstring
This is essentially the purpose of docstring.copy.
> insert_doc(*args, **kwargs) interpolate
This is the behavior of docstring.Substitution (plus allows for mutable
parameters).
> append_doc(*args)
This is docstring.Appender (except only allows one argument, and allows
separator to be supplied). If multiple args are require for appending, that
certainly could be implemented.
> but since these are high-level decorators, chaining decorators would
> result in repeated calls to dedent.
>From that, high-level decorators could be assembled with the appropriate
dedent behavior included as well.
|
|
From: Darren D. <dsd...@gm...> - 2009-08-13 17:16:14
|
On Thu, Aug 13, 2009 at 11:46 AM, John Hunter<jd...@gm...> wrote:
> On Thu, Aug 13, 2009 at 9:12 AM, Darren Dale<dsd...@gm...> wrote:
>
> I don't think Jason is on the dev list, so I am CC-ing him. Please
> make sure he is CC-d on all other conversations in this thread.
>
>> I appreciate how much time has gone into the patch, but this impacts
>> so much code I think it is important to really nail the
>> implementation. I think everything should be rolled up into a single
>> high level decorator if possible. I offered a suggestion in the
>> tracker. Consider:
>
>
>> with_doc(*args, **kwargs):
>> mod_doc(f):
>> if args:
>> if not isinstance(args[0], str):
>> # inherit docstring from first argument
>> inherit = args.pop(0).__doc__
>> if f.__doc__ is None:
>> f.__doc__ = inherit
>> else:
>> f.__doc__ = inherit + '\n\n' + f.__doc__
>> if kwargs:
>> # mapping interpolation
>> f.__doc__ = f.__doc__ % kwargs
>> if args:
>> try:
>> # inserting
>> f.__doc__ = f.__doc__ % args
>> except TypeError:
>> # appending
>> if f.__doc__ is None:
>> f.__doc__ = ''
>> f.__doc__ = f.__doc__ + '\n\n'+ '\n\n'.join(args)
>> return f
>> return mod_doc
>>
>> I left out the dedentation for now, and it is untested. This can cover
>> lots of ground, I think it can be chained on itself:
>>
>> @with_doc('append me', prepend='prepend me as well')
>> @with_doc(other_method)
>> @with_doc('prepend me %(prepend)s')
>>
>> If it is not possible, or possible but messy because of dedentation or
>> other reasons, to pack everything into a single high-level decorator,
>> then maybe there should be a few like:
>>
>> inherit_doc(fun) overwrite or prepend with fun's docstring
>> insert_doc(*args, **kwargs) interpolate
>> append_doc(*args)
>>
>> but since these are high-level decorators, chaining decorators would
>> result in repeated calls to dedent.
>
>
> Another thing to consider while cleaning this up is to not just put
> the artist props into the kwdocd, but *anything* that needs
> interpolating. So we could have one docstring.interpd into which all
> keys 'Line2D', 'Patch', 'AvailableArrowstyles', 'PSD', 'scale_docs',
> etc... Right now we have a hodge-podge of doc interpolation strings,
> and it might make sense to simplify this by putting them all into a
> single interp dict that can be used anywhere in mpl.
>
> Jason, I hope we don't exhaust you with these suggestions -- this will
> be a very nice cleanup and a big help for people using mpl in
> installers like py2exe which strip out docs with the optimization
> flags. But as Darren said we need to get this right and keep the
> interface as simple as possible while preserving all the current
> functionality. Thanks for all your efforts.
It suggest hashing out the basic approach and interface on the list
before applying it throughout the library.
Darren
--
"In our description of nature, the purpose is not to disclose the real
essence of the phenomena but only to track down, so far as it is
possible, relations between the manifold aspects of our experience" -
Niels Bohr
"It is a bad habit of physicists to take their most successful
abstractions to be real properties of our world." - N. David Mermin
"Once we have granted that any physical theory is essentially only a
model for the world of experience, we must renounce all hope of
finding anything like the correct theory ... simply because the
totality of experience is never accessible to us." - Hugh Everett III
|
|
From: Dave P. <dpe...@en...> - 2009-08-13 17:16:08
|
Gael Varoquaux wrote: > On Thu, Aug 13, 2009 at 09:30:22AM -0600, Jeff Whitaker wrote: > >> Ariel Rokem wrote >>>>>> import matplotlib >>>>>> matplotlib.__version__ >>>>>> >>> '0.98.5.2' >>> >> Ariel: This tells me you really didn't install it, or you installed it >> in a different version of python than you are trying to import it with. >> >>> So - still no version update. I ran: >>> >>> 'easy_install matplotlib', which somehow seems to change the path >>> setting to find the most recent version of things (maybe someone here >>> can tell me how this happens?) now: >>> > > > I am not sure that Ariel didn't install things right. He might be a > victim of setuptools' monkey patching of sys.path. That depends. When doing a "python setup.py install" where setup.py's setup() function is imported from setuptools instead of distutils, then the setuptools install command deactivates any other eggs in the python environment, installs a "distutils" style install of the project in question, creates an .egg-info file in the install directory which acts just like a .egg, and finally updates the easy-install.pth in that install directory to reflect that the new install is active. If the setup.py uses the setup() function from distutils, then none of that happens and Gael is right. Any previous install of matplotlib via setuptools will go to the front of the sys.path and the new install won't be seen. -- Dave |
|
From: Gael V. <gae...@no...> - 2009-08-13 16:25:52
|
On Thu, Aug 13, 2009 at 09:30:22AM -0600, Jeff Whitaker wrote: > Ariel Rokem wrote: > > Resending with CC to list: > > D'oh. I forgot to do that. OK - now I went back and ran: > > env ARCHFLAGS='-arch i386' python setup.py install > > That also went with no hitches > > Then, in Python: > >>>> import matplotlib > >>>> matplotlib.__version__ > > '0.98.5.2' > Ariel: This tells me you really didn't install it, or you installed it > in a different version of python than you are trying to import it with. > > So - still no version update. I ran: > > 'easy_install matplotlib', which somehow seems to change the path > > setting to find the most recent version of things (maybe someone here > > can tell me how this happens?) now: I am not sure that Ariel didn't install things right. He might be a victim of setuptools' monkey patching of sys.path. Ariel, you should go around in the various easy_install.pth in the different folder on you Python path (that is the system ones as well as the ones in your $PYTHONPATH) and make sure that any reference to matplotlib is removed. Gaël |
|
From: Jeff W. <js...@fa...> - 2009-08-13 16:11:46
|
Ariel Rokem wrote: > Hi Jeff, > > >>>>>> import matplotlib >>>>>> matplotlib.__version__ >>>>>> >>>>>> >>> '0.98.5.2' >>> >>> >> Ariel: This tells me you really didn't install it, or you installed it in a >> different version of python than you are trying to import it with. >> > > That does sound reasonable - but how do you explain what followed? > Ariel: I don't pretend to understand how setuptools works. > >>> So - still no version update. I ran: >>> >>> 'easy_install matplotlib', which somehow seems to change the path >>> setting to find the most recent version of things (maybe someone here >>> can tell me how this happens?) now: >>> >>> >>> >>>>>> import matplotlib >>>>>> matplotlib.__version__ >>>>>> >>>>>> >>> '0.99.0' >>> > > > > >> We'll need more details on this one - a simple script that triggers it and >> what backend you're using, for starters. >> >> > > Here's a simple script that triggers this behavior: > > from matplotlib import pylab > pylab.plot([0,1]) > pylab.show() > > When I run that from ipython, it hangs and doesn't respond to attempts > to keyboard interrupt. > > When I run it from the terminal it also hangs, running it with > --verbose-helpful, I get: > > backend MacOSX version unknown > > Is there another way to figure out which backend is being used? > > Cheers, > > Ariel > You are using the macosx backend. Can you try another backend, say TkAgg, by running: python test.py -dTkAgg ?? -Jeff -- Jeffrey S. Whitaker Phone : (303)497-6313 Meteorologist FAX : (303)497-6449 NOAA/OAR/PSD R/PSD1 Email : Jef...@no... 325 Broadway Office : Skaggs Research Cntr 1D-113 Boulder, CO, USA 80303-3328 Web : http://tinyurl.com/5telg |
|
From: Ariel R. <ar...@be...> - 2009-08-13 15:56:11
|
Hi Jeff, >>>>> import matplotlib >>>>> matplotlib.__version__ >>>>> >> >> '0.98.5.2' >> > > Ariel: This tells me you really didn't install it, or you installed it in a > different version of python than you are trying to import it with. That does sound reasonable - but how do you explain what followed? >> So - still no version update. I ran: >> >> 'easy_install matplotlib', which somehow seems to change the path >> setting to find the most recent version of things (maybe someone here >> can tell me how this happens?) now: >> >> >>>>> >>>>> import matplotlib >>>>> matplotlib.__version__ >>>>> >> >> '0.99.0' > We'll need more details on this one - a simple script that triggers it and > what backend you're using, for starters. > Here's a simple script that triggers this behavior: from matplotlib import pylab pylab.plot([0,1]) pylab.show() When I run that from ipython, it hangs and doesn't respond to attempts to keyboard interrupt. When I run it from the terminal it also hangs, running it with --verbose-helpful, I get: backend MacOSX version unknown Is there another way to figure out which backend is being used? Cheers, Ariel |
|
From: John H. <jd...@gm...> - 2009-08-13 15:46:59
|
On Thu, Aug 13, 2009 at 9:12 AM, Darren Dale<dsd...@gm...> wrote:
I don't think Jason is on the dev list, so I am CC-ing him. Please
make sure he is CC-d on all other conversations in this thread.
> I appreciate how much time has gone into the patch, but this impacts
> so much code I think it is important to really nail the
> implementation. I think everything should be rolled up into a single
> high level decorator if possible. I offered a suggestion in the
> tracker. Consider:
> with_doc(*args, **kwargs):
> mod_doc(f):
> if args:
> if not isinstance(args[0], str):
> # inherit docstring from first argument
> inherit = args.pop(0).__doc__
> if f.__doc__ is None:
> f.__doc__ = inherit
> else:
> f.__doc__ = inherit + '\n\n' + f.__doc__
> if kwargs:
> # mapping interpolation
> f.__doc__ = f.__doc__ % kwargs
> if args:
> try:
> # inserting
> f.__doc__ = f.__doc__ % args
> except TypeError:
> # appending
> if f.__doc__ is None:
> f.__doc__ = ''
> f.__doc__ = f.__doc__ + '\n\n'+ '\n\n'.join(args)
> return f
> return mod_doc
>
> I left out the dedentation for now, and it is untested. This can cover
> lots of ground, I think it can be chained on itself:
>
> @with_doc('append me', prepend='prepend me as well')
> @with_doc(other_method)
> @with_doc('prepend me %(prepend)s')
>
> If it is not possible, or possible but messy because of dedentation or
> other reasons, to pack everything into a single high-level decorator,
> then maybe there should be a few like:
>
> inherit_doc(fun) overwrite or prepend with fun's docstring
> insert_doc(*args, **kwargs) interpolate
> append_doc(*args)
>
> but since these are high-level decorators, chaining decorators would
> result in repeated calls to dedent.
Another thing to consider while cleaning this up is to not just put
the artist props into the kwdocd, but *anything* that needs
interpolating. So we could have one docstring.interpd into which all
keys 'Line2D', 'Patch', 'AvailableArrowstyles', 'PSD', 'scale_docs',
etc... Right now we have a hodge-podge of doc interpolation strings,
and it might make sense to simplify this by putting them all into a
single interp dict that can be used anywhere in mpl.
Jason, I hope we don't exhaust you with these suggestions -- this will
be a very nice cleanup and a big help for people using mpl in
installers like py2exe which strip out docs with the optimization
flags. But as Darren said we need to get this right and keep the
interface as simple as possible while preserving all the current
functionality. Thanks for all your efforts.
JDH
|
|
From: Jeff W. <js...@fa...> - 2009-08-13 15:30:34
|
Ariel Rokem wrote: > Resending with CC to list: > > D'oh. I forgot to do that. OK - now I went back and ran: > > env ARCHFLAGS='-arch i386' python setup.py install > > That also went with no hitches > > Then, in Python: > > >>>> import matplotlib >>>> matplotlib.__version__ >>>> > '0.98.5.2' > Ariel: This tells me you really didn't install it, or you installed it in a different version of python than you are trying to import it with. > So - still no version update. I ran: > > 'easy_install matplotlib', which somehow seems to change the path > setting to find the most recent version of things (maybe someone here > can tell me how this happens?) now: > > >>>> import matplotlib >>>> matplotlib.__version__ >>>> > '0.99.0' > > However, now, when I run a script that has plotting in it, in ipython, > the script hangs after plotting. That is, it puts up the first figure > in the script (a simple bar graph) and then doesn't do anything more. > So - on the one hand, it doesn't crash while building and installing. > On the other hand, it doesn't work. > We'll need more details on this one - a simple script that triggers it and what backend you're using, for starters. -Jeff > Cheers, > > Ariel > > On Thu, Aug 13, 2009 at 5:19 AM, Jeff Whitaker<js...@fa...> wrote: > >> Ariel Rokem wrote: >> >>> Hi - that's interesting - I am actually on OS10.5. For some reason, >>> the MPL libraries get built under a directory called >>> "lib.macosx-10.3-fat-2.5" and the SDK set in the Python Makefile is >>> /Developer/SDKs/MacOSX10.4u.sdk, which is why you see these mentioned >>> in the output. >>> >>> Wondering if that is the cause of the problems, I reset the SDK in the >>> Makefile to /Developer/SDKs/MacOSX10.5.sdk (in the definition of >>> BASECFLAGS, as well as LDFLAGS). As before, I removed the '-arch ppc' >>> (from these two places, as well) and ran 'env ARCHFLAGS='-arch i386' >>> python setup.py build' >>> >>> This time I don't get any compilation errors at all. It just runs >>> through. However, when I import matplotlib in python, I still get: >>> >>> >> Ariel: Did you run 'python setup.py install'? >> >> -Jeff >> >> >> > > > > -- Jeffrey S. Whitaker Phone : (303)497-6313 Meteorologist FAX : (303)497-6449 NOAA/OAR/PSD R/PSD1 Email : Jef...@no... 325 Broadway Office : Skaggs Research Cntr 1D-113 Boulder, CO, USA 80303-3328 Web : http://tinyurl.com/5telg |
|
From: Ariel R. <ar...@be...> - 2009-08-13 15:28:02
|
Resending with CC to list: D'oh. I forgot to do that. OK - now I went back and ran: env ARCHFLAGS='-arch i386' python setup.py install That also went with no hitches Then, in Python: >>> import matplotlib >>> matplotlib.__version__ '0.98.5.2' So - still no version update. I ran: 'easy_install matplotlib', which somehow seems to change the path setting to find the most recent version of things (maybe someone here can tell me how this happens?) now: >>> import matplotlib >>> matplotlib.__version__ '0.99.0' However, now, when I run a script that has plotting in it, in ipython, the script hangs after plotting. That is, it puts up the first figure in the script (a simple bar graph) and then doesn't do anything more. So - on the one hand, it doesn't crash while building and installing. On the other hand, it doesn't work. Cheers, Ariel On Thu, Aug 13, 2009 at 5:19 AM, Jeff Whitaker<js...@fa...> wrote: > Ariel Rokem wrote: >> >> Hi - that's interesting - I am actually on OS10.5. For some reason, >> the MPL libraries get built under a directory called >> "lib.macosx-10.3-fat-2.5" and the SDK set in the Python Makefile is >> /Developer/SDKs/MacOSX10.4u.sdk, which is why you see these mentioned >> in the output. >> >> Wondering if that is the cause of the problems, I reset the SDK in the >> Makefile to /Developer/SDKs/MacOSX10.5.sdk (in the definition of >> BASECFLAGS, as well as LDFLAGS). As before, I removed the '-arch ppc' >> (from these two places, as well) and ran 'env ARCHFLAGS='-arch i386' >> python setup.py build' >> >> This time I don't get any compilation errors at all. It just runs >> through. However, when I import matplotlib in python, I still get: >> > > Ariel: Did you run 'python setup.py install'? > > -Jeff > > -- Ariel Rokem Helen Wills Neuroscience Institute University of California, Berkeley http://argentum.ucbso.berkeley.edu/ariel |
|
From: Gael V. <gae...@no...> - 2009-08-13 14:54:53
|
On Thu, Aug 13, 2009 at 10:52:24AM -0400, Darren Dale wrote: > I am aware of functools.wraps and have used it myself. So far we are > only modifying and returning the original function, not a wrapped > version of the original, so functools.wraps is not necessary. OK, as I suspected, I was not reading the code properly. Thanks for your answer. Gaël |
|
From: Darren D. <dsd...@gm...> - 2009-08-13 14:52:38
|
Hi Gael, On Thu, Aug 13, 2009 at 10:24 AM, Gael Varoquaux<gae...@no...> wrote: > On Thu, Aug 13, 2009 at 10:12:23AM -0400, Darren Dale wrote: >> I appreciate how much time has gone into the patch, but this impacts >> so much code I think it is important to really nail the >> implementation. I think everything should be rolled up into a single >> high level decorator if possible. I offered a suggestion in the >> tracker. Consider: > >> with_doc(*args, **kwargs): >> mod_doc(f): >> if args: >> if not isinstance(args[0], str): >> # inherit docstring from first argument >> inherit = args.pop(0).__doc__ >> if f.__doc__ is None: >> f.__doc__ = inherit >> else: >> f.__doc__ = inherit + '\n\n' + f.__doc__ >> if kwargs: >> # mapping interpolation >> f.__doc__ = f.__doc__ % kwargs >> if args: >> try: >> # inserting >> f.__doc__ = f.__doc__ % args >> except TypeError: >> # appending >> if f.__doc__ is None: >> f.__doc__ = '' >> f.__doc__ = f.__doc__ + '\n\n'+ '\n\n'.join(args) >> return f >> return mod_doc > > I have not followed the conversation, so please forgive me if I am > talking bull**, but why are you not using functools.wraps? I have found > it is useful to make really sure that you are keeping all the > properties of a function that you want to decorate. I am aware of functools.wraps and have used it myself. So far we are only modifying and returning the original function, not a wrapped version of the original, so functools.wraps is not necessary. Darren |
|
From: Gael V. <gae...@no...> - 2009-08-13 14:24:52
|
On Thu, Aug 13, 2009 at 10:12:23AM -0400, Darren Dale wrote: > I appreciate how much time has gone into the patch, but this impacts > so much code I think it is important to really nail the > implementation. I think everything should be rolled up into a single > high level decorator if possible. I offered a suggestion in the > tracker. Consider: > with_doc(*args, **kwargs): > mod_doc(f): > if args: > if not isinstance(args[0], str): > # inherit docstring from first argument > inherit = args.pop(0).__doc__ > if f.__doc__ is None: > f.__doc__ = inherit > else: > f.__doc__ = inherit + '\n\n' + f.__doc__ > if kwargs: > # mapping interpolation > f.__doc__ = f.__doc__ % kwargs > if args: > try: > # inserting > f.__doc__ = f.__doc__ % args > except TypeError: > # appending > if f.__doc__ is None: > f.__doc__ = '' > f.__doc__ = f.__doc__ + '\n\n'+ '\n\n'.join(args) > return f > return mod_doc I have not followed the conversation, so please forgive me if I am talking bull**, but why are you not using functools.wraps? I have found it is useful to make really sure that you are keeping all the properties of a function that you want to decorate. Gaël PS: Some of the mayavi codebase should be changed to use wraps, so don't take this as a blame, but more as a question :). |
|
From: Darren D. <dsd...@gm...> - 2009-08-13 14:12:36
|
On Thu, Aug 13, 2009 at 7:44 AM, John Hunter<jd...@gm...> wrote: > On Wed, Aug 12, 2009 at 7:12 AM, John Hunter<jd...@gm...> wrote: >> Those of you with an interest in mpl docstring processing may want to >> comment on this tracker item >> >> https://sourceforge.net/tracker/index.php?func=detail&aid=2835685&group_id=80706&atid=560720 > > This patch has come a long way since initial submission, and I am > personally +1 on it, but it is wide reaching in the code and I'd like > to get a signoff at least from Eric who has done the most with the > docstrings before committing. Comments from anyone else are also > welcome of course. Darren, I think his latest approach satisfies your > requests, but I made the comment I would prefer some of the very > common combinations rolled up into single line decorators. I appreciate how much time has gone into the patch, but this impacts so much code I think it is important to really nail the implementation. I think everything should be rolled up into a single high level decorator if possible. I offered a suggestion in the tracker. Consider: with_doc(*args, **kwargs): mod_doc(f): if args: if not isinstance(args[0], str): # inherit docstring from first argument inherit = args.pop(0).__doc__ if f.__doc__ is None: f.__doc__ = inherit else: f.__doc__ = inherit + '\n\n' + f.__doc__ if kwargs: # mapping interpolation f.__doc__ = f.__doc__ % kwargs if args: try: # inserting f.__doc__ = f.__doc__ % args except TypeError: # appending if f.__doc__ is None: f.__doc__ = '' f.__doc__ = f.__doc__ + '\n\n'+ '\n\n'.join(args) return f return mod_doc I left out the dedentation for now, and it is untested. This can cover lots of ground, I think it can be chained on itself: @with_doc('append me', prepend='prepend me as well') @with_doc(other_method) @with_doc('prepend me %(prepend)s') If it is not possible, or possible but messy because of dedentation or other reasons, to pack everything into a single high-level decorator, then maybe there should be a few like: inherit_doc(fun) overwrite or prepend with fun's docstring insert_doc(*args, **kwargs) interpolate append_doc(*args) but since these are high-level decorators, chaining decorators would result in repeated calls to dedent. Darren |
|
From: Jeff W. <js...@fa...> - 2009-08-13 12:21:18
|
Ariel Rokem wrote: > Hi - that's interesting - I am actually on OS10.5. For some reason, > the MPL libraries get built under a directory called > "lib.macosx-10.3-fat-2.5" and the SDK set in the Python Makefile is > /Developer/SDKs/MacOSX10.4u.sdk, which is why you see these mentioned > in the output. > > Wondering if that is the cause of the problems, I reset the SDK in the > Makefile to /Developer/SDKs/MacOSX10.5.sdk (in the definition of > BASECFLAGS, as well as LDFLAGS). As before, I removed the '-arch ppc' > (from these two places, as well) and ran 'env ARCHFLAGS='-arch i386' > python setup.py build' > > This time I don't get any compilation errors at all. It just runs > through. However, when I import matplotlib in python, I still get: > Ariel: Did you run 'python setup.py install'? -Jeff |
|
From: John H. <jd...@gm...> - 2009-08-13 11:45:05
|
On Wed, Aug 12, 2009 at 7:12 AM, John Hunter<jd...@gm...> wrote: > Those of you with an interest in mpl docstring processing may want to > comment on this tracker item > > https://sourceforge.net/tracker/index.php?func=detail&aid=2835685&group_id=80706&atid=560720 This patch has come a long way since initial submission, and I am personally +1 on it, but it is wide reaching in the code and I'd like to get a signoff at least from Eric who has done the most with the docstrings before committing. Comments from anyone else are also welcome of course. Darren, I think his latest approach satisfies your requests, but I made the comment I would prefer some of the very common combinations rolled up into single line decorators. |
|
From: Ariel R. <ar...@be...> - 2009-08-13 04:24:12
|
Hi - that's interesting - I am actually on OS10.5. For some reason, the MPL libraries get built under a directory called "lib.macosx-10.3-fat-2.5" and the SDK set in the Python Makefile is /Developer/SDKs/MacOSX10.4u.sdk, which is why you see these mentioned in the output. Wondering if that is the cause of the problems, I reset the SDK in the Makefile to /Developer/SDKs/MacOSX10.5.sdk (in the definition of BASECFLAGS, as well as LDFLAGS). As before, I removed the '-arch ppc' (from these two places, as well) and ran 'env ARCHFLAGS='-arch i386' python setup.py build' This time I don't get any compilation errors at all. It just runs through. However, when I import matplotlib in python, I still get: >>> import matplotlib >>> matplotlib.__version__ '0.98.5.2' which is the version I had previously. So, something still isn't working. Cheers, Ariel On Wed, Aug 12, 2009 at 8:57 PM, Michiel de Hoon<mjl...@ya...> wrote: > That can only happen if you have MAC_OS_X_VERSION_10_5 defined, and it looks like you are on Mac OS X 10.4 or 10.3 instead of 10.5. I am not sure why it thinks you are on 10.5; it may be a problem in the way the developer tools are installed. To get past this point, the easiest solution is to modify src/_macosx.m to undefine MAC_OS_X_VERSION_10_5. > > --Michiel. > > --- On Wed, 8/12/09, Ariel Rokem <ar...@be...> wrote: > >> From: Ariel Rokem <ar...@be...> >> Subject: Re: [matplotlib-devel] Building matplotlib on os x >> To: "Michiel de Hoon" <mjl...@ya...> >> Cc: mat...@li..., "Michael Hearne" <mh...@us...> >> Date: Wednesday, August 12, 2009, 11:12 PM >> Hi - >> >> I tried doing simply that. I still got the same error as >> before >> (posted above by Michael). >> >> Then - I tried combining the tactics. I changed the Python >> Makefile >> and I set env ARCHFLAGS as suggested in the link you sent. >> >> This time I get a different error: >> >> >> ASR:mpl099 arokem$ env ARCHFLAGS='-arch i386' python >> setup.py install >> ============================================================================ >> BUILDING MATPLOTLIB >> matplotlib: >> 0.99.0 >> >> python: 2.5.4 |EPD_Py25 4.3.0| (r254:67916, May 17 2009, >> >> 20:07:12) [GCC 4.0.1 >> (Apple Computer, Inc. build >> >> 5370)] >> platform: >> darwin >> >> REQUIRED DEPENDENCIES >> >> numpy: 1.3.0 >> >> freetype2: 9.17.3 >> >> OPTIONAL BACKEND DEPENDENCIES >> >> libpng: 1.2.37 >> >> Tkinter: Tkinter: 67737, Tk: 8.4, Tcl: >> 8.4 >> wxPython: >> 2.8.7.1 >> >> * WxAgg extension not required >> for wxPython >= 2.8 >> >> Gtk+: no >> >> * Building for Gtk+ requires >> pygtk; you must be able >> >> * to "import gtk" in your >> build/install environment >> Mac OS X native: yes >> >> Qt: no >> >> Qt4: no >> >> Cairo: no >> >> OPTIONAL DATE/TIMEZONE DEPENDENCIES >> datetime: >> present, version unknown >> dateutil: >> 1.4 >> >> pytz: 2008c >> >> OPTIONAL USETEX DEPENDENCIES >> >> dvipng: 1.9 >> ghostscript: >> 8.57 >> >> latex: 3.141592 >> >> [Edit setup.cfg to suppress the above messages] >> ============================================================================ >> pymods ['pylab'] >> packages ['matplotlib', 'matplotlib.backends', >> 'matplotlib.projections', 'mpl_toolkits', >> 'mpl_toolkits.mplot3d', >> 'mpl_toolkits.axes_grid', 'matplotlib.sphinxext', >> 'matplotlib.numerix', 'matplotlib.numerix.mlab', >> 'matplotlib.numerix.ma', >> 'matplotlib.numerix.linear_algebra', >> 'matplotlib.numerix.random_array', >> 'matplotlib.numerix.fft', >> 'matplotlib.delaunay'] >> running install >> running build >> running build_py >> creating build/lib.macosx-10.3-fat-2.5 >> copying lib/pylab.py -> build/lib.macosx-10.3-fat-2.5 >> creating build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/__init__.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/_cm.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/_mathtext_data.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/_pylab_helpers.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/afm.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/artist.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/axes.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/axis.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/backend_bases.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/bezier.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/blocking_input.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/cbook.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/cm.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/collections.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/colorbar.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/colors.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/contour.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/dates.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/dviread.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/figure.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/finance.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/font_manager.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/fontconfig_pattern.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/hatch.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/image.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/legend.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/lines.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/mathtext.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/mlab.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/mpl.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/offsetbox.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/patches.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/path.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/pylab.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/pyparsing.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/pyplot.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/quiver.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/rcsetup.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/scale.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/spines.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/table.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/texmanager.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/text.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/ticker.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/tight_bbox.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/transforms.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/type1font.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/units.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/widgets.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> copying lib/matplotlib/windowing.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib >> creating build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/__init__.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_agg.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_cairo.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_cocoaagg.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_emf.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_fltkagg.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_gdk.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_gtk.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_gtkagg.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_gtkcairo.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_macosx.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_mixed.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_pdf.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_ps.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_qt.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_qt4.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_qt4agg.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_qtagg.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_svg.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_template.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_tkagg.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_wx.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/backend_wxagg.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> copying lib/matplotlib/backends/tkagg.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends >> creating >> build/lib.macosx-10.3-fat-2.5/matplotlib/projections >> copying lib/matplotlib/projections/__init__.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/projections >> copying lib/matplotlib/projections/geo.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/projections >> copying lib/matplotlib/projections/polar.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/projections >> creating build/lib.macosx-10.3-fat-2.5/mpl_toolkits >> copying lib/mpl_toolkits/__init__.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits >> copying lib/mpl_toolkits/exceltools.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits >> copying lib/mpl_toolkits/gtktools.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits >> creating >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d >> copying lib/mpl_toolkits/mplot3d/__init__.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d >> copying lib/mpl_toolkits/mplot3d/art3d.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d >> copying lib/mpl_toolkits/mplot3d/axes3d.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d >> copying lib/mpl_toolkits/mplot3d/axis3d.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d >> copying lib/mpl_toolkits/mplot3d/proj3d.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d >> creating >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid >> copying lib/mpl_toolkits/axes_grid/__init__.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid >> copying lib/mpl_toolkits/axes_grid/anchored_artists.py >> -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid >> copying lib/mpl_toolkits/axes_grid/angle_helper.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid >> copying lib/mpl_toolkits/axes_grid/axes_divider.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid >> copying lib/mpl_toolkits/axes_grid/axes_grid.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid >> copying lib/mpl_toolkits/axes_grid/axes_rgb.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid >> copying lib/mpl_toolkits/axes_grid/axes_size.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid >> copying lib/mpl_toolkits/axes_grid/axislines.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid >> copying lib/mpl_toolkits/axes_grid/clip_path.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid >> copying lib/mpl_toolkits/axes_grid/grid_finder.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid >> copying >> lib/mpl_toolkits/axes_grid/grid_helper_curvelinear.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid >> copying lib/mpl_toolkits/axes_grid/inset_locator.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid >> copying lib/mpl_toolkits/axes_grid/parasite_axes.py -> >> build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid >> creating >> build/lib.macosx-10.3-fat-2.5/matplotlib/sphinxext >> copying lib/matplotlib/sphinxext/__init__.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/sphinxext >> copying lib/matplotlib/sphinxext/mathmpl.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/sphinxext >> copying lib/matplotlib/sphinxext/only_directives.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/sphinxext >> copying lib/matplotlib/sphinxext/plot_directive.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/sphinxext >> creating build/lib.macosx-10.3-fat-2.5/matplotlib/numerix >> copying lib/matplotlib/numerix/__init__.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/numerix >> copying lib/matplotlib/numerix/_sp_imports.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/numerix >> creating >> build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/mlab >> copying lib/matplotlib/numerix/mlab/__init__.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/mlab >> creating >> build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/ma >> copying lib/matplotlib/numerix/ma/__init__.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/ma >> creating >> build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/linear_algebra >> copying lib/matplotlib/numerix/linear_algebra/__init__.py >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/linear_algebra >> creating >> build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/random_array >> copying lib/matplotlib/numerix/random_array/__init__.py >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/random_array >> creating >> build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/fft >> copying lib/matplotlib/numerix/fft/__init__.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/fft >> creating build/lib.macosx-10.3-fat-2.5/matplotlib/delaunay >> copying lib/matplotlib/delaunay/__init__.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/delaunay >> copying lib/matplotlib/delaunay/interpolate.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/delaunay >> copying lib/matplotlib/delaunay/testfuncs.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/delaunay >> copying lib/matplotlib/delaunay/triangulate.py -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/delaunay >> creating build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data >> creating >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts >> creating >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/cmex10.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/cmmi10.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/cmr10.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/cmsy10.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/cmtt10.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pagd8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pagdo8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pagk8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pagko8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pbkd8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pbkl8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pbkli8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pcrb8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pcrr8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pcrro8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/phvb8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/phvb8an.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/phvbo8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/phvbo8an.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/phvl8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/phvlo8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/phvr8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/phvr8an.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/phvro8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/phvro8an.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pncb8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pncbi8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pncr8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pncri8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pplb8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pplbi8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pplr8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pplri8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/psyr.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/ptmb8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/ptmr8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/ptmri8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/putb8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/putbi8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/putr8a.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/putri8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> copying lib/matplotlib/mpl-data/fonts/afm/pzdr.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm >> creating >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> copying >> lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> copying >> lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> copying >> lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> copying >> lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> copying >> lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> copying >> lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> copying >> lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> copying >> lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> copying >> lib/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> copying >> lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> copying >> lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> copying >> lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> copying >> lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> copying >> lib/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> copying >> lib/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts >> creating >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/cmb10.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/cmex10.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/cmr10.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/cmss10.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying >> lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying >> lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying >> lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying >> lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz1Sym.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying >> lib/matplotlib/mpl-data/fonts/ttf/STIXSiz1SymBol.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz2Sym.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying >> lib/matplotlib/mpl-data/fonts/ttf/STIXSiz2SymBol.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz3Sym.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying >> lib/matplotlib/mpl-data/fonts/ttf/STIXSiz3SymBol.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz4Sym.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying >> lib/matplotlib/mpl-data/fonts/ttf/STIXSiz4SymBol.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz5Sym.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/Vera.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/VeraBd.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/VeraBI.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/VeraIt.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoBd.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoBI.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoIt.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/VeraMono.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/VeraSe.ttf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> copying lib/matplotlib/mpl-data/fonts/ttf/VeraSeBd.ttf >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf >> creating >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/back.xpm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/filesave.xpm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/forward.xpm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/hand.xpm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/home.xpm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/move.xpm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_close.xpm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_down.xpm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_left.xpm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_refresh.xpm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_right.xpm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_save_as.xpm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_up.xpm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_zoom-in.xpm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_zoom-out.xpm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/subplots.xpm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/zoom_to_rect.xpm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/back.svg -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/filesave.svg -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/forward.svg -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/hand.svg -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/home.svg -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/matplotlib.svg >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/move.svg -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/zoom_to_rect.svg >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/back.png -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/filesave.png -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/forward.png -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/hand.png -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/home.png -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/matplotlib.png >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/move.png -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/subplots.png -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/zoom_to_rect.png >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/back.ppm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/filesave.ppm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/forward.ppm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/hand.ppm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/home.ppm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/move.ppm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_close.ppm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_down.ppm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_left.ppm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_refresh.ppm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_right.ppm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_save_as.ppm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_up.ppm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_zoom-in.ppm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/stock_zoom-out.ppm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/subplots.ppm -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> copying lib/matplotlib/mpl-data/images/zoom_to_rect.ppm >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images >> creating >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/example >> copying lib/matplotlib/mpl-data/example/aapl.npy -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/example >> copying lib/matplotlib/mpl-data/example/goog.npy -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/example >> copying lib/matplotlib/mpl-data/example/msft_nasdaq.npy >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/example >> copying lib/matplotlib/mpl-data/matplotlibrc -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data >> copying lib/matplotlib/mpl-data/matplotlib.conf -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data >> copying lib/matplotlib/mpl-data/lineprops.glade -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data >> creating >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends/Matplotlib.nib >> copying lib/matplotlib/backends/Matplotlib.nib/classes.nib >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends/Matplotlib.nib >> copying lib/matplotlib/backends/Matplotlib.nib/info.nib >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends/Matplotlib.nib >> copying >> lib/matplotlib/backends/Matplotlib.nib/keyedobjects.nib >> -> >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends/Matplotlib.nib >> running build_ext >> building 'matplotlib.ft2font' extension >> creating build/temp.macosx-10.3-fat-2.5 >> creating build/temp.macosx-10.3-fat-2.5/src >> creating build/temp.macosx-10.3-fat-2.5/CXX >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/opt/local/include/freetype2 -I/opt/local/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c src/ft2font.cpp -o >> build/temp.macosx-10.3-fat-2.5/src/ft2font.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/opt/local/include/freetype2 -I/opt/local/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c src/mplutils.cpp -o >> build/temp.macosx-10.3-fat-2.5/src/mplutils.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/opt/local/include/freetype2 -I/opt/local/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c CXX/cxx_extensions.cxx -o >> build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/opt/local/include/freetype2 -I/opt/local/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c CXX/cxxsupport.cxx -o >> build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/opt/local/include/freetype2 -I/opt/local/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c CXX/IndirectPythonInterface.cxx -o >> build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/opt/local/include/freetype2 -I/opt/local/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c CXX/cxxextensions.c -o >> build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o >> g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -g >> -L/usr/local/lib >> -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib >> -bundle >> -undefined dynamic_lookup >> build/temp.macosx-10.3-fat-2.5/src/ft2font.o >> build/temp.macosx-10.3-fat-2.5/src/mplutils.o >> build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o >> build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o >> build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o >> build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o >> -L/opt/local/lib >> -L/usr/local/lib -L/usr/lib -L/sw/lib -lfreetype -lz -lz >> -lstdc++ -lm >> -o build/lib.macosx-10.3-fat-2.5/matplotlib/ft2font.so >> -Wl,-framework,CoreServices >> -Wl,-framework,ApplicationServices >> building 'matplotlib.ttconv' extension >> creating build/temp.macosx-10.3-fat-2.5/ttconv >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -I/usr/local/include >> -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c src/_ttconv.cpp -o >> build/temp.macosx-10.3-fat-2.5/src/_ttconv.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -I/usr/local/include >> -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c ttconv/pprdrv_tt.cpp -o >> build/temp.macosx-10.3-fat-2.5/ttconv/pprdrv_tt.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -I/usr/local/include >> -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c ttconv/pprdrv_tt2.cpp -o >> build/temp.macosx-10.3-fat-2.5/ttconv/pprdrv_tt2.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -I/usr/local/include >> -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c ttconv/ttutil.cpp -o >> build/temp.macosx-10.3-fat-2.5/ttconv/ttutil.o >> g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -g >> -L/usr/local/lib >> -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib >> -bundle >> -undefined dynamic_lookup >> build/temp.macosx-10.3-fat-2.5/src/_ttconv.o >> build/temp.macosx-10.3-fat-2.5/ttconv/pprdrv_tt.o >> build/temp.macosx-10.3-fat-2.5/ttconv/pprdrv_tt2.o >> build/temp.macosx-10.3-fat-2.5/ttconv/ttutil.o >> -L/usr/local/lib >> -L/usr/lib -L/sw/lib -o >> build/lib.macosx-10.3-fat-2.5/matplotlib/ttconv.so >> building 'matplotlib._cntr' extension >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c src/cntr.c -o build/temp.macosx-10.3-fat-2.5/src/cntr.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -g >> -L/usr/local/lib >> -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib >> -bundle >> -undefined dynamic_lookup >> build/temp.macosx-10.3-fat-2.5/src/cntr.o >> -L/usr/local/lib -L/usr/lib -L/sw/lib -o >> build/lib.macosx-10.3-fat-2.5/matplotlib/_cntr.so >> building 'matplotlib._delaunay' extension >> creating build/temp.macosx-10.3-fat-2.5/lib >> creating build/temp.macosx-10.3-fat-2.5/lib/matplotlib >> creating >> build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c lib/matplotlib/delaunay/_delaunay.cpp -o >> build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/_delaunay.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c lib/matplotlib/delaunay/VoronoiDiagramGenerator.cpp -o >> build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/VoronoiDiagramGenerator.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c lib/matplotlib/delaunay/delaunay_utils.cpp -o >> build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/delaunay_utils.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c lib/matplotlib/delaunay/natneighbors.cpp -o >> build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/natneighbors.o >> g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -g >> -L/usr/local/lib >> -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib >> -bundle >> -undefined dynamic_lookup >> build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/_delaunay.o >> build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/VoronoiDiagramGenerator.o >> build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/delaunay_utils.o >> build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/natneighbors.o >> -L/usr/local/lib -L/usr/lib -L/sw/lib -o >> build/lib.macosx-10.3-fat-2.5/matplotlib/_delaunay.so >> building 'matplotlib.nxutils' extension >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c src/nxutils.c -o >> build/temp.macosx-10.3-fat-2.5/src/nxutils.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -g >> -L/usr/local/lib >> -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib >> -bundle >> -undefined dynamic_lookup >> build/temp.macosx-10.3-fat-2.5/src/nxutils.o >> -L/usr/local/lib -L/usr/lib -L/sw/lib -o >> build/lib.macosx-10.3-fat-2.5/matplotlib/nxutils.so >> building 'matplotlib._path' extension >> creating build/temp.macosx-10.3-fat-2.5/agg24 >> creating build/temp.macosx-10.3-fat-2.5/agg24/src >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -Isrc -Iagg24/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c agg24/src/agg_curves.cpp -o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_curves.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -Isrc -Iagg24/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c agg24/src/agg_bezier_arc.cpp -o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_bezier_arc.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -Isrc -Iagg24/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c agg24/src/agg_trans_affine.cpp -o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_trans_affine.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -Isrc -Iagg24/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c agg24/src/agg_vcgen_stroke.cpp -o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_vcgen_stroke.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -Isrc -Iagg24/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c src/agg_py_transforms.cpp -o >> build/temp.macosx-10.3-fat-2.5/src/agg_py_transforms.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -Isrc -Iagg24/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c src/path_cleanup.cpp -o >> build/temp.macosx-10.3-fat-2.5/src/path_cleanup.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -Isrc -Iagg24/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c src/path.cpp -o >> build/temp.macosx-10.3-fat-2.5/src/path.o >> g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -g >> -L/usr/local/lib >> -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib >> -bundle >> -undefined dynamic_lookup >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_curves.o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_bezier_arc.o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_trans_affine.o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_vcgen_stroke.o >> build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o >> build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o >> build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o >> build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o >> build/temp.macosx-10.3-fat-2.5/src/agg_py_transforms.o >> build/temp.macosx-10.3-fat-2.5/src/path_cleanup.o >> build/temp.macosx-10.3-fat-2.5/src/path.o -L/usr/local/lib >> -L/usr/lib >> -L/sw/lib -lstdc++ -lm -o >> build/lib.macosx-10.3-fat-2.5/matplotlib/_path.so >> building 'matplotlib.backends._backend_agg' extension >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -Isrc -Iagg24/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/opt/local/include/freetype2 -I/opt/local/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c agg24/src/agg_vcgen_dash.cpp -o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_vcgen_dash.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -Isrc -Iagg24/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/opt/local/include/freetype2 -I/opt/local/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c agg24/src/agg_image_filters.cpp -o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_image_filters.o >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -Isrc -Iagg24/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/opt/local/include/freetype2 -I/opt/local/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c src/backend_agg.cpp -o >> build/temp.macosx-10.3-fat-2.5/src/backend_agg.o >> g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -g >> -L/usr/local/lib >> -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib >> -bundle >> -undefined dynamic_lookup >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_trans_affine.o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_bezier_arc.o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_curves.o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_vcgen_dash.o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_vcgen_stroke.o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_image_filters.o >> build/temp.macosx-10.3-fat-2.5/src/mplutils.o >> build/temp.macosx-10.3-fat-2.5/src/agg_py_transforms.o >> build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o >> build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o >> build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o >> build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o >> build/temp.macosx-10.3-fat-2.5/src/backend_agg.o >> -L/usr/local/lib >> -L/usr/lib -L/sw/lib -L/opt/local/lib -L/usr/local/lib >> -L/usr/lib >> -L/sw/lib -lstdc++ -lm -lfreetype -lz -lz -lstdc++ -lm -o >> build/lib.macosx-10.3-fat-2.5/matplotlib/backends/_backend_agg.so >> -Wl,-framework,CoreServices >> -Wl,-framework,ApplicationServices >> building 'matplotlib._image' extension >> gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -fno-strict-aliasing -Wno-long-double -no-cpp-precomp >> -mno-fused-madd >> -fno-common -dynamic -DNDEBUG -g -O3 >> -I/tmp/_py/libraries/usr/local/include >> -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -I/usr/local/include -I/usr/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include >> -Isrc -Iagg24/include -I. >> -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 >> -c src/image.cpp -o >> build/temp.macosx-10.3-fat-2.5/src/image.o >> g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk >> -g >> -L/usr/local/lib >> -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib >> -bundle >> -undefined dynamic_lookup >> build/temp.macosx-10.3-fat-2.5/src/image.o >> build/temp.macosx-10.3-fat-2.5/src/mplutils.o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_trans_affine.o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_image_filters.o >> build/temp.macosx-10.3-fat-2.5/agg24/src/agg_bezier_arc.o >> build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o >> build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o >> build/temp.ma... [truncated message content] |
|
From: Michiel de H. <mjl...@ya...> - 2009-08-13 03:57:46
|
That can only happen if you have MAC_OS_X_VERSION_10_5 defined, and it looks like you are on Mac OS X 10.4 or 10.3 instead of 10.5. I am not sure why it thinks you are on 10.5; it may be a problem in the way the developer tools are installed. To get past this point, the easiest solution is to modify src/_macosx.m to undefine MAC_OS_X_VERSION_10_5. --Michiel. --- On Wed, 8/12/09, Ariel Rokem <ar...@be...> wrote: > From: Ariel Rokem <ar...@be...> > Subject: Re: [matplotlib-devel] Building matplotlib on os x > To: "Michiel de Hoon" <mjl...@ya...> > Cc: mat...@li..., "Michael Hearne" <mh...@us...> > Date: Wednesday, August 12, 2009, 11:12 PM > Hi - > > I tried doing simply that. I still got the same error as > before > (posted above by Michael). > > Then - I tried combining the tactics. I changed the Python > Makefile > and I set env ARCHFLAGS as suggested in the link you sent. > > This time I get a different error: > > > ASR:mpl099 arokem$ env ARCHFLAGS='-arch i386' python > setup.py install > ============================================================================ > BUILDING MATPLOTLIB > matplotlib: > 0.99.0 > > python: 2.5.4 |EPD_Py25 4.3.0| (r254:67916, May 17 2009, > > 20:07:12) [GCC 4.0.1 > (Apple Computer, Inc. build > > 5370)] > platform: > darwin > > REQUIRED DEPENDENCIES > > numpy: 1.3.0 > > freetype2: 9.17.3 > > OPTIONAL BACKEND DEPENDENCIES > > libpng: 1.2.37 > > Tkinter: Tkinter: 67737, Tk: 8.4, Tcl: > 8.4 > wxPython: > 2.8.7.1 > > * WxAgg extension not required > for wxPython >= 2.8 > > Gtk+: no > > * Building for Gtk+ requires > pygtk; you must be able > > * to "import gtk" in your > build/install environment > Mac OS X native: yes > > Qt: no > > Qt4: no > > Cairo: no > > OPTIONAL DATE/TIMEZONE DEPENDENCIES > datetime: > present, version unknown > dateutil: > 1.4 > > pytz: 2008c > > OPTIONAL USETEX DEPENDENCIES > > dvipng: 1.9 > ghostscript: > 8.57 > > latex: 3.141592 > > [Edit setup.cfg to suppress the above messages] > ============================================================================ > pymods ['pylab'] > packages ['matplotlib', 'matplotlib.backends', > 'matplotlib.projections', 'mpl_toolkits', > 'mpl_toolkits.mplot3d', > 'mpl_toolkits.axes_grid', 'matplotlib.sphinxext', > 'matplotlib.numerix', 'matplotlib.numerix.mlab', > 'matplotlib.numerix.ma', > 'matplotlib.numerix.linear_algebra', > 'matplotlib.numerix.random_array', > 'matplotlib.numerix.fft', > 'matplotlib.delaunay'] > running install > running build > running build_py > creating build/lib.macosx-10.3-fat-2.5 > copying lib/pylab.py -> build/lib.macosx-10.3-fat-2.5 > creating build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/__init__.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/_cm.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/_mathtext_data.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/_pylab_helpers.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/afm.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/artist.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/axes.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/axis.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/backend_bases.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/bezier.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/blocking_input.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/cbook.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/cm.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/collections.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/colorbar.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/colors.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/contour.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/dates.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/dviread.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/figure.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/finance.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/font_manager.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/fontconfig_pattern.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/hatch.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/image.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/legend.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/lines.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/mathtext.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/mlab.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/mpl.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/offsetbox.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/patches.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/path.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/pylab.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/pyparsing.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/pyplot.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/quiver.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/rcsetup.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/scale.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/spines.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/table.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/texmanager.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/text.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/ticker.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/tight_bbox.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/transforms.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/type1font.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/units.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/widgets.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > copying lib/matplotlib/windowing.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib > creating build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/__init__.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_agg.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_cairo.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_cocoaagg.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_emf.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_fltkagg.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_gdk.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_gtk.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_gtkagg.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_gtkcairo.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_macosx.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_mixed.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_pdf.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_ps.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_qt.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_qt4.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_qt4agg.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_qtagg.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_svg.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_template.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_tkagg.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_wx.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/backend_wxagg.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > copying lib/matplotlib/backends/tkagg.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends > creating > build/lib.macosx-10.3-fat-2.5/matplotlib/projections > copying lib/matplotlib/projections/__init__.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/projections > copying lib/matplotlib/projections/geo.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/projections > copying lib/matplotlib/projections/polar.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/projections > creating build/lib.macosx-10.3-fat-2.5/mpl_toolkits > copying lib/mpl_toolkits/__init__.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits > copying lib/mpl_toolkits/exceltools.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits > copying lib/mpl_toolkits/gtktools.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits > creating > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d > copying lib/mpl_toolkits/mplot3d/__init__.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d > copying lib/mpl_toolkits/mplot3d/art3d.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d > copying lib/mpl_toolkits/mplot3d/axes3d.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d > copying lib/mpl_toolkits/mplot3d/axis3d.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d > copying lib/mpl_toolkits/mplot3d/proj3d.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d > creating > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/__init__.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/anchored_artists.py > -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/angle_helper.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/axes_divider.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/axes_grid.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/axes_rgb.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/axes_size.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/axislines.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/clip_path.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/grid_finder.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid > copying > lib/mpl_toolkits/axes_grid/grid_helper_curvelinear.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/inset_locator.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid > copying lib/mpl_toolkits/axes_grid/parasite_axes.py -> > build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid > creating > build/lib.macosx-10.3-fat-2.5/matplotlib/sphinxext > copying lib/matplotlib/sphinxext/__init__.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/sphinxext > copying lib/matplotlib/sphinxext/mathmpl.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/sphinxext > copying lib/matplotlib/sphinxext/only_directives.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/sphinxext > copying lib/matplotlib/sphinxext/plot_directive.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/sphinxext > creating build/lib.macosx-10.3-fat-2.5/matplotlib/numerix > copying lib/matplotlib/numerix/__init__.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/numerix > copying lib/matplotlib/numerix/_sp_imports.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/numerix > creating > build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/mlab > copying lib/matplotlib/numerix/mlab/__init__.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/mlab > creating > build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/ma > copying lib/matplotlib/numerix/ma/__init__.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/ma > creating > build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/linear_algebra > copying lib/matplotlib/numerix/linear_algebra/__init__.py > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/linear_algebra > creating > build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/random_array > copying lib/matplotlib/numerix/random_array/__init__.py > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/random_array > creating > build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/fft > copying lib/matplotlib/numerix/fft/__init__.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/fft > creating build/lib.macosx-10.3-fat-2.5/matplotlib/delaunay > copying lib/matplotlib/delaunay/__init__.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/delaunay > copying lib/matplotlib/delaunay/interpolate.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/delaunay > copying lib/matplotlib/delaunay/testfuncs.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/delaunay > copying lib/matplotlib/delaunay/triangulate.py -> > build/lib.macosx-10.3-fat-2.5/matplotlib/delaunay > creating build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data > creating > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts > creating > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/cmex10.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/cmmi10.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/cmr10.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/cmsy10.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/cmtt10.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pagd8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pagdo8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pagk8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pagko8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pbkd8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pbkl8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pbkli8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pcrb8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pcrr8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pcrro8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvb8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvb8an.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvbo8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvbo8an.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvl8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvlo8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvr8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvr8an.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvro8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/phvro8an.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pncb8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pncbi8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pncr8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pncri8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pplb8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pplbi8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pplr8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pplri8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/psyr.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/ptmb8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/ptmr8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/ptmri8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/putb8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/putbi8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/putr8a.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/putri8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > copying lib/matplotlib/mpl-data/fonts/afm/pzdr.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm > creating > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > copying > lib/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts > creating > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/cmb10.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/cmex10.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/cmr10.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/cmss10.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying > lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying > lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying > lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying > lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz1Sym.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying > lib/matplotlib/mpl-data/fonts/ttf/STIXSiz1SymBol.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz2Sym.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying > lib/matplotlib/mpl-data/fonts/ttf/STIXSiz2SymBol.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz3Sym.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying > lib/matplotlib/mpl-data/fonts/ttf/STIXSiz3SymBol.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz4Sym.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying > lib/matplotlib/mpl-data/fonts/ttf/STIXSiz4SymBol.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz5Sym.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/Vera.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraBd.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraBI.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraIt.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoBd.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoBI.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoIt.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraMono.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraSe.ttf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > copying lib/matplotlib/mpl-data/fonts/ttf/VeraSeBd.ttf > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf > creating > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/back.xpm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/filesave.xpm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/forward.xpm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/hand.xpm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/home.xpm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/move.xpm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_close.xpm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_down.xpm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_left.xpm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_refresh.xpm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_right.xpm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_save_as.xpm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_up.xpm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_zoom-in.xpm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_zoom-out.xpm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/subplots.xpm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/zoom_to_rect.xpm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/back.svg -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/filesave.svg -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/forward.svg -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/hand.svg -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/home.svg -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/matplotlib.svg > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/move.svg -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/zoom_to_rect.svg > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/back.png -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/filesave.png -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/forward.png -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/hand.png -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/home.png -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/matplotlib.png > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/move.png -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/subplots.png -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/zoom_to_rect.png > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/back.ppm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/filesave.ppm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/forward.ppm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/hand.ppm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/home.ppm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/move.ppm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_close.ppm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_down.ppm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_left.ppm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_refresh.ppm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_right.ppm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_save_as.ppm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_up.ppm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_zoom-in.ppm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/stock_zoom-out.ppm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/subplots.ppm -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > copying lib/matplotlib/mpl-data/images/zoom_to_rect.ppm > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images > creating > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/example > copying lib/matplotlib/mpl-data/example/aapl.npy -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/example > copying lib/matplotlib/mpl-data/example/goog.npy -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/example > copying lib/matplotlib/mpl-data/example/msft_nasdaq.npy > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/example > copying lib/matplotlib/mpl-data/matplotlibrc -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data > copying lib/matplotlib/mpl-data/matplotlib.conf -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data > copying lib/matplotlib/mpl-data/lineprops.glade -> > build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data > creating > build/lib.macosx-10.3-fat-2.5/matplotlib/backends/Matplotlib.nib > copying lib/matplotlib/backends/Matplotlib.nib/classes.nib > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends/Matplotlib.nib > copying lib/matplotlib/backends/Matplotlib.nib/info.nib > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends/Matplotlib.nib > copying > lib/matplotlib/backends/Matplotlib.nib/keyedobjects.nib > -> > build/lib.macosx-10.3-fat-2.5/matplotlib/backends/Matplotlib.nib > running build_ext > building 'matplotlib.ft2font' extension > creating build/temp.macosx-10.3-fat-2.5 > creating build/temp.macosx-10.3-fat-2.5/src > creating build/temp.macosx-10.3-fat-2.5/CXX > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/opt/local/include/freetype2 -I/opt/local/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c src/ft2font.cpp -o > build/temp.macosx-10.3-fat-2.5/src/ft2font.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/opt/local/include/freetype2 -I/opt/local/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c src/mplutils.cpp -o > build/temp.macosx-10.3-fat-2.5/src/mplutils.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/opt/local/include/freetype2 -I/opt/local/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c CXX/cxx_extensions.cxx -o > build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/opt/local/include/freetype2 -I/opt/local/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c CXX/cxxsupport.cxx -o > build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/opt/local/include/freetype2 -I/opt/local/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c CXX/IndirectPythonInterface.cxx -o > build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/opt/local/include/freetype2 -I/opt/local/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c CXX/cxxextensions.c -o > build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o > g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -g > -L/usr/local/lib > -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib > -bundle > -undefined dynamic_lookup > build/temp.macosx-10.3-fat-2.5/src/ft2font.o > build/temp.macosx-10.3-fat-2.5/src/mplutils.o > build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o > build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o > build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o > build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o > -L/opt/local/lib > -L/usr/local/lib -L/usr/lib -L/sw/lib -lfreetype -lz -lz > -lstdc++ -lm > -o build/lib.macosx-10.3-fat-2.5/matplotlib/ft2font.so > -Wl,-framework,CoreServices > -Wl,-framework,ApplicationServices > building 'matplotlib.ttconv' extension > creating build/temp.macosx-10.3-fat-2.5/ttconv > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -I/usr/local/include > -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c src/_ttconv.cpp -o > build/temp.macosx-10.3-fat-2.5/src/_ttconv.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -I/usr/local/include > -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c ttconv/pprdrv_tt.cpp -o > build/temp.macosx-10.3-fat-2.5/ttconv/pprdrv_tt.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -I/usr/local/include > -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c ttconv/pprdrv_tt2.cpp -o > build/temp.macosx-10.3-fat-2.5/ttconv/pprdrv_tt2.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -I/usr/local/include > -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c ttconv/ttutil.cpp -o > build/temp.macosx-10.3-fat-2.5/ttconv/ttutil.o > g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -g > -L/usr/local/lib > -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib > -bundle > -undefined dynamic_lookup > build/temp.macosx-10.3-fat-2.5/src/_ttconv.o > build/temp.macosx-10.3-fat-2.5/ttconv/pprdrv_tt.o > build/temp.macosx-10.3-fat-2.5/ttconv/pprdrv_tt2.o > build/temp.macosx-10.3-fat-2.5/ttconv/ttutil.o > -L/usr/local/lib > -L/usr/lib -L/sw/lib -o > build/lib.macosx-10.3-fat-2.5/matplotlib/ttconv.so > building 'matplotlib._cntr' extension > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c src/cntr.c -o build/temp.macosx-10.3-fat-2.5/src/cntr.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -g > -L/usr/local/lib > -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib > -bundle > -undefined dynamic_lookup > build/temp.macosx-10.3-fat-2.5/src/cntr.o > -L/usr/local/lib -L/usr/lib -L/sw/lib -o > build/lib.macosx-10.3-fat-2.5/matplotlib/_cntr.so > building 'matplotlib._delaunay' extension > creating build/temp.macosx-10.3-fat-2.5/lib > creating build/temp.macosx-10.3-fat-2.5/lib/matplotlib > creating > build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c lib/matplotlib/delaunay/_delaunay.cpp -o > build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/_delaunay.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c lib/matplotlib/delaunay/VoronoiDiagramGenerator.cpp -o > build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/VoronoiDiagramGenerator.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c lib/matplotlib/delaunay/delaunay_utils.cpp -o > build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/delaunay_utils.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c lib/matplotlib/delaunay/natneighbors.cpp -o > build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/natneighbors.o > g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -g > -L/usr/local/lib > -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib > -bundle > -undefined dynamic_lookup > build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/_delaunay.o > build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/VoronoiDiagramGenerator.o > build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/delaunay_utils.o > build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/natneighbors.o > -L/usr/local/lib -L/usr/lib -L/sw/lib -o > build/lib.macosx-10.3-fat-2.5/matplotlib/_delaunay.so > building 'matplotlib.nxutils' extension > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c src/nxutils.c -o > build/temp.macosx-10.3-fat-2.5/src/nxutils.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -g > -L/usr/local/lib > -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib > -bundle > -undefined dynamic_lookup > build/temp.macosx-10.3-fat-2.5/src/nxutils.o > -L/usr/local/lib -L/usr/lib -L/sw/lib -o > build/lib.macosx-10.3-fat-2.5/matplotlib/nxutils.so > building 'matplotlib._path' extension > creating build/temp.macosx-10.3-fat-2.5/agg24 > creating build/temp.macosx-10.3-fat-2.5/agg24/src > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -Isrc -Iagg24/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c agg24/src/agg_curves.cpp -o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_curves.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -Isrc -Iagg24/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c agg24/src/agg_bezier_arc.cpp -o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_bezier_arc.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -Isrc -Iagg24/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c agg24/src/agg_trans_affine.cpp -o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_trans_affine.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -Isrc -Iagg24/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c agg24/src/agg_vcgen_stroke.cpp -o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_vcgen_stroke.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -Isrc -Iagg24/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c src/agg_py_transforms.cpp -o > build/temp.macosx-10.3-fat-2.5/src/agg_py_transforms.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -Isrc -Iagg24/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c src/path_cleanup.cpp -o > build/temp.macosx-10.3-fat-2.5/src/path_cleanup.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -Isrc -Iagg24/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c src/path.cpp -o > build/temp.macosx-10.3-fat-2.5/src/path.o > g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -g > -L/usr/local/lib > -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib > -bundle > -undefined dynamic_lookup > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_curves.o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_bezier_arc.o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_trans_affine.o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_vcgen_stroke.o > build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o > build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o > build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o > build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o > build/temp.macosx-10.3-fat-2.5/src/agg_py_transforms.o > build/temp.macosx-10.3-fat-2.5/src/path_cleanup.o > build/temp.macosx-10.3-fat-2.5/src/path.o -L/usr/local/lib > -L/usr/lib > -L/sw/lib -lstdc++ -lm -o > build/lib.macosx-10.3-fat-2.5/matplotlib/_path.so > building 'matplotlib.backends._backend_agg' extension > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -Isrc -Iagg24/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/opt/local/include/freetype2 -I/opt/local/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c agg24/src/agg_vcgen_dash.cpp -o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_vcgen_dash.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -Isrc -Iagg24/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/opt/local/include/freetype2 -I/opt/local/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c agg24/src/agg_image_filters.cpp -o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_image_filters.o > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -Isrc -Iagg24/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/opt/local/include/freetype2 -I/opt/local/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c src/backend_agg.cpp -o > build/temp.macosx-10.3-fat-2.5/src/backend_agg.o > g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -g > -L/usr/local/lib > -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib > -bundle > -undefined dynamic_lookup > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_trans_affine.o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_bezier_arc.o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_curves.o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_vcgen_dash.o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_vcgen_stroke.o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_image_filters.o > build/temp.macosx-10.3-fat-2.5/src/mplutils.o > build/temp.macosx-10.3-fat-2.5/src/agg_py_transforms.o > build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o > build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o > build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o > build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o > build/temp.macosx-10.3-fat-2.5/src/backend_agg.o > -L/usr/local/lib > -L/usr/lib -L/sw/lib -L/opt/local/lib -L/usr/local/lib > -L/usr/lib > -L/sw/lib -lstdc++ -lm -lfreetype -lz -lz -lstdc++ -lm -o > build/lib.macosx-10.3-fat-2.5/matplotlib/backends/_backend_agg.so > -Wl,-framework,CoreServices > -Wl,-framework,ApplicationServices > building 'matplotlib._image' extension > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -Isrc -Iagg24/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c src/image.cpp -o > build/temp.macosx-10.3-fat-2.5/src/image.o > g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -g > -L/usr/local/lib > -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib > -bundle > -undefined dynamic_lookup > build/temp.macosx-10.3-fat-2.5/src/image.o > build/temp.macosx-10.3-fat-2.5/src/mplutils.o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_trans_affine.o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_image_filters.o > build/temp.macosx-10.3-fat-2.5/agg24/src/agg_bezier_arc.o > build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o > build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o > build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o > build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o > -L/usr/local/lib > -L/usr/lib -L/sw/lib -lstdc++ -lm -o > build/lib.macosx-10.3-fat-2.5/matplotlib/_image.so > building 'matplotlib._png' extension > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/opt/local/include/libpng12 > -I/usr/local/include -I/usr/include -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I. > -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5 > -c src/_png.cpp -o > build/temp.macosx-10.3-fat-2.5/src/_png.o > g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -g > -L/usr/local/lib > -L/Library/Frameworks/Python.framework/Versions/4.3.0/lib > -bundle > -undefined dynamic_lookup > build/temp.macosx-10.3-fat-2.5/src/_png.o > build/temp.macosx-10.3-fat-2.5/src/mplutils.o > build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o > build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o > build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o > build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o > -L/opt/local/lib > -L/usr/local/lib -L/usr/lib -L/sw/lib -lpng12 -lz -lz > -lstdc++ -lm -o > build/lib.macosx-10.3-fat-2.5/matplotlib/_png.so > building 'matplotlib.backends._tkagg' extension > gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk > -fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd > -fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/include > -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/Library/Frameworks/Tcl.framework/Headers > -I/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders > -I/Li... [truncated message content] |
|
From: Ariel R. <ar...@be...> - 2009-08-13 03:13:18
|
Hi -
I tried doing simply that. I still got the same error as before
(posted above by Michael).
Then - I tried combining the tactics. I changed the Python Makefile
and I set env ARCHFLAGS as suggested in the link you sent.
This time I get a different error:
ASR:mpl099 arokem$ env ARCHFLAGS='-arch i386' python setup.py install
============================================================================
BUILDING MATPLOTLIB
matplotlib: 0.99.0
python: 2.5.4 |EPD_Py25 4.3.0| (r254:67916, May 17 2009,
20:07:12) [GCC 4.0.1 (Apple Computer, Inc. build
5370)]
platform: darwin
REQUIRED DEPENDENCIES
numpy: 1.3.0
freetype2: 9.17.3
OPTIONAL BACKEND DEPENDENCIES
libpng: 1.2.37
Tkinter: Tkinter: 67737, Tk: 8.4, Tcl: 8.4
wxPython: 2.8.7.1
* WxAgg extension not required for wxPython >= 2.8
Gtk+: no
* Building for Gtk+ requires pygtk; you must be able
* to "import gtk" in your build/install environment
Mac OS X native: yes
Qt: no
Qt4: no
Cairo: no
OPTIONAL DATE/TIMEZONE DEPENDENCIES
datetime: present, version unknown
dateutil: 1.4
pytz: 2008c
OPTIONAL USETEX DEPENDENCIES
dvipng: 1.9
ghostscript: 8.57
latex: 3.141592
[Edit setup.cfg to suppress the above messages]
============================================================================
pymods ['pylab']
packages ['matplotlib', 'matplotlib.backends',
'matplotlib.projections', 'mpl_toolkits', 'mpl_toolkits.mplot3d',
'mpl_toolkits.axes_grid', 'matplotlib.sphinxext',
'matplotlib.numerix', 'matplotlib.numerix.mlab',
'matplotlib.numerix.ma', 'matplotlib.numerix.linear_algebra',
'matplotlib.numerix.random_array', 'matplotlib.numerix.fft',
'matplotlib.delaunay']
running install
running build
running build_py
creating build/lib.macosx-10.3-fat-2.5
copying lib/pylab.py -> build/lib.macosx-10.3-fat-2.5
creating build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/__init__.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/_cm.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/_mathtext_data.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/_pylab_helpers.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/afm.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/artist.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/axes.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/axis.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/backend_bases.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/bezier.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/blocking_input.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/cbook.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/cm.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/collections.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/colorbar.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/colors.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/contour.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/dates.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/dviread.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/figure.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/finance.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/font_manager.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/fontconfig_pattern.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/hatch.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/image.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/legend.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/lines.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/mathtext.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/mlab.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/mpl.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/offsetbox.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/patches.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/path.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/pylab.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/pyparsing.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/pyplot.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/quiver.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/rcsetup.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/scale.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/spines.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/table.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/texmanager.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/text.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/ticker.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/tight_bbox.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/transforms.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/type1font.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/units.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/widgets.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
copying lib/matplotlib/windowing.py -> build/lib.macosx-10.3-fat-2.5/matplotlib
creating build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/__init__.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_agg.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_cairo.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_cocoaagg.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_emf.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_fltkagg.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_gdk.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_gtk.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_gtkagg.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_gtkcairo.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_macosx.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_mixed.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_pdf.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_ps.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_qt.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_qt4.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_qt4agg.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_qtagg.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_svg.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_template.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_tkagg.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_wx.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/backend_wxagg.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
copying lib/matplotlib/backends/tkagg.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends
creating build/lib.macosx-10.3-fat-2.5/matplotlib/projections
copying lib/matplotlib/projections/__init__.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/projections
copying lib/matplotlib/projections/geo.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/projections
copying lib/matplotlib/projections/polar.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/projections
creating build/lib.macosx-10.3-fat-2.5/mpl_toolkits
copying lib/mpl_toolkits/__init__.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits
copying lib/mpl_toolkits/exceltools.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits
copying lib/mpl_toolkits/gtktools.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits
creating build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d
copying lib/mpl_toolkits/mplot3d/__init__.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d
copying lib/mpl_toolkits/mplot3d/art3d.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d
copying lib/mpl_toolkits/mplot3d/axes3d.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d
copying lib/mpl_toolkits/mplot3d/axis3d.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d
copying lib/mpl_toolkits/mplot3d/proj3d.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/mplot3d
creating build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/__init__.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/anchored_artists.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/angle_helper.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/axes_divider.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/axes_grid.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/axes_rgb.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/axes_size.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/axislines.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/clip_path.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/grid_finder.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/grid_helper_curvelinear.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/inset_locator.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid
copying lib/mpl_toolkits/axes_grid/parasite_axes.py ->
build/lib.macosx-10.3-fat-2.5/mpl_toolkits/axes_grid
creating build/lib.macosx-10.3-fat-2.5/matplotlib/sphinxext
copying lib/matplotlib/sphinxext/__init__.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/sphinxext
copying lib/matplotlib/sphinxext/mathmpl.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/sphinxext
copying lib/matplotlib/sphinxext/only_directives.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/sphinxext
copying lib/matplotlib/sphinxext/plot_directive.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/sphinxext
creating build/lib.macosx-10.3-fat-2.5/matplotlib/numerix
copying lib/matplotlib/numerix/__init__.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/numerix
copying lib/matplotlib/numerix/_sp_imports.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/numerix
creating build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/mlab
copying lib/matplotlib/numerix/mlab/__init__.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/mlab
creating build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/ma
copying lib/matplotlib/numerix/ma/__init__.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/ma
creating build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/linear_algebra
copying lib/matplotlib/numerix/linear_algebra/__init__.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/linear_algebra
creating build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/random_array
copying lib/matplotlib/numerix/random_array/__init__.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/random_array
creating build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/fft
copying lib/matplotlib/numerix/fft/__init__.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/numerix/fft
creating build/lib.macosx-10.3-fat-2.5/matplotlib/delaunay
copying lib/matplotlib/delaunay/__init__.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/delaunay
copying lib/matplotlib/delaunay/interpolate.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/delaunay
copying lib/matplotlib/delaunay/testfuncs.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/delaunay
copying lib/matplotlib/delaunay/triangulate.py ->
build/lib.macosx-10.3-fat-2.5/matplotlib/delaunay
creating build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data
creating build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts
creating build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/cmex10.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/cmmi10.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/cmr10.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/cmsy10.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/cmtt10.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pagd8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pagdo8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pagk8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pagko8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pbkd8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pbkl8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pbkli8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pcrb8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pcrr8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pcrro8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvb8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvb8an.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvbo8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvbo8an.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvl8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvlo8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvr8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvr8an.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvro8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/phvro8an.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pncb8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pncbi8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pncr8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pncri8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pplb8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pplbi8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pplr8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pplri8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/psyr.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/ptmb8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/ptmr8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/ptmri8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/putb8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/putbi8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/putr8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/putri8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
copying lib/matplotlib/mpl-data/fonts/afm/pzdr.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/afm
creating build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-BoldOblique.afm
-> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm
-> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm
-> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-BoldOblique.afm
-> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Oblique.afm
-> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-BoldItalic.afm
-> build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
creating build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/cmb10.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/cmex10.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/cmr10.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/cmss10.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz1Sym.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz1SymBol.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz2Sym.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz2SymBol.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz3Sym.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz3SymBol.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz4Sym.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz4SymBol.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz5Sym.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/Vera.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/VeraBd.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/VeraBI.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/VeraIt.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoBd.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoBI.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoIt.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/VeraMono.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/VeraSe.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
copying lib/matplotlib/mpl-data/fonts/ttf/VeraSeBd.ttf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/fonts/ttf
creating build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/back.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/filesave.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/forward.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/hand.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/home.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/move.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_close.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_down.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_left.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_refresh.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_right.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_save_as.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_up.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_zoom-in.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_zoom-out.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/subplots.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/zoom_to_rect.xpm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/back.svg ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/filesave.svg ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/forward.svg ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/hand.svg ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/home.svg ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/matplotlib.svg ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/move.svg ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/zoom_to_rect.svg ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/back.png ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/filesave.png ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/forward.png ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/hand.png ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/home.png ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/matplotlib.png ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/move.png ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/subplots.png ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/zoom_to_rect.png ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/back.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/filesave.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/forward.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/hand.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/home.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/move.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_close.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_down.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_left.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_refresh.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_right.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_save_as.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_up.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_zoom-in.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/stock_zoom-out.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/subplots.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
copying lib/matplotlib/mpl-data/images/zoom_to_rect.ppm ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/images
creating build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/example
copying lib/matplotlib/mpl-data/example/aapl.npy ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/example
copying lib/matplotlib/mpl-data/example/goog.npy ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/example
copying lib/matplotlib/mpl-data/example/msft_nasdaq.npy ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data/example
copying lib/matplotlib/mpl-data/matplotlibrc ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data
copying lib/matplotlib/mpl-data/matplotlib.conf ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data
copying lib/matplotlib/mpl-data/lineprops.glade ->
build/lib.macosx-10.3-fat-2.5/matplotlib/mpl-data
creating build/lib.macosx-10.3-fat-2.5/matplotlib/backends/Matplotlib.nib
copying lib/matplotlib/backends/Matplotlib.nib/classes.nib ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends/Matplotlib.nib
copying lib/matplotlib/backends/Matplotlib.nib/info.nib ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends/Matplotlib.nib
copying lib/matplotlib/backends/Matplotlib.nib/keyedobjects.nib ->
build/lib.macosx-10.3-fat-2.5/matplotlib/backends/Matplotlib.nib
running build_ext
building 'matplotlib.ft2font' extension
creating build/temp.macosx-10.3-fat-2.5
creating build/temp.macosx-10.3-fat-2.5/src
creating build/temp.macosx-10.3-fat-2.5/CXX
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/opt/local/include/freetype2 -I/opt/local/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c src/ft2font.cpp -o build/temp.macosx-10.3-fat-2.5/src/ft2font.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/opt/local/include/freetype2 -I/opt/local/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c src/mplutils.cpp -o build/temp.macosx-10.3-fat-2.5/src/mplutils.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/opt/local/include/freetype2 -I/opt/local/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c CXX/cxx_extensions.cxx -o
build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/opt/local/include/freetype2 -I/opt/local/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c CXX/cxxsupport.cxx -o
build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/opt/local/include/freetype2 -I/opt/local/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c CXX/IndirectPythonInterface.cxx -o
build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/opt/local/include/freetype2 -I/opt/local/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c CXX/cxxextensions.c -o
build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o
g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g
-L/usr/local/lib
-L/Library/Frameworks/Python.framework/Versions/4.3.0/lib -bundle
-undefined dynamic_lookup build/temp.macosx-10.3-fat-2.5/src/ft2font.o
build/temp.macosx-10.3-fat-2.5/src/mplutils.o
build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o
build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o
build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o
build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o -L/opt/local/lib
-L/usr/local/lib -L/usr/lib -L/sw/lib -lfreetype -lz -lz -lstdc++ -lm
-o build/lib.macosx-10.3-fat-2.5/matplotlib/ft2font.so
-Wl,-framework,CoreServices -Wl,-framework,ApplicationServices
building 'matplotlib.ttconv' extension
creating build/temp.macosx-10.3-fat-2.5/ttconv
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include -I/usr/local/include
-I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c src/_ttconv.cpp -o build/temp.macosx-10.3-fat-2.5/src/_ttconv.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include -I/usr/local/include
-I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c ttconv/pprdrv_tt.cpp -o
build/temp.macosx-10.3-fat-2.5/ttconv/pprdrv_tt.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include -I/usr/local/include
-I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c ttconv/pprdrv_tt2.cpp -o
build/temp.macosx-10.3-fat-2.5/ttconv/pprdrv_tt2.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include -I/usr/local/include
-I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c ttconv/ttutil.cpp -o build/temp.macosx-10.3-fat-2.5/ttconv/ttutil.o
g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g
-L/usr/local/lib
-L/Library/Frameworks/Python.framework/Versions/4.3.0/lib -bundle
-undefined dynamic_lookup build/temp.macosx-10.3-fat-2.5/src/_ttconv.o
build/temp.macosx-10.3-fat-2.5/ttconv/pprdrv_tt.o
build/temp.macosx-10.3-fat-2.5/ttconv/pprdrv_tt2.o
build/temp.macosx-10.3-fat-2.5/ttconv/ttutil.o -L/usr/local/lib
-L/usr/lib -L/sw/lib -o
build/lib.macosx-10.3-fat-2.5/matplotlib/ttconv.so
building 'matplotlib._cntr' extension
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c src/cntr.c -o build/temp.macosx-10.3-fat-2.5/src/cntr.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g
-L/usr/local/lib
-L/Library/Frameworks/Python.framework/Versions/4.3.0/lib -bundle
-undefined dynamic_lookup build/temp.macosx-10.3-fat-2.5/src/cntr.o
-L/usr/local/lib -L/usr/lib -L/sw/lib -o
build/lib.macosx-10.3-fat-2.5/matplotlib/_cntr.so
building 'matplotlib._delaunay' extension
creating build/temp.macosx-10.3-fat-2.5/lib
creating build/temp.macosx-10.3-fat-2.5/lib/matplotlib
creating build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c lib/matplotlib/delaunay/_delaunay.cpp -o
build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/_delaunay.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c lib/matplotlib/delaunay/VoronoiDiagramGenerator.cpp -o
build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/VoronoiDiagramGenerator.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c lib/matplotlib/delaunay/delaunay_utils.cpp -o
build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/delaunay_utils.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c lib/matplotlib/delaunay/natneighbors.cpp -o
build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/natneighbors.o
g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g
-L/usr/local/lib
-L/Library/Frameworks/Python.framework/Versions/4.3.0/lib -bundle
-undefined dynamic_lookup
build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/_delaunay.o
build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/VoronoiDiagramGenerator.o
build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/delaunay_utils.o
build/temp.macosx-10.3-fat-2.5/lib/matplotlib/delaunay/natneighbors.o
-L/usr/local/lib -L/usr/lib -L/sw/lib -o
build/lib.macosx-10.3-fat-2.5/matplotlib/_delaunay.so
building 'matplotlib.nxutils' extension
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c src/nxutils.c -o build/temp.macosx-10.3-fat-2.5/src/nxutils.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g
-L/usr/local/lib
-L/Library/Frameworks/Python.framework/Versions/4.3.0/lib -bundle
-undefined dynamic_lookup build/temp.macosx-10.3-fat-2.5/src/nxutils.o
-L/usr/local/lib -L/usr/lib -L/sw/lib -o
build/lib.macosx-10.3-fat-2.5/matplotlib/nxutils.so
building 'matplotlib._path' extension
creating build/temp.macosx-10.3-fat-2.5/agg24
creating build/temp.macosx-10.3-fat-2.5/agg24/src
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c agg24/src/agg_curves.cpp -o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_curves.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c agg24/src/agg_bezier_arc.cpp -o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_bezier_arc.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c agg24/src/agg_trans_affine.cpp -o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_trans_affine.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c agg24/src/agg_vcgen_stroke.cpp -o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_vcgen_stroke.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c src/agg_py_transforms.cpp -o
build/temp.macosx-10.3-fat-2.5/src/agg_py_transforms.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c src/path_cleanup.cpp -o
build/temp.macosx-10.3-fat-2.5/src/path_cleanup.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c src/path.cpp -o build/temp.macosx-10.3-fat-2.5/src/path.o
g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g
-L/usr/local/lib
-L/Library/Frameworks/Python.framework/Versions/4.3.0/lib -bundle
-undefined dynamic_lookup
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_curves.o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_bezier_arc.o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_trans_affine.o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_vcgen_stroke.o
build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o
build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o
build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o
build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o
build/temp.macosx-10.3-fat-2.5/src/agg_py_transforms.o
build/temp.macosx-10.3-fat-2.5/src/path_cleanup.o
build/temp.macosx-10.3-fat-2.5/src/path.o -L/usr/local/lib -L/usr/lib
-L/sw/lib -lstdc++ -lm -o
build/lib.macosx-10.3-fat-2.5/matplotlib/_path.so
building 'matplotlib.backends._backend_agg' extension
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/opt/local/include/freetype2 -I/opt/local/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c agg24/src/agg_vcgen_dash.cpp -o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_vcgen_dash.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/opt/local/include/freetype2 -I/opt/local/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c agg24/src/agg_image_filters.cpp -o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_image_filters.o
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/opt/local/include/freetype2 -I/opt/local/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c src/backend_agg.cpp -o
build/temp.macosx-10.3-fat-2.5/src/backend_agg.o
g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g
-L/usr/local/lib
-L/Library/Frameworks/Python.framework/Versions/4.3.0/lib -bundle
-undefined dynamic_lookup
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_trans_affine.o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_bezier_arc.o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_curves.o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_vcgen_dash.o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_vcgen_stroke.o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_image_filters.o
build/temp.macosx-10.3-fat-2.5/src/mplutils.o
build/temp.macosx-10.3-fat-2.5/src/agg_py_transforms.o
build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o
build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o
build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o
build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o
build/temp.macosx-10.3-fat-2.5/src/backend_agg.o -L/usr/local/lib
-L/usr/lib -L/sw/lib -L/opt/local/lib -L/usr/local/lib -L/usr/lib
-L/sw/lib -lstdc++ -lm -lfreetype -lz -lz -lstdc++ -lm -o
build/lib.macosx-10.3-fat-2.5/matplotlib/backends/_backend_agg.so
-Wl,-framework,CoreServices -Wl,-framework,ApplicationServices
building 'matplotlib._image' extension
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c src/image.cpp -o build/temp.macosx-10.3-fat-2.5/src/image.o
g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g
-L/usr/local/lib
-L/Library/Frameworks/Python.framework/Versions/4.3.0/lib -bundle
-undefined dynamic_lookup build/temp.macosx-10.3-fat-2.5/src/image.o
build/temp.macosx-10.3-fat-2.5/src/mplutils.o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_trans_affine.o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_image_filters.o
build/temp.macosx-10.3-fat-2.5/agg24/src/agg_bezier_arc.o
build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o
build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o
build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o
build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o -L/usr/local/lib
-L/usr/lib -L/sw/lib -lstdc++ -lm -o
build/lib.macosx-10.3-fat-2.5/matplotlib/_image.so
building 'matplotlib._png' extension
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/opt/local/include/libpng12
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I. -I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c src/_png.cpp -o build/temp.macosx-10.3-fat-2.5/src/_png.o
g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g
-L/usr/local/lib
-L/Library/Frameworks/Python.framework/Versions/4.3.0/lib -bundle
-undefined dynamic_lookup build/temp.macosx-10.3-fat-2.5/src/_png.o
build/temp.macosx-10.3-fat-2.5/src/mplutils.o
build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o
build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o
build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o
build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o -L/opt/local/lib
-L/usr/local/lib -L/usr/lib -L/sw/lib -lpng12 -lz -lz -lstdc++ -lm -o
build/lib.macosx-10.3-fat-2.5/matplotlib/_png.so
building 'matplotlib.backends._tkagg' extension
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Tcl.framework/Headers
-I/Library/Frameworks/Tcl.framework/Versions/Current/PrivateHeaders
-I/Library/Frameworks/Tk.framework/Headers
-I/Library/Frameworks/Tk.framework/Versions/Current/PrivateHeaders
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/opt/local/include/freetype2 -I/opt/local/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c src/_tkagg.cpp -o build/temp.macosx-10.3-fat-2.5/src/_tkagg.o
-framework Tcl -framework Tk
i686-apple-darwin9-gcc-4.0.1: -framework: linker input file unused
because linking not done
i686-apple-darwin9-gcc-4.0.1: Tcl: linker input file unused because
linking not done
i686-apple-darwin9-gcc-4.0.1: -framework: linker input file unused
because linking not done
i686-apple-darwin9-gcc-4.0.1: Tk: linker input file unused because
linking not done
g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g
-L/usr/local/lib
-L/Library/Frameworks/Python.framework/Versions/4.3.0/lib -bundle
-undefined dynamic_lookup
build/temp.macosx-10.3-fat-2.5/src/agg_py_transforms.o
build/temp.macosx-10.3-fat-2.5/src/_tkagg.o
build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o
build/temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o
build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o
build/temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o -L/usr/local/lib
-L/usr/lib -L/sw/lib -L/opt/local/lib -L/usr/local/lib -L/usr/lib
-L/sw/lib -lstdc++ -lm -lfreetype -lz -lz -lstdc++ -lm -o
build/lib.macosx-10.3-fat-2.5/matplotlib/backends/_tkagg.so -framework
Tcl -framework Tk -Wl,-framework,CoreServices
-Wl,-framework,ApplicationServices
building 'matplotlib.backends._macosx' extension
gcc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
-fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd
-fno-common -dynamic -DNDEBUG -g -O3
-I/tmp/_py/libraries/usr/local/include
-DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-I/usr/local/include -I/usr/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include
-Isrc -Iagg24/include -I.
-I/Library/Frameworks/Python.framework/Versions/4.3.0/include/python2.5
-c src/_macosx.m -o build/temp.macosx-10.3-fat-2.5/src/_macosx.o
src/_macosx.m:1885: error: syntax error before ‘setfont’
src/_macosx.m: In function ‘setfont’:
src/_macosx.m:1895: error: ‘CTFontRef’ undeclared (first use in this function)
src/_macosx.m:1895: error: (Each undeclared identifier is reported only once
src/_macosx.m:1895: error: for each function it appears in.)
src/_macosx.m:1895: error: syntax error before ‘font’
src/_macosx.m:2095: error: ‘font’ undeclared (first use in this function)
src/_macosx.m: In function ‘GraphicsContext_draw_text’:
src/_macosx.m:2138: error: ‘CTFontRef’ undeclared (first use in this function)
src/_macosx.m:2138: error: syntax error before ‘font’
src/_macosx.m:2163: error: ‘font’ undec...
[truncated message content] |
|
From: Michiel de H. <mjl...@ya...> - 2009-08-13 01:12:17
|
According to this page from Apple: http://developer.apple.com/releasenotes/OpenSource/PerlExtensionsRelNotes/index.html you can use env ARCHFLAGS='-arch i386' python setup.py build I have tried this for 64-bits Python (using '-arch x86_64') and it seems to work fine. --Michiel. --- On Wed, 8/12/09, Michael Hearne <mh...@us...> wrote: > From: Michael Hearne <mh...@us...> > Subject: [matplotlib-devel] Building matplotlib on os x > To: mat...@li... > Date: Wednesday, August 12, 2009, 3:12 PM > I apologize for cross-posting - I > realized I probably shouldn't have > posted this on the user's list first... > > Hello - I am attempting to build matplotlib from source on > os X, and > getting an error about a shared library being the wrong > architecture. > The confusing thing is that the call to g++ has two > settings for arch: > > "g++ -arch i386 -arch ppc..." > > The error I get is: > "ld: in /Developer/SDKs/MacOSX10.4u.sdk/Library/Frameworks/ > > Python.framework/Versions/4.3.0/lib/libz.1.dylib, file is > not of > required architecture for architecture ppc" > > Is there some way to turn off the "-arch ppc" option to g++ > in > setup.py? Or do I have some other problem? > > Build output is included below. > > Thanks, > > Mike > > = > = > = > = > ======================================================================== > BUILDING MATPLOTLIB > matplotlib: > 0.99.0 > > python: 2.5.4 |EPD_Py25 4.3.0| (r254:67916, May 17 2009, > > 20:07:12) [GCC 4.0.1 > (Apple Computer, Inc. > build > > 5370)] > platform: > darwin > > REQUIRED DEPENDENCIES > > numpy: 1.3.0 > > freetype2: 9.20.3 > > OPTIONAL BACKEND DEPENDENCIES > > libpng: 1.2.37 > > Tkinter: Tkinter: 67737, Tk: 8.4, Tcl: > 8.4 > wxPython: > 2.8.7.1 > > * WxAgg extension not required > for wxPython >= > 2.8 > > Gtk+: no > > * Building for Gtk+ requires > pygtk; you must > be able > > * to "import gtk" in your > build/install > environment > Mac OS X native: yes > > Qt: no > > Qt4: no > > Cairo: no > > OPTIONAL DATE/TIMEZONE DEPENDENCIES > datetime: > present, version unknown > dateutil: > 1.4 > > pytz: 2008c > > OPTIONAL USETEX DEPENDENCIES > > dvipng: no > ghostscript: > 8.54 > > latex: no > > [Edit setup.cfg to suppress the above messages] > = > = > = > = > ======================================================================== > pymods ['pylab'] > packages ['matplotlib', 'matplotlib.backends', > 'matplotlib.projections', 'mpl_toolkits', > 'mpl_toolkits.mplot3d', > 'mpl_toolkits.axes_grid', 'matplotlib.sphinxext', > 'matplotlib.numerix', 'matplotlib.numerix.mlab', > 'matplotlib.numerix.ma', > 'matplotlib.numerix.linear_algebra', > 'matplotlib.numerix.random_array', > 'matplotlib.numerix.fft', > 'matplotlib.delaunay'] > running build > running build_py > copying lib/matplotlib/mpl-data/matplotlibrc -> > build/lib.macosx-10.3- > fat-2.5/matplotlib/mpl-data > copying lib/matplotlib/mpl-data/matplotlib.conf -> > build/ > lib.macosx-10.3-fat-2.5/matplotlib/mpl-data > running build_ext > building 'matplotlib.backends._tkagg' extension > creating build/temp.macosx-10.3-fat-2.5 > creating build/temp.macosx-10.3-fat-2.5/src > creating build/temp.macosx-10.3-fat-2.5/CXX > gcc -arch ppc -arch i386 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk - > fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd - > fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/ > include -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/System/Library/ > Frameworks/Tcl.framework/Headers > -I/System/Library/Frameworks/ > Tcl.framework/Versions/Current/PrivateHeaders > -I/System/Library/ > Frameworks/Tk.framework/Headers > -I/System/Library/Frameworks/ > Tk.framework/Versions/Current/PrivateHeaders > -I/usr/local/include -I/ > usr/include -I/sw/include -I. > -I/Library/Frameworks/Python.framework/ > Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5- > > macosx-10.3-fat.egg/numpy/core/include -Isrc > -Iagg24/include -I. -I/ > Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site- > > packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/ > opt/local/include/freetype2 -I/opt/local/include > -I/usr/local/include - > I/usr/include -I/sw/include -I. > -I/Library/Frameworks/Python.framework/ > Versions/4.3.0/include/python2.5 -c > src/agg_py_transforms.cpp -o build/ > temp.macosx-10.3-fat-2.5/src/agg_py_transforms.o -framework > Tcl - > framework Tk > powerpc-apple-darwin9-gcc-4.0.1: -framework: linker input > file unused > because linking not done > powerpc-apple-darwin9-gcc-4.0.1: Tcl: linker input file > unused because > linking not done > powerpc-apple-darwin9-gcc-4.0.1: -framework: linker input > file unused > because linking not done > powerpc-apple-darwin9-gcc-4.0.1: Tk: linker input file > unused because > linking not done > i686-apple-darwin9-gcc-4.0.1: -framework: linker input file > unused > because linking not done > i686-apple-darwin9-gcc-4.0.1: Tcl: linker input file unused > because > linking not done > i686-apple-darwin9-gcc-4.0.1: -framework: linker input file > unused > because linking not done > i686-apple-darwin9-gcc-4.0.1: Tk: linker input file unused > because > linking not done > gcc -arch ppc -arch i386 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk - > fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd - > fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/ > include -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/System/Library/ > Frameworks/Tcl.framework/Headers > -I/System/Library/Frameworks/ > Tcl.framework/Versions/Current/PrivateHeaders > -I/System/Library/ > Frameworks/Tk.framework/Headers > -I/System/Library/Frameworks/ > Tk.framework/Versions/Current/PrivateHeaders > -I/usr/local/include -I/ > usr/include -I/sw/include -I. > -I/Library/Frameworks/Python.framework/ > Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5- > > macosx-10.3-fat.egg/numpy/core/include -Isrc > -Iagg24/include -I. -I/ > Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site- > > packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/ > opt/local/include/freetype2 -I/opt/local/include > -I/usr/local/include - > I/usr/include -I/sw/include -I. > -I/Library/Frameworks/Python.framework/ > Versions/4.3.0/include/python2.5 -c src/_tkagg.cpp -o > build/ > temp.macosx-10.3-fat-2.5/src/_tkagg.o -framework Tcl > -framework Tk > i686-apple-darwin9-gcc-4.0.1: -framework: linker input file > unused > because linking not done > i686-apple-darwin9-gcc-4.0.1: Tcl: linker input file unused > because > linking not done > i686-apple-darwin9-gcc-4.0.1: -framework: linker input file > unused > because linking not done > i686-apple-darwin9-gcc-4.0.1: Tk: linker input file unused > because > linking not done > powerpc-apple-darwin9-gcc-4.0.1: -framework: linker input > file unused > because linking not done > powerpc-apple-darwin9-gcc-4.0.1: Tcl: linker input file > unused because > linking not done > powerpc-apple-darwin9-gcc-4.0.1: -framework: linker input > file unused > because linking not done > powerpc-apple-darwin9-gcc-4.0.1: Tk: linker input file > unused because > linking not done > gcc -arch ppc -arch i386 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk - > fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd - > fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/ > include -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/System/Library/ > Frameworks/Tcl.framework/Headers > -I/System/Library/Frameworks/ > Tcl.framework/Versions/Current/PrivateHeaders > -I/System/Library/ > Frameworks/Tk.framework/Headers > -I/System/Library/Frameworks/ > Tk.framework/Versions/Current/PrivateHeaders > -I/usr/local/include -I/ > usr/include -I/sw/include -I. > -I/Library/Frameworks/Python.framework/ > Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5- > > macosx-10.3-fat.egg/numpy/core/include -Isrc > -Iagg24/include -I. -I/ > Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site- > > packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/ > opt/local/include/freetype2 -I/opt/local/include > -I/usr/local/include - > I/usr/include -I/sw/include -I. > -I/Library/Frameworks/Python.framework/ > Versions/4.3.0/include/python2.5 -c CXX/cxx_extensions.cxx > -o build/ > temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o -framework > Tcl - > framework Tk > i686-apple-darwin9-gcc-4.0.1: -framework: linker input file > unused > because linking not done > i686-apple-darwin9-gcc-4.0.1: Tcl: linker input file unused > because > linking not done > i686-apple-darwin9-gcc-4.0.1: -framework: linker input file > unused > because linking not done > i686-apple-darwin9-gcc-4.0.1: Tk: linker input file unused > because > linking not done > powerpc-apple-darwin9-gcc-4.0.1: -framework: linker input > file unused > because linking not done > powerpc-apple-darwin9-gcc-4.0.1: Tcl: linker input file > unused because > linking not done > powerpc-apple-darwin9-gcc-4.0.1: -framework: linker input > file unused > because linking not done > powerpc-apple-darwin9-gcc-4.0.1: Tk: linker input file > unused because > linking not done > gcc -arch ppc -arch i386 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk - > fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd - > fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/ > include -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/System/Library/ > Frameworks/Tcl.framework/Headers > -I/System/Library/Frameworks/ > Tcl.framework/Versions/Current/PrivateHeaders > -I/System/Library/ > Frameworks/Tk.framework/Headers > -I/System/Library/Frameworks/ > Tk.framework/Versions/Current/PrivateHeaders > -I/usr/local/include -I/ > usr/include -I/sw/include -I. > -I/Library/Frameworks/Python.framework/ > Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5- > > macosx-10.3-fat.egg/numpy/core/include -Isrc > -Iagg24/include -I. -I/ > Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site- > > packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/ > opt/local/include/freetype2 -I/opt/local/include > -I/usr/local/include - > I/usr/include -I/sw/include -I. > -I/Library/Frameworks/Python.framework/ > Versions/4.3.0/include/python2.5 -c CXX/cxxsupport.cxx -o > build/ > temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o -framework Tcl > -framework Tk > i686-apple-darwin9-gcc-4.0.1: -framework: linker input file > unused > because linking not done > i686-apple-darwin9-gcc-4.0.1: Tcl: linker input file unused > because > linking not done > i686-apple-darwin9-gcc-4.0.1: -framework: linker input file > unused > because linking not done > i686-apple-darwin9-gcc-4.0.1: Tk: linker input file unused > because > linking not done > powerpc-apple-darwin9-gcc-4.0.1: -framework: linker input > file unused > because linking not done > powerpc-apple-darwin9-gcc-4.0.1: Tcl: linker input file > unused because > linking not done > powerpc-apple-darwin9-gcc-4.0.1: -framework: linker input > file unused > because linking not done > powerpc-apple-darwin9-gcc-4.0.1: Tk: linker input file > unused because > linking not done > gcc -arch ppc -arch i386 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk - > fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd - > fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/ > include -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/System/Library/ > Frameworks/Tcl.framework/Headers > -I/System/Library/Frameworks/ > Tcl.framework/Versions/Current/PrivateHeaders > -I/System/Library/ > Frameworks/Tk.framework/Headers > -I/System/Library/Frameworks/ > Tk.framework/Versions/Current/PrivateHeaders > -I/usr/local/include -I/ > usr/include -I/sw/include -I. > -I/Library/Frameworks/Python.framework/ > Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5- > > macosx-10.3-fat.egg/numpy/core/include -Isrc > -Iagg24/include -I. -I/ > Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site- > > packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/ > opt/local/include/freetype2 -I/opt/local/include > -I/usr/local/include - > I/usr/include -I/sw/include -I. > -I/Library/Frameworks/Python.framework/ > Versions/4.3.0/include/python2.5 -c > CXX/IndirectPythonInterface.cxx -o > build/temp.macosx-10.3-fat-2.5/CXX/IndirectPythonInterface.o > - > framework Tcl -framework Tk > i686-apple-darwin9-gcc-4.0.1: -framework: linker input file > unused > because linking not done > i686-apple-darwin9-gcc-4.0.1: Tcl: linker input file unused > because > linking not done > i686-apple-darwin9-gcc-4.0.1: -framework: linker input file > unused > because linking not done > i686-apple-darwin9-gcc-4.0.1: Tk: linker input file unused > because > linking not done > powerpc-apple-darwin9-gcc-4.0.1: -framework: linker input > file unused > because linking not done > powerpc-apple-darwin9-gcc-4.0.1: Tcl: linker input file > unused because > linking not done > powerpc-apple-darwin9-gcc-4.0.1: -framework: linker input > file unused > because linking not done > powerpc-apple-darwin9-gcc-4.0.1: Tk: linker input file > unused because > linking not done > gcc -arch ppc -arch i386 -isysroot > /Developer/SDKs/MacOSX10.4u.sdk - > fno-strict-aliasing -Wno-long-double -no-cpp-precomp > -mno-fused-madd - > fno-common -dynamic -DNDEBUG -g -O3 > -I/tmp/_py/libraries/usr/local/ > include -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API > -I/System/Library/ > Frameworks/Tcl.framework/Headers > -I/System/Library/Frameworks/ > Tcl.framework/Versions/Current/PrivateHeaders > -I/System/Library/ > Frameworks/Tk.framework/Headers > -I/System/Library/Frameworks/ > Tk.framework/Versions/Current/PrivateHeaders > -I/usr/local/include -I/ > usr/include -I/sw/include -I. > -I/Library/Frameworks/Python.framework/ > Versions/4.3.0/lib/python2.5/site-packages/numpy-1.3.0n1-py2.5- > > macosx-10.3-fat.egg/numpy/core/include -Isrc > -Iagg24/include -I. -I/ > Library/Frameworks/Python.framework/Versions/4.3.0/lib/python2.5/site- > > packages/numpy-1.3.0n1-py2.5-macosx-10.3-fat.egg/numpy/core/include > -I/ > opt/local/include/freetype2 -I/opt/local/include > -I/usr/local/include - > I/usr/include -I/sw/include -I. > -I/Library/Frameworks/Python.framework/ > Versions/4.3.0/include/python2.5 -c CXX/cxxextensions.c -o > build/ > temp.macosx-10.3-fat-2.5/CXX/cxxextensions.o -framework Tcl > -framework > Tk > In file included from /usr/include/math.h:26, > > from > /Library/Frameworks/Python.framework/Versions/ > 4.3.0/include/python2.5/pyport.h:231, > > from > /Library/Frameworks/Python.framework/Versions/ > 4.3.0/include/python2.5/Python.h:57, > > from ./CXX/WrapPython.h:42, > > from CXX/cxxextensions.c:38: > /usr/include/architecture/ppc/math.h:675: warning: > conflicting types > for built-in function ‘scalb’ > powerpc-apple-darwin9-gcc-4.0.1: -framework: linker input > file unused > because linking not done > powerpc-apple-darwin9-gcc-4.0.1: Tcl: linker input file > unused because > linking not done > powerpc-apple-darwin9-gcc-4.0.1: -framework: linker input > file unused > because linking not done > powerpc-apple-darwin9-gcc-4.0.1: Tk: linker input file > unused because > linking not done > i686-apple-darwin9-gcc-4.0.1: -framework: linker input file > unused > because linking not done > i686-apple-darwin9-gcc-4.0.1: Tcl: linker input file unused > because > linking not done > i686-apple-darwin9-gcc-4.0.1: -framework: linker input file > unused > because linking not done > i686-apple-darwin9-gcc-4.0.1: Tk: linker input file unused > because > linking not done > g++ -arch i386 -arch ppc -isysroot > /Developer/SDKs/MacOSX10.4u.sdk -g - > L/usr/local/lib > -L/Library/Frameworks/Python.framework/Versions/4.3.0/ > lib -bundle -undefined dynamic_lookup > build/temp.macosx-10.3-fat-2.5/ > src/agg_py_transforms.o > build/temp.macosx-10.3-fat-2.5/src/_tkagg.o > build/temp.macosx-10.3-fat-2.5/CXX/cxx_extensions.o build/ > > temp.macosx-10.3-fat-2.5/CXX/cxxsupport.o > build/temp.macosx-10.3- > fat-2.5/CXX/IndirectPythonInterface.o > build/temp.macosx-10.3-fat-2.5/ > CXX/cxxextensions.o -L/usr/local/lib -L/usr/lib -L/sw/lib > -L/opt/local/ > lib -L/usr/local/lib -L/usr/lib -L/sw/lib -lstdc++ -lm > -lfreetype -lz - > lz -lstdc++ -lm -o > build/lib.macosx-10.3-fat-2.5/matplotlib/backends/ > _tkagg.so -framework Tcl -framework Tk > ld warning: in > /Developer/SDKs/MacOSX10.4u.sdk/usr/local/lib/ > libfreetype.dylib, file is not of required architecture > ld warning: in > /Developer/SDKs/MacOSX10.4u.sdk/Library/Frameworks/ > Python.framework/Versions/4.3.0/lib/libz.dylib, file is not > of > required architecture > ld: in /Developer/SDKs/MacOSX10.4u.sdk/Library/Frameworks/ > > Python.framework/Versions/4.3.0/lib/libz.1.dylib, file is > not of > required architecture for architecture ppc > collect2: ld returned 1 exit status > lipo: can't open input file: > /var/folders/Jw/JwxT7AESFT0tNEoDB0a7rE++ > +TI/-Tmp-//ccskM2Il.out (No such file or directory) > error: command 'g++' failed with exit status 1 > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal > Reports 2008 30-Day > trial. Simplify your report design, integration and > deployment - and focus on > what you do best, core application coding. Discover what's > new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > |
|
From: Eric F. <ef...@ha...> - 2009-08-12 23:16:49
|
Reinier Heeres wrote:
> Hi all,
>
> I would like to propose the attached patch to be able to use a gamma
> value for color maps. This will make it simple to make your color
> scale more 'sensitive' at the bottom or at the top, as can be seen in
> the attached example. This could in principle also be solved by adding
> a gamma normalizer, but I think that applying it to a color map is
> quite coming practice, so in this case the preferred way.
Your patch looks reasonable to me.
>
> I'd also like to add a few extra color maps (at least one plain
> blue-white-red and one with darker shades at the high and low ends, as
Good.
> in the attachment). I also remember a particular one ('terrain') in a
> measurement program called 'Igor' that would be nice.
Is there any potential licensing problem? I hope not. I presume you
would copy the effect, not any particular set of numbers extracted from
Igor.
>
> Looking at _cm.py, I would guess that could be done a bit more
> efficient than the current 5880 lines as well by just specifying a few
> colors and using LinearSegmentedColormap.from_list(). Is it ok if I
> try to refactor that?
You mean take the colormaps that have a huge number of color dictionary
entries in _cm.py, and subsample them down to something reasonable?
Please do! I always hated those blocks of numbers, but never enough to
motivate me to do something about them other than a little reformatting.
It sounds like you are talking about going farther than that, which
might be fine but might make things more complicated. As it is now, all
the built-in colormaps are associated with color dictionaries for direct
use in LinearSegmentedColormap. If you make two styles, one based on
the dictionaries (which allows discontinuities) and one based on
from_list (which does not), then you need to keep track of which is
which. Is it worth it? I am inclined to stick with the cdict approach.
It looks like an obvious addition would a function that takes a list of
breakpoints (starting with 0 and ending with 1) and a matching list of
colors and generates the corresponding cdict for continuous mapping.
Eric
>
> Let me know what you think.
>
> Cheers,
|
|
From: Gary R. <gr...@bi...> - 2009-08-12 23:02:25
|
I think this would be useful.
While you're at it, in the attached file I have a function
"rescale_cmap" that effectively changes the autoscaling of the colormap
to the data by allowing specification of the range limits - I find this
useful.
You might like to look at this to see if it's worth generalising your
additions a little,
Gary
Reinier Heeres wrote:
> Hi all,
>
> I would like to propose the attached patch to be able to use a gamma
> value for color maps. This will make it simple to make your color
> scale more 'sensitive' at the bottom or at the top, as can be seen in
> the attached example. This could in principle also be solved by adding
> a gamma normalizer, but I think that applying it to a color map is
> quite coming practice, so in this case the preferred way.
>
> I'd also like to add a few extra color maps (at least one plain
> blue-white-red and one with darker shades at the high and low ends, as
> in the attachment). I also remember a particular one ('terrain') in a
> measurement program called 'Igor' that would be nice.
>
> Looking at _cm.py, I would guess that could be done a bit more
> efficient than the current 5880 lines as well by just specifying a few
> colors and using LinearSegmentedColormap.from_list(). Is it ok if I
> try to refactor that?
>
> Let me know what you think.
>
> Cheers,
|