Hi Micheal,
I didn't see your response, apologies for the frustrated post. I am building a
completely fresh VE and when the testing fails I blow it away and start from
scratch. I will try your suggestion on my next iteration and see if that fixes
the problem.
Ideally, I'd like to "pip install" the module into my VE, but the same problem
persists with that approach. My pip command is:
pip install -f
http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.0/matplotlib-1.0.0.tar.gz
matplotlib
per the suggestion from
http://seanbehan.com/mac-os-x/installing-matplotlib-on-os-x-for-python-version-2-6-1/
If my setup.cfg file isn't configured correctly, could it cause an issue like
this? I would think that the test sub-directories would be required, no matter
the setup. I've attached the installation output below in case that sheds any
light on the problem.
Downloading/unpacking matplotlib
Running setup.py egg_info for package matplotlib
basedirlist is: []
============================================================================
BUILDING MATPLOTLIB
matplotlib: 1.0.1
python: 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC
4.2.1 (Apple Inc. build 5646)]
platform: darwin
REQUIRED DEPENDENCIES
numpy: 1.6.1
freetype2: found, but unknown version (no pkg-config)
* WARNING: Could not find 'freetype2' headers in any
* of '.', './freetype2'.
OPTIONAL BACKEND DEPENDENCIES
libpng: found, but unknown version (no pkg-config)
* Could not find 'libpng' headers in any of '.'
Tkinter: no
* TKAgg requires Tkinter
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: yes
Qt: no
Qt4: no
Cairo: no
OPTIONAL DATE/TIMEZONE DEPENDENCIES
datetime: present, version unknown
dateutil: matplotlib will provide
pytz: matplotlib will provide
adding pytz
OPTIONAL USETEX DEPENDENCIES
dvipng: 1.13
ghostscript: 8.71
latex: 3.1415926
[Edit setup.cfg to suppress the above messages]
============================================================================
pymods ['pylab']
packages ['matplotlib', 'matplotlib.backends',
'matplotlib.backends.qt4_editor', 'matplotlib.projections',
'matplotlib.testing', 'matplotlib.testing.jpl_units', 'matplotlib.tests',
'mpl_toolkits', 'mpl_toolkits.mplot3d', 'mpl_toolkits.axes_grid',
'mpl_toolkits.axes_grid1', 'mpl_toolkits.axisartist', 'matplotlib.sphinxext',
'matplotlib.numerix', 'matplotlib.numerix.mlab', 'matplotlib.numerix.ma',
'matplotlib.numerix.linear_algebra', 'matplotlib.numerix.random_array',
'matplotlib.numerix.fft', 'matplotlib.tri', 'matplotlib.delaunay', 'pytz',
'dateutil', 'dateutil/zoneinfo']
warning: no files found matching 'MANIFEST'
warning: no files found matching 'examples/data/*'
warning: no files found matching 'lib/mpl_toolkits'
Installing collected packages: matplotlib
Running setup.py install for matplotlib
basedirlist is: []
============================================================================
BUILDING MATPLOTLIB
matplotlib: 1.0.1
python: 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC
4.2.1 (Apple Inc. build 5646)]
platform: darwin
REQUIRED DEPENDENCIES
numpy: 1.6.1
freetype2: found, but unknown version (no pkg-config)
* WARNING: Could not find 'freetype2' headers in any
* of '.', './freetype2'.
OPTIONAL BACKEND DEPENDENCIES
libpng: found, but unknown version (no pkg-config)
* Could not find 'libpng' headers in any of '.'
Tkinter: no
* TKAgg requires Tkinter
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: yes
Qt: no
Qt4: no
Cairo: no
OPTIONAL DATE/TIMEZONE DEPENDENCIES
datetime: present, version unknown
dateutil: matplotlib will provide
pytz: matplotlib will provide
adding pytz
OPTIONAL USETEX DEPENDENCIES
dvipng: 1.13
ghostscript: 8.71
latex: 3.1415926
[Edit setup.cfg to suppress the above messages]
============================================================================
pymods ['pylab']
packages ['matplotlib', 'matplotlib.backends',
'matplotlib.backends.qt4_editor', 'matplotlib.projections',
'matplotlib.testing', 'matplotlib.testing.jpl_units', 'matplotlib.tests',
'mpl_toolkits', 'mpl_toolkits.mplot3d', 'mpl_toolkits.axes_grid',
'mpl_toolkits.axes_grid1', 'mpl_toolkits.axisartist', 'matplotlib.sphinxext',
'matplotlib.numerix', 'matplotlib.numerix.mlab', 'matplotlib.numerix.ma',
'matplotlib.numerix.linear_algebra', 'matplotlib.numerix.random_array',
'matplotlib.numerix.fft', 'matplotlib.tri', 'matplotlib.delaunay', 'pytz',
'dateutil', 'dateutil/zoneinfo']
building 'matplotlib.ft2font' extension
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include/freetype2
-I./freetype2
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/ft2font.cpp -o build/temp.macosx-10.6-universal-2.6/src/ft2font.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include/freetype2
-I./freetype2
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/mplutils.cpp -o build/temp.macosx-10.6-universal-2.6/src/mplutils.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include/freetype2
-I./freetype2
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
CXX/cxx_extensions.cxx -o
build/temp.macosx-10.6-universal-2.6/CXX/cxx_extensions.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include/freetype2
-I./freetype2
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
CXX/cxxsupport.cxx -o build/temp.macosx-10.6-universal-2.6/CXX/cxxsupport.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include/freetype2
-I./freetype2
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
CXX/IndirectPythonInterface.cxx -o
build/temp.macosx-10.6-universal-2.6/CXX/IndirectPythonInterface.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include/freetype2
-I./freetype2
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
CXX/cxxextensions.c -o build/temp.macosx-10.6-universal-2.6/CXX/cxxextensions.o
g++-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wall -undefined
dynamic_lookup -bundle -arch i386 -arch x86_64 -L/usr/X11/lib
-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64
-I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk
build/temp.macosx-10.6-universal-2.6/src/ft2font.o
build/temp.macosx-10.6-universal-2.6/src/mplutils.o
build/temp.macosx-10.6-universal-2.6/CXX/cxx_extensions.o
build/temp.macosx-10.6-universal-2.6/CXX/cxxsupport.o
build/temp.macosx-10.6-universal-2.6/CXX/IndirectPythonInterface.o
build/temp.macosx-10.6-universal-2.6/CXX/cxxextensions.o -lfreetype -lz
-lstdc++ -lm -o build/lib.macosx-10.6-universal-2.6/matplotlib/ft2font.so
building 'matplotlib.ttconv' extension
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1 -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/_ttconv.cpp -o build/temp.macosx-10.6-universal-2.6/src/_ttconv.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1 -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
ttconv/pprdrv_tt.cpp -o build/temp.macosx-10.6-universal-2.6/ttconv/pprdrv_tt.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1 -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
ttconv/pprdrv_tt2.cpp -o
build/temp.macosx-10.6-universal-2.6/ttconv/pprdrv_tt2.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1 -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
ttconv/ttutil.cpp -o build/temp.macosx-10.6-universal-2.6/ttconv/ttutil.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
g++-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wall -undefined
dynamic_lookup -bundle -arch i386 -arch x86_64 -L/usr/X11/lib
-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64
-I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk
build/temp.macosx-10.6-universal-2.6/src/_ttconv.o
build/temp.macosx-10.6-universal-2.6/ttconv/pprdrv_tt.o
build/temp.macosx-10.6-universal-2.6/ttconv/pprdrv_tt2.o
build/temp.macosx-10.6-universal-2.6/ttconv/ttutil.o -o
build/lib.macosx-10.6-universal-2.6/matplotlib/ttconv.so
building 'matplotlib._cntr' extension
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/cntr.c -o build/temp.macosx-10.6-universal-2.6/src/cntr.o
gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wall -undefined
dynamic_lookup -bundle -arch i386 -arch x86_64 -L/usr/X11/lib
-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64
-I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk build/temp.macosx-10.6-universal-2.6/src/cntr.o
-o build/lib.macosx-10.6-universal-2.6/matplotlib/_cntr.so
building 'matplotlib._delaunay' extension
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
lib/matplotlib/delaunay/_delaunay.cpp -o
build/temp.macosx-10.6-universal-2.6/lib/matplotlib/delaunay/_delaunay.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
lib/matplotlib/delaunay/VoronoiDiagramGenerator.cpp -o
build/temp.macosx-10.6-universal-2.6/lib/matplotlib/delaunay/VoronoiDiagramGenerator.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
lib/matplotlib/delaunay/delaunay_utils.cpp -o
build/temp.macosx-10.6-universal-2.6/lib/matplotlib/delaunay/delaunay_utils.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
lib/matplotlib/delaunay/natneighbors.cpp -o
build/temp.macosx-10.6-universal-2.6/lib/matplotlib/delaunay/natneighbors.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
g++-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wall -undefined
dynamic_lookup -bundle -arch i386 -arch x86_64 -L/usr/X11/lib
-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64
-I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk
build/temp.macosx-10.6-universal-2.6/lib/matplotlib/delaunay/_delaunay.o
build/temp.macosx-10.6-universal-2.6/lib/matplotlib/delaunay/VoronoiDiagramGenerator.o
build/temp.macosx-10.6-universal-2.6/lib/matplotlib/delaunay/delaunay_utils.o
build/temp.macosx-10.6-universal-2.6/lib/matplotlib/delaunay/natneighbors.o -o
build/lib.macosx-10.6-universal-2.6/matplotlib/_delaunay.so
building 'matplotlib.nxutils' extension
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/nxutils.c -o build/temp.macosx-10.6-universal-2.6/src/nxutils.o
gcc-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wall -undefined
dynamic_lookup -bundle -arch i386 -arch x86_64 -L/usr/X11/lib
-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64
-I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk
build/temp.macosx-10.6-universal-2.6/src/nxutils.o -o
build/lib.macosx-10.6-universal-2.6/matplotlib/nxutils.so
building 'matplotlib._path' extension
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-Isrc -Iagg24/include -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
agg24/src/agg_curves.cpp -o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_curves.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-Isrc -Iagg24/include -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
agg24/src/agg_bezier_arc.cpp -o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_bezier_arc.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-Isrc -Iagg24/include -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
agg24/src/agg_trans_affine.cpp -o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_trans_affine.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-Isrc -Iagg24/include -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
agg24/src/agg_vcgen_stroke.cpp -o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_vcgen_stroke.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-Isrc -Iagg24/include -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/agg_py_transforms.cpp -o
build/temp.macosx-10.6-universal-2.6/src/agg_py_transforms.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-Isrc -Iagg24/include -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/path_cleanup.cpp -o build/temp.macosx-10.6-universal-2.6/src/path_cleanup.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-Isrc -Iagg24/include -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/path.cpp -o build/temp.macosx-10.6-universal-2.6/src/path.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
g++-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wall -undefined
dynamic_lookup -bundle -arch i386 -arch x86_64 -L/usr/X11/lib
-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64
-I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_curves.o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_bezier_arc.o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_trans_affine.o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_vcgen_stroke.o
build/temp.macosx-10.6-universal-2.6/CXX/cxx_extensions.o
build/temp.macosx-10.6-universal-2.6/CXX/cxxsupport.o
build/temp.macosx-10.6-universal-2.6/CXX/IndirectPythonInterface.o
build/temp.macosx-10.6-universal-2.6/CXX/cxxextensions.o
build/temp.macosx-10.6-universal-2.6/src/agg_py_transforms.o
build/temp.macosx-10.6-universal-2.6/src/path_cleanup.o
build/temp.macosx-10.6-universal-2.6/src/path.o -lstdc++ -lm -o
build/lib.macosx-10.6-universal-2.6/matplotlib/_path.so
building 'matplotlib._tri' extension
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
lib/matplotlib/tri/_tri.cpp -o
build/temp.macosx-10.6-universal-2.6/lib/matplotlib/tri/_tri.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
g++-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wall -undefined
dynamic_lookup -bundle -arch i386 -arch x86_64 -L/usr/X11/lib
-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64
-I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk
build/temp.macosx-10.6-universal-2.6/lib/matplotlib/tri/_tri.o
build/temp.macosx-10.6-universal-2.6/src/mplutils.o
build/temp.macosx-10.6-universal-2.6/CXX/cxx_extensions.o
build/temp.macosx-10.6-universal-2.6/CXX/cxxsupport.o
build/temp.macosx-10.6-universal-2.6/CXX/IndirectPythonInterface.o
build/temp.macosx-10.6-universal-2.6/CXX/cxxextensions.o -o
build/lib.macosx-10.6-universal-2.6/matplotlib/_tri.so
building 'matplotlib.backends._backend_agg' extension
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-Isrc -Iagg24/include -I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include/freetype2
-I./freetype2
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include/freetype2
-Isrc/freetype2 -Iagg24/include/freetype2 -I./freetype2
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include/freetype2
-I./freetype2
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
agg24/src/agg_vcgen_dash.cpp -o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_vcgen_dash.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-Isrc -Iagg24/include -I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include/freetype2
-I./freetype2
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include/freetype2
-Isrc/freetype2 -Iagg24/include/freetype2 -I./freetype2
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include/freetype2
-I./freetype2
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
agg24/src/agg_image_filters.cpp -o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_image_filters.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-Isrc -Iagg24/include -I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include/freetype2
-I./freetype2
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include/freetype2
-Isrc/freetype2 -Iagg24/include/freetype2 -I./freetype2
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include/freetype2
-I./freetype2
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/backend_agg.cpp -o build/temp.macosx-10.6-universal-2.6/src/backend_agg.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
g++-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wall -undefined
dynamic_lookup -bundle -arch i386 -arch x86_64 -L/usr/X11/lib
-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64
-I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_trans_affine.o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_bezier_arc.o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_curves.o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_vcgen_dash.o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_vcgen_stroke.o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_image_filters.o
build/temp.macosx-10.6-universal-2.6/src/mplutils.o
build/temp.macosx-10.6-universal-2.6/src/agg_py_transforms.o
build/temp.macosx-10.6-universal-2.6/CXX/cxx_extensions.o
build/temp.macosx-10.6-universal-2.6/CXX/cxxsupport.o
build/temp.macosx-10.6-universal-2.6/CXX/IndirectPythonInterface.o
build/temp.macosx-10.6-universal-2.6/CXX/cxxextensions.o
build/temp.macosx-10.6-universal-2.6/src/backend_agg.o -lstdc++ -lm -lfreetype
-lz -lstdc++ -lm -o
build/lib.macosx-10.6-universal-2.6/matplotlib/backends/_backend_agg.so
building 'matplotlib._image' extension
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-Isrc -Iagg24/include -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/image.cpp -o build/temp.macosx-10.6-universal-2.6/src/image.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
g++-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wall -undefined
dynamic_lookup -bundle -arch i386 -arch x86_64 -L/usr/X11/lib
-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64
-I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk build/temp.macosx-10.6-universal-2.6/src/image.o
build/temp.macosx-10.6-universal-2.6/src/mplutils.o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_trans_affine.o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_image_filters.o
build/temp.macosx-10.6-universal-2.6/agg24/src/agg_bezier_arc.o
build/temp.macosx-10.6-universal-2.6/CXX/cxx_extensions.o
build/temp.macosx-10.6-universal-2.6/CXX/cxxsupport.o
build/temp.macosx-10.6-universal-2.6/CXX/IndirectPythonInterface.o
build/temp.macosx-10.6-universal-2.6/CXX/cxxextensions.o -lstdc++ -lm -o
build/lib.macosx-10.6-universal-2.6/matplotlib/_image.so
building 'matplotlib._png' extension
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1 -I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/_png.cpp -o build/temp.macosx-10.6-universal-2.6/src/_png.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
C/ObjC but not for C++
g++-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wall -undefined
dynamic_lookup -bundle -arch i386 -arch x86_64 -L/usr/X11/lib
-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64
-I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk build/temp.macosx-10.6-universal-2.6/src/_png.o
build/temp.macosx-10.6-universal-2.6/src/mplutils.o
build/temp.macosx-10.6-universal-2.6/CXX/cxx_extensions.o
build/temp.macosx-10.6-universal-2.6/CXX/cxxsupport.o
build/temp.macosx-10.6-universal-2.6/CXX/IndirectPythonInterface.o
build/temp.macosx-10.6-universal-2.6/CXX/cxxextensions.o -lpng -lz -lstdc++ -lm
-o build/lib.macosx-10.6-universal-2.6/matplotlib/_png.so
building 'matplotlib.backends._macosx' extension
gcc-4.2 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -arch i386 -arch
x86_64 -I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk -pipe -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API
-DPYCXX_ISO_CPP_LIB=1
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-I.
-I/tmp/virtualenv/matplotlibtest/lib/python2.6/site-packages/numpy/core/include
-Isrc -Iagg24/include -I.
-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c
src/_macosx.m -o build/temp.macosx-10.6-universal-2.6/src/_macosx.o
src/_macosx.m: In function âFigureManager_initâ:
src/_macosx.m:3363: warning: class 'View' does not implement the
'NSWindowDelegate' protocol
src/_macosx.m: In function âFigureManager_initâ:
src/_macosx.m:3363: warning: class 'View' does not implement the
'NSWindowDelegate' protocol
g++-4.2 -Wl,-F. -bundle -undefined dynamic_lookup -Wall -undefined
dynamic_lookup -bundle -arch i386 -arch x86_64 -L/usr/X11/lib
-syslibroot,/Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64
-I/usr/X11/include -I/usr/X11/include/freetype2 -isysroot
/Developer/SDKs/MacOSX10.6.sdk
build/temp.macosx-10.6-universal-2.6/src/_macosx.o
build/temp.macosx-10.6-universal-2.6/CXX/cxx_extensions.o
build/temp.macosx-10.6-universal-2.6/CXX/cxxextensions.o
build/temp.macosx-10.6-universal-2.6/CXX/cxxsupport.o
build/temp.macosx-10.6-universal-2.6/CXX/IndirectPythonInterface.o
build/temp.macosx-10.6-universal-2.6/src/agg_py_transforms.o
build/temp.macosx-10.6-universal-2.6/src/path_cleanup.o -lstdc++ -lm -o
build/lib.macosx-10.6-universal-2.6/matplotlib/backends/_macosx.so -framework
Cocoa
warning: no files found matching 'MANIFEST'
warning: no files found matching 'examples/data/*'
warning: no files found matching 'lib/mpl_toolkits'
Successfully installed matplotlib
Cleaning up...
Cheers,
Dave
--
David Welch
david.m.we...@gmail.com
On 11Nov, 2011, at 3:01 PM, Michael Droettboom wrote:
> Have you tried removing the build directory and install directories to
> force a full rebuild? It sounds like the build or install got stuck at
> some point. I've never seen it not copy *.py files in a package before.
>
> Mike
>
> On 11/11/2011 03:12 PM, David Welch wrote:
>> Update: test folders are in the build directory, they are just not
>> being copied during build.
>>
>> *bump*
>>
>> On 11/10/11, David Welch<david.m.we...@gmail.com> wrote:
>>> Hello,
>>>
>>> I am installing matplotlib on Snow Leopard 10.6. I downloaded v1.1.0 from
>>> the sourceforge site and installed in this manner:
>>>
>>> ############################
>>>
>>> $ export CFLAGS="-arch i386 -arch x86_64 -I/usr/X11/include
>>> -I/usr/X11/include/freetype2 -isysroot /Developer/SDKs/MacOSX10.6.sdk"
>>> $ export LDFLAGS="-Wall -undefined dynamic_lookup -bundle -arch i386 -arch
>>> x86_64 -L/usr/X11/lib -syslibroot,/Developer/SDKs/MacOSX10.6.sdk"
>>> $ export FFLAGS="-arch i386 -arch x86_64"
>>> $ tar -xf matplotlib-1.1.0.tar.gz
>>> $ cd matplotlib-1.1.0
>>> $ python setup.py build
>>> $ python setup.py install
>>> $
>>> $ python
>>>>>> import matplotlib as mpl
>>>>>> mpl.test("1")
>>> ...........EEEEEEEEEEE
>>> ======================================================================
>>> ERROR: Failure: AttributeError ('module' object has no attribute
>>> 'test_backend_svg')
>>> ----------------------------------------------------------------------
>>> Traceback (most recent call last):
>>> File "/private/tmp/test/lib/python2.6/site-packages/nose/loader.py", line
>>> 379, in loadTestsFromName
>>> module = resolve_name(addr.module)
>>> File "/private/tmp/test/lib/python2.6/site-packages/nose/util.py", line
>>> 331, in resolve_name
>>> obj = getattr(obj, part)
>>> AttributeError: 'module' object has no attribute 'test_backend_svg'
>>>
>>> (etc.)
>>> #############################
>>>
>>> The failure is for all modules in matplotlib.tests except for test_agg,
>>> test_cbook, test_mlab, and test_transform.
>>>
>>> Is the sourceforge achive incomplete?
>>>
>>> -Dave
>>>
>>> --
>>> David Welch
>>> david.m.we...@gmail.com
>>>
>>>
>>>
>>>
>>
>
>
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users