Re: [Matplotlib-users] installation problems

2010-06-12 Thread Eric Firing
On 06/12/2010 12:57 PM, Christopher Brewster wrote: > On an iMac running 10.6.3, python 2.6.4 I have installed numpy and then > matplotlib using 'pip'. > The message in both cases was that the install was successful. > > 'import matplotlib' does not cause error messages. > 'from pylab import randn

[Matplotlib-users] installation problems

2010-06-12 Thread Christopher Brewster
On an iMac running 10.6.3, python 2.6.4 I have installed numpy and then matplotlib using 'pip'. The message in both cases was that the install was successful. 'import matplotlib' does not cause error messages. 'from pylab import randn, hist' gets a traceback with the message "ImportError: No mod

Re: [Matplotlib-users] installation problems mpl 0.90.1 on Mandriva 2007.1

2007-10-15 Thread Evan Mason
> matplotlib-0.90.1]#It seems to trip up when expecting a file 'arrayobject.h' in the /Numeric directory; indeed that file is not there, though Numeric is on the path. Numeric came as part of the Mandriva install. > I'd be grateful for any help with this, thanks in advance, Evan Ok, just in cas

[Matplotlib-users] installation problems mpl 0.90.1 on Mandriva 2007.1

2007-10-12 Thread Evan Mason
Hi, I am trying to install matplotlib 0.90.1. I have python 2.5 on a fresh Mandriva 2007.1 installation. I have installed numpy and scipy - I think these are ok, they both import and the tests were largely successful. I believe I have all the background packages installed - - matplotlib core

Re: [Matplotlib-users] Installation Problems on Mac OS X

2006-10-12 Thread R. Padraic Springuel
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

Re: [Matplotlib-users] Installation Problems on Mac OS X

2006-10-11 Thread Christopher Barker
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

Re: [Matplotlib-users] Installation Problems on Mac OS X

2006-10-11 Thread R. Padraic Springuel
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

Re: [Matplotlib-users] Installation Problems on Mac OS X

2006-10-10 Thread Charlie Moad
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

Re: [Matplotlib-users] Installation Problems on Mac OS X

2006-10-10 Thread R. Padraic Springuel
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

Re: [Matplotlib-users] Installation Problems on Mac OS X

2006-10-09 Thread Charlie Moad
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

[Matplotlib-users] Installation Problems on Mac OS X

2006-10-09 Thread R. Padraic Springuel
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