I was able to install from the .egg file. I'm still getting the same
error when attempting to import though. Namely:
>>>from pylab import *
Traceback (most recent call last):
File "", line 1, in
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplot
R. Padraic Springuel wrote:
> Oh, and I tried downloading the .egg file to install, but for some
> reason my Mac wants to open the file with Excel, which is obviously
> wrong. How exactly do you use a .egg file as a binary installer?
Install easy_install:
http://peak.telecommunity.com/DevCen
Okay, I tried the .zip installer and get the following error when trying
to import:
Traceback (most recent call last):
File "", line 1, in
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pylab.py",
line 1, in
from matplotlib.pylab import *
Fi
On 10/10/06, R. Padraic Springuel <[EMAIL PROTECTED]> wrote:
> I haven't tried the binaries because there isn't one for python 2.5 and
> Mac OS 10.4 (the particular combination that I have). I could use the
> binaries if I went back to python 2.4, but I'm trying avoid that if
> possible.
So actua
I haven't tried the binaries because there isn't one for python 2.5 and
Mac OS 10.4 (the particular combination that I have). I could use the
binaries if I went back to python 2.4, but I'm trying avoid that if
possible.
--
R. Padraic Springuel
Teaching Assistant
Department of Physics and Astr
Building matplotlib requires linking against libpng and freetype. The
error you posted is just saying that libpng can't be found. Building
matplotlib correctly on osx and windows isn't for the feint of heart.
Have you tried the pre-built osx binaries available for download on
sourceforge?
Charli
I'm in the process of migrating from Windows to Mac OS X and doing my
first round of installations from source code in the process. In trying
to install matplotlib I get the following error:
/usr/bin/ld: for architecture i386
/usr/bin/ld: can't locate file for: -lpng
collect2: ld returned 1 exi