<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear matplotlib/numpy gurus,<div><br></div><div>This is my first attempt to use matplotlib & numpy, with the following small piece of code:</div><div><br></div><div><div>#!/usr/bin/env jython   **** jython because of the import of stilts from starjava ****</div><div><br></div><div># Fabrique les figures des champs du papier Catalogue</div><div><br></div><div><br></div><div>__author__="marquett"</div><div>__date__ ="$16 mai 2011 12:17:08$"</div><div><br></div><div>import sys</div><div>sys.path.append('/star/starjava/etc/ttools')</div><div>sys.path.append('/Library/Frameworks/Python.framework//Versions/2.6/lib/python2.6/site-packages')</div><div>import stilts</div><div>import glob</div><div>import matplotlib.pyplot as plt</div></div><div><br></div><div>I got the following trace:</div><div><br></div><div><div>Traceback (most recent call last):</div><div>  File "/Users/marquett/Downloads/FigCat/src/figcat.py", line 14, in <module></div><div>    import matplotlib.pyplot as plt</div><div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/__init__.py", line 135, in <module></div><div>    from matplotlib.rcsetup import (defaultParams,</div><div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/rcsetup.py", line 19, in <module></div><div>    from matplotlib.colors import is_color_like</div><div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/colors.py", line 52, in <module></div><div>    import numpy as np</div><div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/__init__.py", line 137, in <module></div><div>    import add_newdocs</div><div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/add_newdocs.py", line 9, in <module></div><div>    from numpy.lib import add_newdoc</div><div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/lib/__init__.py", line 4, in <module></div><div>    from type_check import *</div><div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/lib/type_check.py", line 8, in <module></div><div>    import numpy.core.numeric as _nx</div><div>  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/numpy/core/__init__.py", line 5, in <module></div><div>    import multiarray</div><div>ImportError: No module named multiarray</div></div><div><br></div><div>I use the latest 1.6.0 version of numpy and <span class="Apple-style-span" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: 14px; line-height: 21px; ">1.0.0 one of matplotlib.</span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: 14px; line-height: 21px; "><br></span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: 14px; line-height: 21px; ">My so little experience tells me that this is a deep numpy issue rather than a matplotlib one.</span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: 14px; line-height: 21px; "><br></span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: 14px; line-height: 21px; ">Any hint welcome, thanks.</span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: 14px; line-height: 21px; "><br></span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: 14px; line-height: 21px; ">JB Marquette</span></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; font-size: 14px; line-height: 21px; "><br></span></div><meta charset="utf-8"></body></html>