Dear Reader,

I am a student at university and I was trying to install your Matplotlib 
library.
Well, I tried and failed ! Google&Co and your homepage couldn't help me anymore.
First, my system is MacOS X SnowLeopard 10.6.6 / installed Python 2.7.1 ( not 
Apple Python ) / installed NumPy 1.5.1 / installed SciPy 0.9.0rc1/ installed 
matplotlib-1.0.1-python.org-32bit-py2.7-macosx10.3.dmg

Second, I tried to figure out that tutorial 
http://scipy.org/Cookbook/OptimizationDemo1 and after typing in "from pylab 
import *"
I get following error:
>>> from pylab import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pylab.py",
 line 1, in <module>
    from matplotlib.pylab import *
  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/pylab.py",
 line 220, in <module>
    from matplotlib import mpl  # pulls in most modules
  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/mpl.py",
 line 1, in <module>
    from matplotlib import artist
  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/artist.py",
 line 6, in <module>
    from transforms import Bbox, IdentityTransform, TransformedBbox, 
TransformedPath
  File 
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/transforms.py",
 line 34, in <module>
    from matplotlib._path import affine_transform
ImportError: 
dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_path.so,
 2): no suitable image found.  Did find:
    
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/_path.so:
 no matching architecture in universal wrapper
>>>
I thought, that this error is because of downloading your MacOSX 10.3 version ( 
compiled with an older gcc compiler ... ) and so my system cannot use those 
files ?
So I wanted to know if you can update such a 10.6.6 dmg file to sourceforge if 
that is the solution for my problem. So many others could also download that 
with the same system like mine.
Would be great writing me back.
Yours Jorgos

-- 
Schon gehört? GMX hat einen genialen Phishing-Filter in die
Toolbar eingebaut! http://www.gmx.net/de/go/toolbar

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to