You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(12) |
Sep
(12) |
Oct
(56) |
Nov
(65) |
Dec
(37) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(59) |
Feb
(78) |
Mar
(153) |
Apr
(205) |
May
(184) |
Jun
(123) |
Jul
(171) |
Aug
(156) |
Sep
(190) |
Oct
(120) |
Nov
(154) |
Dec
(223) |
| 2005 |
Jan
(184) |
Feb
(267) |
Mar
(214) |
Apr
(286) |
May
(320) |
Jun
(299) |
Jul
(348) |
Aug
(283) |
Sep
(355) |
Oct
(293) |
Nov
(232) |
Dec
(203) |
| 2006 |
Jan
(352) |
Feb
(358) |
Mar
(403) |
Apr
(313) |
May
(165) |
Jun
(281) |
Jul
(316) |
Aug
(228) |
Sep
(279) |
Oct
(243) |
Nov
(315) |
Dec
(345) |
| 2007 |
Jan
(260) |
Feb
(323) |
Mar
(340) |
Apr
(319) |
May
(290) |
Jun
(296) |
Jul
(221) |
Aug
(292) |
Sep
(242) |
Oct
(248) |
Nov
(242) |
Dec
(332) |
| 2008 |
Jan
(312) |
Feb
(359) |
Mar
(454) |
Apr
(287) |
May
(340) |
Jun
(450) |
Jul
(403) |
Aug
(324) |
Sep
(349) |
Oct
(385) |
Nov
(363) |
Dec
(437) |
| 2009 |
Jan
(500) |
Feb
(301) |
Mar
(409) |
Apr
(486) |
May
(545) |
Jun
(391) |
Jul
(518) |
Aug
(497) |
Sep
(492) |
Oct
(429) |
Nov
(357) |
Dec
(310) |
| 2010 |
Jan
(371) |
Feb
(657) |
Mar
(519) |
Apr
(432) |
May
(312) |
Jun
(416) |
Jul
(477) |
Aug
(386) |
Sep
(419) |
Oct
(435) |
Nov
(320) |
Dec
(202) |
| 2011 |
Jan
(321) |
Feb
(413) |
Mar
(299) |
Apr
(215) |
May
(284) |
Jun
(203) |
Jul
(207) |
Aug
(314) |
Sep
(321) |
Oct
(259) |
Nov
(347) |
Dec
(209) |
| 2012 |
Jan
(322) |
Feb
(414) |
Mar
(377) |
Apr
(179) |
May
(173) |
Jun
(234) |
Jul
(295) |
Aug
(239) |
Sep
(276) |
Oct
(355) |
Nov
(144) |
Dec
(108) |
| 2013 |
Jan
(170) |
Feb
(89) |
Mar
(204) |
Apr
(133) |
May
(142) |
Jun
(89) |
Jul
(160) |
Aug
(180) |
Sep
(69) |
Oct
(136) |
Nov
(83) |
Dec
(32) |
| 2014 |
Jan
(71) |
Feb
(90) |
Mar
(161) |
Apr
(117) |
May
(78) |
Jun
(94) |
Jul
(60) |
Aug
(83) |
Sep
(102) |
Oct
(132) |
Nov
(154) |
Dec
(96) |
| 2015 |
Jan
(45) |
Feb
(138) |
Mar
(176) |
Apr
(132) |
May
(119) |
Jun
(124) |
Jul
(77) |
Aug
(31) |
Sep
(34) |
Oct
(22) |
Nov
(23) |
Dec
(9) |
| 2016 |
Jan
(26) |
Feb
(17) |
Mar
(10) |
Apr
(8) |
May
(4) |
Jun
(8) |
Jul
(6) |
Aug
(5) |
Sep
(9) |
Oct
(4) |
Nov
|
Dec
|
| 2017 |
Jan
(5) |
Feb
(7) |
Mar
(1) |
Apr
(5) |
May
|
Jun
(3) |
Jul
(6) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2025 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
1
(11) |
|
2
(24) |
3
(24) |
4
(31) |
5
(30) |
6
(27) |
7
(25) |
8
(8) |
|
9
(2) |
10
(12) |
11
(16) |
12
(33) |
13
(18) |
14
(17) |
15
(3) |
|
16
(7) |
17
(8) |
18
(22) |
19
(20) |
20
(25) |
21
(10) |
22
(17) |
|
23
(18) |
24
(23) |
25
(15) |
26
(19) |
27
(6) |
28
(7) |
29
(6) |
|
30
(1) |
31
(12) |
|
|
|
|
|
|
From: Michael H. <mh...@us...> - 2009-08-11 22:24:34
|
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
|
|
From: John [H2O] <was...@gm...> - 2009-08-11 21:24:45
|
Impatiently I somewhat double posted (though, actually, I thought this was a better list than scipy for the question). Regardless... the conversation is mostly here: http://www.nabble.com/2d-interpolation%2C-non-regular-lat-lon-grid-td24909685.html -- View this message in context: http://www.nabble.com/regrid-non-regular-data%2C-then-mask-for-continents---artifacts-tp24920704p24926044.html Sent from the matplotlib - users mailing list archive at Nabble.com. |
|
From: John H. <jd...@gm...> - 2009-08-11 21:12:37
|
On Tue, Aug 11, 2009 at 2:21 PM, Gewton Jhames<gj...@gm...> wrote: > Hello everyone, > my graph's title is been greater than the size of the graph. > There's a way to get the width of the graph's title so I can increase the > width of the graph based on it? There probably is a way, but it might be easier to use a smaller fontsize, or embed a new line in your title. |
|
From: Gewton J. <gj...@gm...> - 2009-08-11 19:28:59
|
Hello everyone, my graph's title is been greater than the size of the graph. There's a way to get the width of the graph's title so I can increase the width of the graph based on it? Thanks. |
|
From: John H. <jd...@gm...> - 2009-08-11 17:49:40
|
On Mon, Aug 10, 2009 at 1:09 PM, James Battat<jb...@mi...> wrote:
> I'm installing matplotlib from source on a linux machine (system
> details below). The module builds and installs without error. I can
> import pylab successfully from an interactive python prompt. When I
> plot data, however, pylab.show() brings up an empty plot window (gray
> background), and pylab.savefig("test.png") makes an empty image (white
> background). I've tried rebuilding, but with no success (output also
> below).
Did you do a clean build and install, ie blow away both the build and
install dirs (as well as all the cached data in ~/.matplotlib for good
measure)
http://matplotlib.sourceforge.net/faq/installing_faq.html#cleanly-rebuild-and-reinstall-everything
|
|
From: John H. <jd...@gm...> - 2009-08-11 17:47:01
|
On Tue, Aug 11, 2009 at 12:28 PM, John [H2O]<was...@gm...> wrote: > > Just an thought regarding the whole PyLab concept... If you would like to frame this as a FAQ "Should I import * from pylab?" and post it as a rest svn diff against doc/faq/howto_faq.rst, I would be happy to include this on the website http://matplotlib.sourceforge.net/faq/howto_faq.html#contributing-howto JDH |
|
From: John [H2O] <was...@gm...> - 2009-08-11 17:33:36
|
Have you tried to change your default backend? Say GTKAgg? You can set it in
matplotlibrc file. Just a thought.
jbattat wrote:
>
> Hi,
>
> I'm installing matplotlib from source on a linux machine (system
> details below). The module builds and installs without error. I can
> import pylab successfully from an interactive python prompt. When I
> plot data, however, pylab.show() brings up an empty plot window (gray
> background), and pylab.savefig("test.png") makes an empty image (white
> background). I've tried rebuilding, but with no success (output also
> below).
>
> Suggestions are greatly appreciated,
> Thanks,
> James
>
> > uname -a
> Linux mitbbr00 2.6.9-67.0.20.ELhugemem #1 SMP Wed Jun 25 12:40:18 CDT
> 2008 i686 athlon i386 GNU/Linux
>
> > python
> Python 2.5.4 (r254:67916, Aug 10 2009, 13:16:31)
> [GCC 3.4.6 20060404 (Red Hat 3.4.6-8)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import matplotlib
> >>> matplotlib.__version__
> '0.99.0'
>
> Source obtained from matplotlib sourceforge site
>
> No customizations to matplotlibrc
>
> Let the file simple_plot.py contain the following:
> from pylab import *
> plot([1,2,3])
> show()
>
> > python simple_plot.py --verbose-helpful
> $HOME=/afs/lns.mit.edu/user/jbattat
> CONFIGDIR=/afs/lns.mit.edu/user/jbattat/.matplotlib
> matplotlib data path /usr/local/lib/python2.5/site-packages/matplotlib/
> mpl-data
> loaded rc file /usr/local/lib/python2.5/site-packages/matplotlib/mpl-
> data/matplotlibrc
> matplotlib version 0.99.0
> verbose.level helpful
> interactive is False
> units is False
> platform is linux2
> font search path ['/usr/local/lib/python2.5/site-packages/matplotlib/
> mpl-data/fonts/ttf', '/usr/local/lib/python2.5/site-packages/
> matplotlib/mpl-data/fonts/afm']
> generated new fontManager
> backend TkAgg version 8.4
> findfont: Matching :family=sans-
> serif:style
> =normal:variant=normal:weight=normal:stretch=normal:size=medium to
> Bitstream Vera Sans (/usr/local/lib/python2.5/site-packages/matplotlib/
> mpl-data/fonts/ttf/Vera.ttf) with score of 0.000000
>
> > gcc --version
> gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)
>
> =
> =
> =
> ========================================================================
> BUILDING MATPLOTLIB
> matplotlib: 0.99.0
> python: 2.5.4 (r254:67916, Aug 10 2009, 13:16:31) [GCC
> 3.4.6 20060404 (Red Hat 3.4.6-8)]
> platform: linux2
>
> REQUIRED DEPENDENCIES
> numpy: 1.1.1
> freetype2: 9.7.3
>
> OPTIONAL BACKEND DEPENDENCIES
> libpng: 1.2.7
> Tkinter: Tkinter: 67737, Tk: 8.4, Tcl: 8.4
> wxPython: no
> * wxPython not found
> Gtk+: no
> * Building for Gtk+ requires pygtk; you must
> be able
> * to "import gtk" in your build/install
> environment
> Mac OS X native: no
> Qt: no
> Qt4: no
> Cairo: no
>
> OPTIONAL DATE/TIMEZONE DEPENDENCIES
> datetime: present, version unknown
> dateutil: matplotlib will provide
> pytz: 2008c
>
> OPTIONAL USETEX DEPENDENCIES
> dvipng: no
> ghostscript: 7.07
> latex: 3.14159
> pdftops: 3.00
>
> [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', 'ma\
> tplotlib.sphinxext', 'matplotlib.numerix', 'matplotlib.numerix.mlab',
> 'matplotlib.numerix.ma', 'matplotlib.numerix.linear_algebra',
> 'matplotli\
> b.numerix.random_array', 'matplotlib.numerix.fft',
> 'matplotlib.delaunay', 'dateutil', 'dateutil/zoneinfo']
> running build
> running build_py
> creating build
> creating build/lib.linux-i686-2.5
> copying lib/pylab.py -> build/lib.linux-i686-2.5
> creating build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/__init__.py -> build/lib.linux-i686-2.5/
> matplotlib
> copying lib/matplotlib/_cm.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/_mathtext_data.py -> build/lib.linux-i686-2.5/
> matplotlib
> copying lib/matplotlib/_pylab_helpers.py -> build/lib.linux-i686-2.5/
> matplotlib
> copying lib/matplotlib/afm.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/artist.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/axes.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/axis.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/backend_bases.py -> build/lib.linux-i686-2.5/
> matplotlib
> copying lib/matplotlib/bezier.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/blocking_input.py -> build/lib.linux-i686-2.5/
> matplotlib
> copying lib/matplotlib/cbook.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/cm.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/collections.py -> build/lib.linux-i686-2.5/
> matplotlib
> copying lib/matplotlib/colorbar.py -> build/lib.linux-i686-2.5/
> matplotlib
> copying lib/matplotlib/colors.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/contour.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/dates.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/dviread.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/figure.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/finance.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/font_manager.py -> build/lib.linux-i686-2.5/
> matplotlib
> copying lib/matplotlib/fontconfig_pattern.py -> build/lib.linux-
> i686-2.5/matplotlib
> copying lib/matplotlib/hatch.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/image.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/legend.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/lines.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/mathtext.py -> build/lib.linux-i686-2.5/
> matplotlib
> copying lib/matplotlib/mlab.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/mpl.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/offsetbox.py -> build/lib.linux-i686-2.5/
> matplotlib
> copying lib/matplotlib/patches.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/path.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/pylab.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/pyparsing.py -> build/lib.linux-i686-2.5/
> matplotlib
> copying lib/matplotlib/pyplot.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/quiver.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/rcsetup.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/scale.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/spines.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/table.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/texmanager.py -> build/lib.linux-i686-2.5/
> matplotlib
> copying lib/matplotlib/text.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/ticker.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/tight_bbox.py -> build/lib.linux-i686-2.5/
> matplotlib
> copying lib/matplotlib/transforms.py -> build/lib.linux-i686-2.5/
> matplotlib
> copying lib/matplotlib/type1font.py -> build/lib.linux-i686-2.5/
> matplotlib
> copying lib/matplotlib/units.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/widgets.py -> build/lib.linux-i686-2.5/matplotlib
> copying lib/matplotlib/windowing.py -> build/lib.linux-i686-2.5/
> matplotlib
> creating build/lib.linux-i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/__init__.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_agg.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_cairo.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_cocoaagg.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_emf.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_fltkagg.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_gdk.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_gtk.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_gtkagg.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_gtkcairo.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_macosx.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_mixed.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_pdf.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_ps.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_qt.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_qt4.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_qt4agg.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_qtagg.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_svg.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_template.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_tkagg.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_wx.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/backend_wxagg.py -> build/lib.linux-
> i686-2.5/matplotlib/backends
> copying lib/matplotlib/backends/tkagg.py -> build/lib.linux-i686-2.5/
> matplotlib/backends
> creating build/lib.linux-i686-2.5/matplotlib/projections
> copying lib/matplotlib/projections/__init__.py -> build/lib.linux-
> i686-2.5/matplotlib/projections
> copying lib/matplotlib/projections/geo.py -> build/lib.linux-i686-2.5/
> matplotlib/projections
> copying lib/matplotlib/projections/polar.py -> build/lib.linux-
> i686-2.5/matplotlib/projections
> creating build/lib.linux-i686-2.5/mpl_toolkits
> copying lib/mpl_toolkits/__init__.py -> build/lib.linux-i686-2.5/
> mpl_toolkits
> copying lib/mpl_toolkits/exceltools.py -> build/lib.linux-i686-2.5/
> mpl_toolkits
> copying lib/mpl_toolkits/gtktools.py -> build/lib.linux-i686-2.5/
> mpl_toolkits
> creating build/lib.linux-i686-2.5/mpl_toolkits/mplot3d
> copying lib/mpl_toolkits/mplot3d/__init__.py -> build/lib.linux-
> i686-2.5/mpl_toolkits/mplot3d
> copying lib/mpl_toolkits/mplot3d/art3d.py -> build/lib.linux-i686-2.5/
> mpl_toolkits/mplot3d
> copying lib/mpl_toolkits/mplot3d/axes3d.py -> build/lib.linux-i686-2.5/
> mpl_toolkits/mplot3d
> copying lib/mpl_toolkits/mplot3d/axis3d.py -> build/lib.linux-i686-2.5/
> mpl_toolkits/mplot3d
> copying lib/mpl_toolkits/mplot3d/proj3d.py -> build/lib.linux-i686-2.5/
> mpl_toolkits/mplot3d
> creating build/lib.linux-i686-2.5/mpl_toolkits/axes_grid
> copying lib/mpl_toolkits/axes_grid/__init__.py -> build/lib.linux-
> i686-2.5/mpl_toolkits/axes_grid
> copying lib/mpl_toolkits/axes_grid/anchored_artists.py -> build/
> lib.linux-i686-2.5/mpl_toolkits/axes_grid
> copying lib/mpl_toolkits/axes_grid/angle_helper.py -> build/lib.linux-
> i686-2.5/mpl_toolkits/axes_grid
> copying lib/mpl_toolkits/axes_grid/axes_divider.py -> build/lib.linux-
> i686-2.5/mpl_toolkits/axes_grid
> copying lib/mpl_toolkits/axes_grid/axes_grid.py -> build/lib.linux-
> i686-2.5/mpl_toolkits/axes_grid
> copying lib/mpl_toolkits/axes_grid/axes_rgb.py -> build/lib.linux-
> i686-2.5/mpl_toolkits/axes_grid
> copying lib/mpl_toolkits/axes_grid/axes_size.py -> build/lib.linux-
> i686-2.5/mpl_toolkits/axes_grid
> copying lib/mpl_toolkits/axes_grid/axislines.py -> build/lib.linux-
> i686-2.5/mpl_toolkits/axes_grid
> copying lib/mpl_toolkits/axes_grid/clip_path.py -> build/lib.linux-
> i686-2.5/mpl_toolkits/axes_grid
> copying lib/mpl_toolkits/axes_grid/grid_finder.py -> build/lib.linux-
> i686-2.5/mpl_toolkits/axes_grid
> copying lib/mpl_toolkits/axes_grid/grid_helper_curvelinear.py -> build/
> lib.linux-i686-2.5/mpl_toolkits/axes_grid
> copying lib/mpl_toolkits/axes_grid/inset_locator.py -> build/lib.linux-
> i686-2.5/mpl_toolkits/axes_grid
> copying lib/mpl_toolkits/axes_grid/parasite_axes.py -> build/lib.linux-
> i686-2.5/mpl_toolkits/axes_grid
> creating build/lib.linux-i686-2.5/matplotlib/sphinxext
> copying lib/matplotlib/sphinxext/__init__.py -> build/lib.linux-
> i686-2.5/matplotlib/sphinxext
> copying lib/matplotlib/sphinxext/mathmpl.py -> build/lib.linux-
> i686-2.5/matplotlib/sphinxext
> copying lib/matplotlib/sphinxext/only_directives.py -> build/lib.linux-
> i686-2.5/matplotlib/sphinxext
> copying lib/matplotlib/sphinxext/plot_directive.py -> build/lib.linux-
> i686-2.5/matplotlib/sphinxext
> creating build/lib.linux-i686-2.5/matplotlib/numerix
> copying lib/matplotlib/numerix/__init__.py -> build/lib.linux-i686-2.5/
> matplotlib/numerix
> copying lib/matplotlib/numerix/_sp_imports.py -> build/lib.linux-
> i686-2.5/matplotlib/numerix
> creating build/lib.linux-i686-2.5/matplotlib/numerix/mlab
> copying lib/matplotlib/numerix/mlab/__init__.py -> build/lib.linux-
> i686-2.5/matplotlib/numerix/mlab
> creating build/lib.linux-i686-2.5/matplotlib/numerix/ma
> copying lib/matplotlib/numerix/ma/__init__.py -> build/lib.linux-
> i686-2.5/matplotlib/numerix/ma
> creating build/lib.linux-i686-2.5/matplotlib/numerix/linear_algebra
> copying lib/matplotlib/numerix/linear_algebra/__init__.py -> build/
> lib.linux-i686-2.5/matplotlib/numerix/linear_algebra
> creating build/lib.linux-i686-2.5/matplotlib/numerix/random_array
> copying lib/matplotlib/numerix/random_array/__init__.py -> build/
> lib.linux-i686-2.5/matplotlib/numerix/random_array
> creating build/lib.linux-i686-2.5/matplotlib/numerix/fft
> copying lib/matplotlib/numerix/fft/__init__.py -> build/lib.linux-
> i686-2.5/matplotlib/numerix/fft
> creating build/lib.linux-i686-2.5/matplotlib/delaunay
> copying lib/matplotlib/delaunay/__init__.py -> build/lib.linux-
> i686-2.5/matplotlib/delaunay
> copying lib/matplotlib/delaunay/interpolate.py -> build/lib.linux-
> i686-2.5/matplotlib/delaunay
> copying lib/matplotlib/delaunay/testfuncs.py -> build/lib.linux-
> i686-2.5/matplotlib/delaunay
> copying lib/matplotlib/delaunay/triangulate.py -> build/lib.linux-
> i686-2.5/matplotlib/delaunay
> creating build/lib.linux-i686-2.5/dateutil
> copying lib/dateutil/__init__.py -> build/lib.linux-i686-2.5/dateutil
> copying lib/dateutil/easter.py -> build/lib.linux-i686-2.5/dateutil
> copying lib/dateutil/parser.py -> build/lib.linux-i686-2.5/dateutil
> copying lib/dateutil/relativedelta.py -> build/lib.linux-i686-2.5/
> dateutil
> copying lib/dateutil/rrule.py -> build/lib.linux-i686-2.5/dateutil
> copying lib/dateutil/tz.py -> build/lib.linux-i686-2.5/dateutil
> copying lib/dateutil/tzwin.py -> build/lib.linux-i686-2.5/dateutil
> creating build/lib.linux-i686-2.5/dateutil/zoneinfo
> copying lib/dateutil/zoneinfo/__init__.py -> build/lib.linux-i686-2.5/
> dateutil/zoneinfo
> creating build/lib.linux-i686-2.5/matplotlib/mpl-data
> creating build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts
> creating build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/cmex10.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/cmmi10.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/cmr10.afm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/cmsy10.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/cmtt10.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pagd8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pagdo8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pagk8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pagko8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pbkd8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pbkdi8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pbkl8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pbkli8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pcrb8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pcrbo8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pcrr8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pcrro8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/phvb8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/phvb8an.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/phvbo8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/phvbo8an.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/phvl8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/phvlo8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/phvr8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/phvr8an.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/phvro8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/phvro8an.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pncb8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pncbi8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pncr8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pncri8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pplb8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pplbi8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pplr8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pplri8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/psyr.afm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/ptmb8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/ptmbi8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/ptmr8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/ptmri8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/putb8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/putbi8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/putr8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/putri8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pzcmi8a.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/afm
> copying lib/matplotlib/mpl-data/fonts/afm/pzdr.afm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/fonts/afm
> creating build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
> copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Bold.afm ->
> build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
> copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-
> BoldOblique.afm -> build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/
> pdfcorefonts
> copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier-Oblique.afm
> -> build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
> copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Courier.afm ->
> build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
> copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-Bold.afm -
> > build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
> copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-
> BoldOblique.afm -> build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/
> pdfcorefont\
> s
> copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica-
> Oblique.afm -> build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/
> pdfcorefonts
> copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Helvetica.afm ->
> build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
> copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Symbol.afm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
> copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Bold.afm ->
> build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
> copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-
> BoldItalic.afm -> build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/
> pdfcorefonts
> copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Italic.afm ->
> build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
> copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/Times-Roman.afm ->
> build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
> copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/ZapfDingbats.afm ->
> build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
> copying lib/matplotlib/mpl-data/fonts/pdfcorefonts/readme.txt -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/pdfcorefonts
> creating build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/cmb10.ttf -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/cmex10.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/cmr10.ttf -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/cmss10.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf ->
> build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf ->
> build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf ->
> build/lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz1Sym.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz1SymBol.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz2Sym.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz2SymBol.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz3Sym.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz3SymBol.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz4Sym.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz4SymBol.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/STIXSiz5Sym.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/Vera.ttf -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/VeraBd.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/VeraBI.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/VeraIt.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoBd.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoBI.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/VeraMoIt.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/VeraMono.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/VeraSe.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> copying lib/matplotlib/mpl-data/fonts/ttf/VeraSeBd.ttf -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/fonts/ttf
> creating build/lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/back.xpm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/filesave.xpm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/forward.xpm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/hand.xpm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/home.xpm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/move.xpm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_close.xpm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_down.xpm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_left.xpm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_refresh.xpm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_right.xpm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_save_as.xpm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_up.xpm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_zoom-in.xpm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_zoom-out.xpm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/subplots.xpm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/zoom_to_rect.xpm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/back.svg -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/filesave.svg -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/forward.svg -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/hand.svg -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/home.svg -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/matplotlib.svg -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/move.svg -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/zoom_to_rect.svg -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/back.png -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/filesave.png -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/forward.png -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/hand.png -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/home.png -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/matplotlib.png -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/move.png -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/subplots.png -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/zoom_to_rect.png -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/back.ppm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/filesave.ppm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/forward.ppm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/hand.ppm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/home.ppm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/move.ppm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_close.ppm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_down.ppm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_left.ppm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_refresh.ppm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_right.ppm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_save_as.ppm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_up.ppm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_zoom-in.ppm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/stock_zoom-out.ppm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/subplots.ppm -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/images
> copying lib/matplotlib/mpl-data/images/zoom_to_rect.ppm -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/images
> creating build/lib.linux-i686-2.5/matplotlib/mpl-data/example
> copying lib/matplotlib/mpl-data/example/aapl.npy -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/example
> copying lib/matplotlib/mpl-data/example/goog.npy -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data/example
> copying lib/matplotlib/mpl-data/example/msft_nasdaq.npy -> build/
> lib.linux-i686-2.5/matplotlib/mpl-data/example
> copying lib/matplotlib/mpl-data/matplotlibrc -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data
> copying lib/matplotlib/mpl-data/matplotlib.conf -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data
> copying lib/matplotlib/mpl-data/lineprops.glade -> build/lib.linux-
> i686-2.5/matplotlib/mpl-data
> creating build/lib.linux-i686-2.5/matplotlib/backends/Matplotlib.nib
> copying lib/matplotlib/backends/Matplotlib.nib/classes.nib -> build/
> lib.linux-i686-2.5/matplotlib/backends/Matplotlib.nib
> copying lib/matplotlib/backends/Matplotlib.nib/info.nib -> build/
> lib.linux-i686-2.5/matplotlib/backends/Matplotlib.nib
> copying lib/matplotlib/backends/Matplotlib.nib/keyedobjects.nib ->
> build/lib.linux-i686-2.5/matplotlib/backends/Matplotlib.nib
> copying lib/dateutil/zoneinfo/zoneinfo-2008e.tar.gz -> build/lib.linux-
> i686-2.5/dateutil/zoneinfo
> running build_ext
> building 'matplotlib.ft2font' extension
> creating build/temp.linux-i686-2.5
> creating build/temp.linux-i686-2.5/src
> creating build/temp.linux-i686-2.5/CXX
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/include/
> freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/local/include/
> python2.5\
> -c src/ft2font.cpp -o build/temp.linux-i686-2.5/src/ft2font.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/include/
> freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/local/include/
> python2.5\
> -c src/mplutils.cpp -o build/temp.linux-i686-2.5/src/mplutils.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/include/
> freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/local/include/
> python2.5\
> -c CXX/cxx_extensions.cxx -o build/temp.linux-i686-2.5/CXX/
> cxx_extensions.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/include/
> freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/local/include/
> python2.5\
> -c CXX/cxxsupport.cxx -o build/temp.linux-i686-2.5/CXX/cxxsupport.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/include/
> freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/local/include/
> python2.5\
> -c CXX/IndirectPythonInterface.cxx -o build/temp.linux-i686-2.5/CXX/
> IndirectPythonInterface.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAYAUNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/include/
> freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/local/include/
> python2.5\
> -c CXX/cxxextensions.c -o build/temp.linux-i686-2.5/CXX/
> cxxextensions.o
> g++ -pthread -shared build/temp.linux-i686-2.5/src/ft2font.o build/
> temp.linux-i686-2.5/src/mplutils.o build/temp.linux-i686-2.5/CXX/
> cxx_extens\
> ions.o build/temp.linux-i686-2.5/CXX/cxxsupport.o build/temp.linux-
> i686-2.5/CXX/IndirectPythonInterface.o build/temp.linux-i686-2.5/CXX/
> cxxext\
> ensions.o -L/usr/local/lib -L/usr/lib -L/usr/lib64 -lfreetype -lz -lz -
> lstdc++ -lm -o build/lib.linux-i686-2.5/matplotlib/ft2font.so
> building 'matplotlib.ttconv' extension
> creating build/temp.linux-i686-2.5/ttconv
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/include -I. -I/
> usr/local\
> /include/python2.5 -c src/_ttconv.cpp -o build/temp.linux-i686-2.5/src/
> _ttconv.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/include -I. -I/
> usr/local\
> /include/python2.5 -c ttconv/pprdrv_tt.cpp -o build/temp.linux-
> i686-2.5/ttconv/pprdrv_tt.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/include -I. -I/
> usr/local\
> /include/python2.5 -c ttconv/pprdrv_tt2.cpp -o build/temp.linux-
> i686-2.5/ttconv/pprdrv_tt2.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -I/usr/local/include -I/usr/include -I. -I/
> usr/local\
> /include/python2.5 -c ttconv/ttutil.cpp -o build/temp.linux-i686-2.5/
> ttconv/ttutil.o
> g++ -pthread -shared build/temp.linux-i686-2.5/src/_ttconv.o build/
> temp.linux-i686-2.5/ttconv/pprdrv_tt.o build/temp.linux-i686-2.5/
> ttconv/ppr\
> drv_tt2.o build/temp.linux-i686-2.5/ttconv/ttutil.o -L/usr/local/lib -
> L/usr/lib -L/usr/lib64 -o build/lib.linux-i686-2.5/matplotlib/ttconv.so
> building 'matplotlib._cntr' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/include/python2.5 -c src/cntr.c -o build/t\
> emp.linux-i686-2.5/src/cntr.o
> gcc -pthread -shared build/temp.linux-i686-2.5/src/cntr.o -L/usr/local/
> lib -L/usr/lib -L/usr/lib64 -o build/lib.linux-i686-2.5/matplotlib/_cnt\
> r.so
> building 'matplotlib._delaunay' extension
> creating build/temp.linux-i686-2.5/lib
> creating build/temp.linux-i686-2.5/lib/matplotlib
> creating build/temp.linux-i686-2.5/lib/matplotlib/delaunay
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/include/python2.5 -c lib/matplotlib/delaun\
> ay/_delaunay.cpp -o build/temp.linux-i686-2.5/lib/matplotlib/delaunay/
> _delaunay.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/include/python2.5 -c lib/matplotlib/delaun\
> ay/VoronoiDiagramGenerator.cpp -o build/temp.linux-i686-2.5/lib/
> matplotlib/delaunay/VoronoiDiagramGenerator.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/include/python2.5 -c lib/matplotlib/delaun\
> ay/delaunay_utils.cpp -o build/temp.linux-i686-2.5/lib/matplotlib/
> delaunay/delaunay_utils.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/include/python2.5 -c lib/matplotlib/delaun\
> ay/natneighbors.cpp -o build/temp.linux-i686-2.5/lib/matplotlib/
> delaunay/natneighbors.o
> g++ -pthread -shared build/temp.linux-i686-2.5/lib/matplotlib/delaunay/
> _delaunay.o build/temp.linux-i686-2.5/lib/matplotlib/delaunay/VoronoiDi\
> agramGenerator.o build/temp.linux-i686-2.5/lib/matplotlib/delaunay/
> delaunay_utils.o build/temp.linux-i686-2.5/lib/matplotlib/delaunay/
> natneigh\
> bors.o -L/usr/local/lib -L/usr/lib -L/usr/lib64 -o build/lib.linux-
> i686-2.5/matplotlib/_delaunay.so
> building 'matplotlib.nxutils' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/include/python2.5 -c src/nxutils.c -o buil\
> d/temp.linux-i686-2.5/src/nxutils.o
> gcc -pthread -shared build/temp.linux-i686-2.5/src/nxutils.o -L/usr/
> local/lib -L/usr/lib -L/usr/lib64 -o build/lib.linux-i686-2.5/
> matplotlib/n\
> xutils.so
> building 'matplotlib._path' extension
> creating build/temp.linux-i686-2.5/agg24
> creating build/temp.linux-i686-2.5/agg24/src
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/lib/python2.5/site-packages/numpy/core/inc\
> lude -Isrc -Iagg24/include -I. -I/usr/local/include/python2.5 -c agg24/
> src/agg_curves.cpp -o build/temp.linux-i686-2.5/agg24/src/agg_curves.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/lib/python2.5/site-packages/numpy/core/inc\
> lude -Isrc -Iagg24/include -I. -I/usr/local/include/python2.5 -c agg24/
> src/agg_bezier_arc.cpp -o build/temp.linux-i686-2.5/agg24/src/agg_bezie\
> r_arc.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/lib/python2.5/site-packages/numpy/core/inc\
> lude -Isrc -Iagg24/include -I. -I/usr/local/include/python2.5 -c agg24/
> src/agg_trans_affine.cpp -o build/temp.linux-i686-2.5/agg24/src/agg_tra\
> ns_affine.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/lib/python2.5/site-packages/numpy/core/inc\
> lude -Isrc -Iagg24/include -I. -I/usr/local/include/python2.5 -c agg24/
> src/agg_vcgen_stroke.cpp -o build/temp.linux-i686-2.5/agg24/src/agg_vcg\
> en_stroke.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/lib/python2.5/site-packages/numpy/core/inc\
> lude -Isrc -Iagg24/include -I. -I/usr/local/include/python2.5 -c src/
> agg_py_transforms.cpp -o build/temp.linux-i686-2.5/src/
> agg_py_transforms.\
> o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/lib/python2.5/site-packages/numpy/core/inc\
> lude -Isrc -Iagg24/include -I. -I/usr/local/include/python2.5 -c src/
> path_cleanup.cpp -o build/temp.linux-i686-2.5/src/path_cleanup.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/lib/python2.5/site-packages/numpy/core/inc\
> lude -Isrc -Iagg24/include -I. -I/usr/local/include/python2.5 -c src/
> path.cpp -o build/temp.linux-i686-2.5/src/path.o
> g++ -pthread -shared build/temp.linux-i686-2.5/agg24/src/agg_curves.o
> build/temp.linux-i686-2.5/agg24/src/agg_bezier_arc.o build/temp.linux-
> i6\
> 86-2.5/agg24/src/agg_trans_affine.o build/temp.linux-i686-2.5/agg24/
> src/agg_vcgen_stroke.o build/temp.linux-i686-2.5/CXX/cxx_extensions.o
> buil\
> d/temp.linux-i686-2.5/CXX/cxxsupport.o build/temp.linux-i686-2.5/CXX/
> IndirectPythonInterface.o build/temp.linux-i686-2.5/CXX/
> cxxextensions.o b\
> uild/temp.linux-i686-2.5/src/agg_py_transforms.o build/temp.linux-
> i686-2.5/src/path_cleanup.o build/temp.linux-i686-2.5/src/path.o -L/
> usr/loca\
> l/lib -L/usr/lib -L/usr/lib64 -lstdc++ -lm -o build/lib.linux-i686-2.5/
> matplotlib/_path.so
> building 'matplotlib.backends._backend_agg' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/lib/python2.5/site-packages/numpy/core/inc\
> lude -Isrc -Iagg24/include -I. -I/usr/local/lib/python2.5/site-
> packages/numpy/core/include -I/usr/include/freetype2 -I/usr/local/
> include -I/us\
> r/include -I. -I/usr/local/include/python2.5 -c agg24/src/
> agg_vcgen_dash.cpp -o build/temp.linux-i686-2.5/agg24/src/
> agg_vcgen_dash.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/lib/python2.5/site-packages/numpy/core/inc\
> lude -Isrc -Iagg24/include -I. -I/usr/local/lib/python2.5/site-
> packages/numpy/core/include -I/usr/include/freetype2 -I/usr/local/
> include -I/us\
> r/include -I. -I/usr/local/include/python2.5 -c agg24/src/
> agg_image_filters.cpp -o build/temp.linux-i686-2.5/agg24/src/
> agg_image_filters.o
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/lib/python2.5/site-packages/numpy/core/inc\
> lude -Isrc -Iagg24/include -I. -I/usr/local/lib/python2.5/site-
> packages/numpy/core/include -I/usr/include/freetype2 -I/usr/local/
> include -I/us\
> r/include -I. -I/usr/local/include/python2.5 -c src/backend_agg.cpp -o
> build/temp.linux-i686-2.5/src/backend_agg.o
> g++ -pthread -shared build/temp.linux-i686-2.5/agg24/src/
> agg_trans_affine.o build/temp.linux-i686-2.5/agg24/src/
> agg_bezier_arc.o build/temp.li\
> nux-i686-2.5/agg24/src/agg_curves.o build/temp.linux-i686-2.5/agg24/
> src/agg_vcgen_dash.o build/temp.linux-i686-2.5/agg24/src/
> agg_vcgen_stroke.\
> o build/temp.linux-i686-2.5/agg24/src/agg_image_filters.o build/
> temp.linux-i686-2.5/src/mplutils.o build/temp.linux-i686-2.5/src/
> agg_py_transf\
> orms.o build/temp.linux-i686-2.5/CXX/cxx_extensions.o build/temp.linux-
> i686-2.5/CXX/cxxsupport.o build/temp.linux-i686-2.5/CXX/IndirectPythonI\
> nterface.o build/temp.linux-i686-2.5/CXX/cxxextensions.o build/
> temp.linux-i686-2.5/src/backend_agg.o -L/usr/local/lib -L/usr/lib -L/
> usr/lib64 \
> -L/usr/local/lib -L/usr/lib -L/usr/lib64 -lstdc++ -lm -lfreetype -lz -
> lz -lstdc++ -lm -o build/lib.linux-i686-2.5/matplotlib/backends/
> _backend\
> _agg.so
> building 'matplotlib._image' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> local/\
> lib/python2.5/site-packages/numpy/core/include -I/usr/local/include -I/
> usr/include -I. -I/usr/local/lib/python2.5/site-packages/numpy/core/inc\
> lude -Isrc -Iagg24/include -I. -I/usr/local/include/python2.5 -c src/
> image.cpp -o build/temp.linux-i686-2.5/src/image.o
> g++ -pthread -shared build/temp.linux-i686-2.5/src/image.o build/
> temp.linux-i686-2.5/src/mplutils.o build/temp.linux-i686-2.5/agg24/src/
> agg_tr\
> ans_affine.o build/temp.linux-i686-2.5/agg24/src/agg_image_filters.o
> build/temp.linux-i686-2.5/agg24/src/agg_bezier_arc.o build/temp.linux-
> i68\
> 6-2.5/CXX/cxx_extensions.o build/temp.linux-i686-2.5/CXX/cxxsupport.o
> build/temp.linux-i686-2.5/CXX/IndirectPythonInterface.o build/
> temp.linux\
> -i686-2.5/CXX/cxxextensions.o -L/usr/local/lib -L/usr/lib -L/usr/lib64
> -lstdc++ -lm -o build/lib.linux-i686-2.5/matplotlib/_image.so
> building 'matplotlib._png' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> includ\
> e/libpng12 -I/usr/local/include -I/usr/include -I. -I/usr/local/lib/
> python2.5/site-packages/numpy/core/include -I. -I/usr/local/include/
> python\
> 2.5 -c src/_png.cpp -o build/temp.linux-i686-2.5/src/_png.o
> g++ -pthread -shared build/temp.linux-i686-2.5/src/_png.o build/
> temp.linux-i686-2.5/src/mplutils.o build/temp.linux-i686-2.5/CXX/
> cxx_extension\
> s.o build/temp.linux-i686-2.5/CXX/cxxsupport.o build/temp.linux-
> i686-2.5/CXX/IndirectPythonInterface.o build/temp.linux-i686-2.5/CXX/
> cxxextens\
> ions.o -L/usr/local/lib -L/usr/lib -L/usr/lib64 -lpng12 -lz -lstdc++ -
> lm -o build/lib.linux-i686-2.5/matplotlib/_png.so
> building 'matplotlib.backends._tkagg' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -
> Wstrict-prototypes -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -I/usr/
> includ\
> e -I/usr/include -I/usr/local/include -I/usr/include -I. -I/usr/local/
> lib/python2.5/site-packages/numpy/core/include -Isrc -Iagg24/include -
> I.\
> -I/usr/local/lib/python2.5/site-packages/numpy/core/include -I/usr/
> include/freetype2 -I/usr/local/include -I/usr/include -I. -I/usr/local/
> inc\
> lude/python2.5 -c src/_tkagg.cpp -o build/temp.linux-i686-2.5/src/
> _tkagg.o
> g++ -pthread -shared build/temp.linux-i686-2.5/src/agg_py_transforms.o
> build/temp.linux-i686-2.5/src/_tkagg.o build/temp.linux-i686-2.5/CXX/cx\
> x_extensions.o build/temp.linux-i686-2.5/CXX/cxxsupport.o build/
> temp.linux-i686-2.5/CXX/IndirectPythonInterface.o build/temp.linux-
> i686-2.5/CX\
> X/cxxextensions.o -L/usr/lib -L/usr/lib -L/usr/local/lib -L/usr/lib -L/
> usr/lib64 -L/usr/local/lib -L/usr/lib -L/usr/lib64 -ltk8.4 -ltcl8.4 -ls\
> tdc++ -lm -lfreetype -lz -lz -lstdc++ -lm -o build/lib.linux-i686-2.5/
> matplotlib/backends/_tkagg.so
>
>
>
> ------------------------------------------------------------------------------
> 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-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>
--
View this message in context: http://www.nabble.com/building-matplotlib-from-source-in-Linux-tp24904629p24922220.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
|
|
From: John [H2O] <was...@gm...> - 2009-08-11 17:28:38
|
Just an thought regarding the whole PyLab concept... >>> import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. [snip]... If the implementation is hard to explain, it's a bad idea. If the implementation is easy to explain, it may be a good idea. Namespaces are one honking great idea -- let's do more of those! >>> I have to agree... When I started to work with Python, I used "from pylab import *" all too often, eventually I realized I didn't know where things were coming from. Documentation has recently improved greatly, but still, it's nice to know what's driving the functions/classes you are working with. Python is a great tool for <your application here>. The modules matplotlib, numpy, scipy, etc.. will also undoubtedly find their place in more than just a 'pylab' environment. Having taught others a little about python, I can say the use of "from pylab import *" definitely resulted in confusion down the road... For the Original Poster, I would offer this advice. Use Ipython with your own profile. Make sure you maintain namespaces, such that you call: import numpy as np import matplotlib as mpl import scipy as sp etc... See here for creating profiles: http://ipython.scipy.org/doc/manual/html/config/customization.html Using the namespaces results in significantly more clarity at the cost of a few extra keystrokes. (People will have opinions on this) Then, once working in Ipython... I always keep (at least) these pages handy: http://docs.scipy.org/doc/numpy/reference/index.html http://docs.scipy.org/doc/scipy/reference/index.html http://matplotlib.sourceforge.net/api/index.html Good luck! -- View this message in context: http://www.nabble.com/pylab-tp24910613p24922147.html Sent from the matplotlib - users mailing list archive at Nabble.com. |
|
From: dek <dr...@ho...> - 2009-08-11 17:27:08
|
Hello,
Has anyone formatted 3D major tick labels in wxagg backend successfully or
can tell me what my problem might be:
majorFormatter = matplotlib.ticker.FormatStrFormatter('%g')
axes.w_xaxis.set_major_formatter(majorFormatter)
axes.w_yaxis.set_major_formatter(majorFormatter)
axes.w_zaxis.set_major_formatter(majorFormatter)
It works fine in matplotlib gui, but adding it as part of a wx backend
figure I get the following error:
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/backends/backend_wx.py",
line 1315, in _onMotion
FigureCanvasBase.motion_notify_event(self, x, y, guiEvent=evt)
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/backend_bases.py",
line 1245, in motion_notify_event
self.callbacks.process(s, event)
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/cbook.py",
line 161, in process
func(*args, **kwargs)
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/backend_bases.py",
line 1894, in mouse_move
try: s = event.inaxes.format_coord(event.xdata, event.ydata)
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/mpl_toolkits/mplot3d/axes3d.py",
line 400, in format_coord
ys = self.format_ydata(y)
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/mpl_toolkits/mplot3d/axes3d.py",
line 350, in format_ydata
return sensible_format_data(fmt, y)
File
"/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/mpl_toolkits/mplot3d/axes3d.py",
line 26, in sensible_format_data
return self._formatSciNotation(s)
AttributeError: FormatStrFormatter instance has no attribute
'_formatSciNotation'
Example of problem: http://www.nabble.com/file/p24922118/test.py test.py
--
View this message in context: http://www.nabble.com/Format-3D-tick-labels-wxagg-backend-tp24922118p24922118.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
|
|
From: Alan G I. <ala...@gm...> - 2009-08-11 16:54:27
|
For animated line plots, I found the Cookbook very helpful: <URL:http://www.scipy.org/Cookbook/Matplotlib/Animations#head-3d51654b8306b1585664e7fe060a60fc76e5aa08> I'm a novice with GUI stuff, but with that background, I tried the following. I wanted a graph where data points were added as they become available. The attached meets my current needs. Maybe someone will find it helpful, or maybe someone can suggest how to make it better. (I've made it into a working example, using Tkinter. Some values are still hard coded.) Cheers, Alan Isaac |
|
From: John [H2O] <was...@gm...> - 2009-08-11 16:10:45
|
Hello, I have a dataset that is provided with 0.5degree latitude information, but 1,2, or 10 degree longitude. I have used the matplotlib.mlab.griddata function with natgrid installed to resample the dataset to a uniform 0.5x0.5 degree grid. The dataset locations can be seen below, note the regular lat spacing but shifting lon spacing. Now, the second plot below shows the raw data plotted. And the next the regridded data. Note the artifacts. I have two requirements now for a data mask. First, I need to mask any data over (under?) land, and secondly I need to create a mask to get rid of the artifact data. Does anyone have a good solution for this? Do I have to use something like the mlab.inside_poly function? If so, how would I create the 'vertices' of the polygon? I'm not looking for the landsea mask just for plotting, but I actually have to mask the raw data array for writing out. Could I use my original data to create the mask somehow? The problem is that all the points between data locations would not be included.... Suggestions? Direct examples? It seems it must be a fairly common problem. Raw data locations: http://www.nabble.com/file/p24920704/datalocations_flat.png Raw data points plotted: http://www.nabble.com/file/p24920704/rawdata.png Regridded data: http://www.nabble.com/file/p24920704/regriddata.png -- View this message in context: http://www.nabble.com/regrid-non-regular-data%2C-then-mask-for-continents---artifacts-tp24920704p24920704.html Sent from the matplotlib - users mailing list archive at Nabble.com. |
|
From: Tom K. <tp...@kr...> - 2009-08-11 09:28:31
|
Sebastian Haase-3 wrote: > > Thanks for the info -- very informative -- maybe this post could be > somehow added or linked to from http://www.scipy.org/PyLab > > -- Sebastian Haase > Sebastian - I've done as you suggest... I added a link to this post on nabble - do you think there is a better URL for it than http://www.nabble.com/pylab-td24910613.html ? -- View this message in context: http://www.nabble.com/pylab-tp24910613p24914380.html Sent from the matplotlib - users mailing list archive at Nabble.com. |
|
From: Sebastian H. <seb...@gm...> - 2009-08-11 08:11:31
|
Thanks for the info -- very informative -- maybe this post could be somehow added or linked to from http://www.scipy.org/PyLab -- Sebastian Haase On Tue, Aug 11, 2009 at 4:22 AM, Eric Firing<ef...@ha...> wrote: > marc desmarais wrote: >> Are there still two pylabs? Are the following two web pages referring >> to the same pylab? > > Not exactly: >> > This one is a vision or proposal, open for discussion: >> http://www.scipy.org/PyLab > > This one is real: >> http://matplotlib.sourceforge.net/ >> > > The pylab interface to the matplotlib plotting library has some of the > characteristics the author of the first link is talking about, but the > trend has been away from some aspects of that vision, not towards it. > > For more about the real pylab, see > http://matplotlib.sourceforge.net/faq/usage_faq.html#matplotlib-pylab-and-pyplot-how-are-they-related > > >> I'm a bit confused (trying to get the Scipy, Numpy, Pylab, Matplolib >> story straight, before I plunge in) > > Numpy is the common core, providing N-dimensional arrays and math; > matplotlib is a plotting library, using numpy; scipy is a collection of > math/science functionality, also using numpy. > > But don't forget ipython, which provides a nice interactive shell: > http://ipython.scipy.org/moin/ > > Eric > >> >> Marc Desmarais >> Long Beach, CA, 90814 > > ------------------------------------------------------------------------------ > 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-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |
|
From: Eric F. <ef...@ha...> - 2009-08-11 02:22:31
|
marc desmarais wrote: > Are there still two pylabs? Are the following two web pages referring > to the same pylab? Not exactly: > This one is a vision or proposal, open for discussion: > http://www.scipy.org/PyLab This one is real: > http://matplotlib.sourceforge.net/ > The pylab interface to the matplotlib plotting library has some of the characteristics the author of the first link is talking about, but the trend has been away from some aspects of that vision, not towards it. For more about the real pylab, see http://matplotlib.sourceforge.net/faq/usage_faq.html#matplotlib-pylab-and-pyplot-how-are-they-related > I'm a bit confused (trying to get the Scipy, Numpy, Pylab, Matplolib > story straight, before I plunge in) Numpy is the common core, providing N-dimensional arrays and math; matplotlib is a plotting library, using numpy; scipy is a collection of math/science functionality, also using numpy. But don't forget ipython, which provides a nice interactive shell: http://ipython.scipy.org/moin/ Eric > > Marc Desmarais > Long Beach, CA, 90814 |
|
From: Gideon S. <si...@ma...> - 2009-08-11 02:22:24
|
On Aug 9, 2009, at 11:06 AM, Michiel de Hoon wrote: > > The error occurs in the first line of _macosx.m, which is > #include <Cocoa/Cocoa.h> > Can you compile anything (with the same compiler flags) that > contains this line? > Nope. Got similar errors on a generic piece of code. > --Michiel > > --- On Fri, 8/7/09, Gideon Simpson <si...@ma...> wrote: > >> From: Gideon Simpson <si...@ma...> >> Subject: [Matplotlib-users] os x trouble >> To: mat...@li... >> Date: Friday, August 7, 2009, 12:27 PM >> With 0.99.0, I'm getting the >> following error when building from >> source. I believe this is the same error I got in >> earlier versions: >> >> gcc -fno-strict-aliasing -mno-fused-madd -DNDEBUG -g >> -fwrapv -O3 -Wall >> -Wstrict-prototypes -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API >> -I/opt/lib/ >> python2.5/site-packages/numpy/core/include >> -I/sw/lib/freetype219/ >> include -I/usr/local/include -I/usr/include -I/sw/include >> -I. -I/opt/ >> lib/python2.5/site-packages/numpy/core/include -Isrc >> -Iagg24/include - >> I. -I/sw/include/python2.5 -c src/_macosx.m -o >> build/temp.macosx-10.5- >> i386-2.5/src/_macosx.o >> In file included from >> /System/Library/Frameworks/Foundation.framework/ >> Headers/NSAffineTransform.h:5, >> >> from /System/Library/Frameworks/Foundation.framework/ >> >> Headers/Foundation.h:13, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:12, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/Foundation.framework/Headers/NSObject.h: >> >> 122: error: expected ‘;’ before ‘__attribute__’ >> In file included from >> /System/Library/Frameworks/Foundation.framework/ >> Headers/NSGeometry.h:7, >> >> from /System/Library/Frameworks/Foundation.framework/ >> >> Headers/NSAffineTransform.h:6, >> >> from /System/Library/Frameworks/Foundation.framework/ >> >> Headers/Foundation.h:13, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:12, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:79: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSCoder.h:87: >> >> error: expected ‘;’ before ‘__attribute__’ >> In file included from >> /System/Library/Frameworks/Foundation.framework/ >> Headers/Foundation.h:15, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:12, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:62: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:66: >> >> error: expected ‘;’ before ‘__attribute__’ >> In file included from >> /System/Library/Frameworks/Foundation.framework/ >> Headers/NSAttributedString.h:5, >> >> from /System/Library/Frameworks/Foundation.framework/ >> >> Headers/Foundation.h:16, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:12, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 345: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 346: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 347: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 348: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 349: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 350: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 352: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 353: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 355: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 356: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 357: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 358: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 360: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 361: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 362: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 363: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSString.h: >> >> 364: error: expected ‘;’ before ‘__attribute__’ >> In file included from >> /System/Library/Frameworks/Foundation.framework/ >> Headers/NSAttributedString.h:6, >> >> from /System/Library/Frameworks/Foundation.framework/ >> >> Headers/Foundation.h:16, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:12, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSDictionary.h: >> >> 45: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSDictionary.h: >> >> 50: error: expected ‘;’ before ‘__attribute__’ >> In file included from >> /System/Library/Frameworks/Foundation.framework/ >> Headers/NSHashTable.h:5, >> >> from /System/Library/Frameworks/Foundation.framework/ >> >> Headers/Foundation.h:43, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:12, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:59: error: stray ‘@’ in program >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:59: error: expected ‘=’, ‘,’, >> ‘;’, ‘asm’ or >> ‘__attribute__’ before ‘NSUInteger’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:60: error: stray ‘@’ in program >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:60: error: expected ‘=’, ‘,’, >> ‘;’, ‘asm’ or >> ‘__attribute__’ before ‘BOOL’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:61: error: stray ‘@’ in program >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:61: error: expected ‘=’, ‘,’, >> ‘;’, ‘asm’ or >> ‘__attribute__’ before ‘NSUInteger’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:62: error: stray ‘@’ in program >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:62: error: expected ‘=’, ‘,’, >> ‘;’, ‘asm’ or >> ‘__attribute__’ before ‘NSString’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:65: error: stray ‘@’ in program >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:65: error: expected ‘=’, ‘,’, >> ‘;’, ‘asm’ or >> ‘__attribute__’ before ‘void’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:66: error: stray ‘@’ in program >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:66: error: expected ‘=’, ‘,’, >> ‘;’, ‘asm’ or >> ‘__attribute__’ before ‘void’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:69: error: stray ‘@’ in program >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:69: error: expected ‘=’, ‘,’, >> ‘;’, ‘asm’ or >> ‘__attribute__’ before ‘BOOL’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:70: error: stray ‘@’ in program >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSPointerFunctions.h:70: error: expected ‘=’, ‘,’, >> ‘;’, ‘asm’ or >> ‘__attribute__’ before ‘BOOL’ >> In file included from >> /System/Library/Frameworks/Foundation.framework/ >> Headers/NSKeyValueCoding.h:9, >> >> from /System/Library/Frameworks/Foundation.framework/ >> >> Headers/Foundation.h:49, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:12, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:45: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSSet.h:50: >> >> error: expected ‘;’ before ‘__attribute__’ >> In file included from >> /System/Library/Frameworks/Foundation.framework/ >> Headers/Foundation.h:76, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:12, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/Foundation.framework/Headers/NSRunLoop.h: >> >> 44: error: expected ‘;’ before ‘__attribute__’ >> In file included from >> /System/Library/Frameworks/Foundation.framework/ >> Headers/NSURL.h:6, >> >> from /System/Library/Frameworks/Foundation.framework/ >> >> Headers/Foundation.h:88, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:12, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 52: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 53: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 54: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 55: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 56: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 67: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 68: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 70: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 71: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 73: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 74: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 76: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 77: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 79: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 80: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 83: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 86: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 89: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 90: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 93: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 94: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 95: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 97: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 98: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 99: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 100: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 102: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 103: error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/ >> NSURLHandle.h: >> >> 104: error: expected ‘;’ before ‘__attribute__’ >> In file included from >> /System/Library/Frameworks/Foundation.framework/ >> Headers/Foundation.h:88, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:12, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:75: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:76: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:77: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:78: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:83: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:84: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:85: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:88: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:89: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:91: >> >> error: expected ‘;’ before ‘__attribute__’ >> In file included from >> /System/Library/Frameworks/AppKit.framework/ >> Headers/AppKit.h:19, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:13, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h: >> >> 68: error: expected specifier-qualifier-list before >> ‘__weak’ >> In file included from >> /System/Library/Frameworks/AppKit.framework/ >> Headers/AppKit.h:27, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:13, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:215: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:216: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:217: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:218: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:219: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:220: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:221: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:222: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:223: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:224: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:227: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:228: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:229: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:230: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:231: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:232: >> >> error: expected ‘;’ before ‘__attribute__’ >> In file included from >> /System/Library/Frameworks/AppKit.framework/ >> Headers/NSPanel.h:8, >> >> from /System/Library/Frameworks/AppKit.framework/ >> Headers/NSFontPanel.h:8, >> >> from /System/Library/Frameworks/AppKit.framework/ >> Headers/AppKit.h:30, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:13, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:471: >> >> error: expected ‘;’ before ‘__attribute__’ >> /System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:472: >> >> error: expected ‘;’ before ‘__attribute__’ >> In file included from >> /System/Library/Frameworks/AppKit.framework/ >> Headers/AppKit.h:78, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:13, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h: >> 57: >> >> error: stray ‘@’ in program >> /System/Library/Frameworks/AppKit.framework/Headers/NSPrintPanel.h: >> 61: >> >> error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or >> ‘__attribute__’ before ‘-’ token >> In file included from >> /System/Library/Frameworks/AppKit.framework/ >> Headers/AppKit.h:95, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:13, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/AppKit.framework/Headers/NSTrackingArea.h: >> >> 44: error: expected specifier-qualifier-list before >> ‘__weak’ >> In file included from >> /System/Library/Frameworks/AppKit.framework/ >> Headers/NSTextView.h:16, >> >> from /System/Library/Frameworks/AppKit.framework/ >> Headers/AppKit.h:112, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:13, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/AppKit.framework/Headers/ >> NSTextInputClient.h:17: error: stray ‘@’ in program >> /System/Library/Frameworks/AppKit.framework/Headers/ >> NSTextInputClient.h:20: error: expected ‘=’, ‘,’, >> ‘;’, ‘asm’ or >> ‘__attribute__’ before ‘-’ token >> /System/Library/Frameworks/AppKit.framework/Headers/ >> NSTextInputClient.h:62: error: stray ‘@’ in program >> /System/Library/Frameworks/AppKit.framework/Headers/ >> NSTextInputClient.h:65: error: expected ‘=’, ‘,’, >> ‘;’, ‘asm’ or >> ‘__attribute__’ before ‘-’ token >> In file included from >> /System/Library/Frameworks/AppKit.framework/ >> Headers/AppKit.h:153, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:13, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/AppKit.framework/Headers/ >> NSATSTypesetter.h: >> >> 46: error: expected ‘;’ before ‘__attribute__’ >> In file included from >> /System/Library/Frameworks/AppKit.framework/ >> Headers/NSObjectController.h:10, >> >> from /System/Library/Frameworks/AppKit.framework/ >> Headers/AppKit.h:158, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:13, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/CoreData.framework/Headers/ >> NSFetchRequest.h: >> >> 24: error: expected specifier-qualifier-list before >> ‘__weak’ >> In file included from >> /System/Library/Frameworks/CoreData.framework/ >> Headers/NSAttributeDescription.h:10, >> >> from /System/Library/Frameworks/AppKit.framework/ >> Headers/NSPredicateEditorRowTemplate.h:13, >> >> from /System/Library/Frameworks/AppKit.framework/ >> Headers/AppKit.h:175, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:13, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/CoreData.framework/Headers/ >> NSPropertyDescription.h:25: error: expected >> specifier-qualifier-list >> before ‘__weak’ >> In file included from >> /System/Library/Frameworks/AppKit.framework/ >> Headers/AppKit.h:176, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:13, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:148: >> >> error: stray ‘@’ in program >> /System/Library/Frameworks/AppKit.framework/Headers/NSPathCell.h:152: >> >> error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or >> ‘__attribute__’ before ‘-’ token >> In file included from >> /System/Library/Frameworks/AppKit.framework/ >> Headers/AppKit.h:177, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:13, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h: >> >> 73: error: stray ‘@’ in program >> /System/Library/Frameworks/AppKit.framework/Headers/NSPathControl.h: >> >> 77: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or >> ‘__attribute__’ before ‘-’ >> token >> In file included from >> /System/Library/Frameworks/CoreData.framework/ >> Headers/CoreData.h:14, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:14, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/CoreData.framework/Headers/ >> NSEntityDescription.h:28: error: expected >> specifier-qualifier-list >> before ‘__weak’ >> /System/Library/Frameworks/CoreData.framework/Headers/ >> NSEntityDescription.h:32: error: expected >> specifier-qualifier-list >> before ‘__weak’ >> /System/Library/Frameworks/CoreData.framework/Headers/ >> NSEntityDescription.h:33: error: expected >> specifier-qualifier-list >> before ‘__weak’ >> In file included from >> /System/Library/Frameworks/CoreData.framework/ >> Headers/CoreData.h:17, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:14, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/CoreData.framework/Headers/ >> NSRelationshipDescription.h:28: error: expected >> specifier-qualifier- >> list before ‘__weak’ >> In file included from >> /System/Library/Frameworks/CoreData.framework/ >> Headers/CoreData.h:22, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:14, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/CoreData.framework/Headers/ >> NSManagedObject.h:26: error: expected >> specifier-qualifier-list before >> ‘__weak’ >> In file included from >> /System/Library/Frameworks/CoreData.framework/ >> Headers/CoreData.h:25, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:14, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/CoreData.framework/Headers/ >> NSPersistentStoreCoordinator.h:172: error: expected ‘;’ >> before >> ‘__attribute__’ >> In file included from >> /System/Library/Frameworks/CoreData.framework/ >> Headers/CoreData.h:27, >> >> from /System/Library/Frameworks/Cocoa.framework/ >> Headers/Cocoa.h:14, >> >> from src/_macosx.m:1: >> /System/Library/Frameworks/CoreData.framework/Headers/ >> NSPersistentStore.h:16: error: expected >> specifier-qualifier-list >> before ‘__weak’ >> error: command 'gcc' 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-users mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> > > > -gideon |
|
From: marc d. <mde...@ya...> - 2009-08-11 02:04:35
|
Are there still two pylabs? Are the following two web pages referring to the same pylab? http://www.scipy.org/PyLab http://matplotlib.sourceforge.net/ I'm a bit confused (trying to get the Scipy, Numpy, Pylab, Matplolib story straight, before I plunge in) Marc Desmarais Long Beach, CA, 90814 |