Re: [Matplotlib-users] Install Problem

2015-02-13 Thread Brendan Barnwell
On 2015-02-13 01:47, ralph hosmer wrote: > download: matplotlib-1.4.2-cp32-none-win_amd64.whl [from Sourceforge] > my system: hp Pavilion 500-314 Desktop > AMD A8-7600 Accelerated Processor > Windows 8.1 > Python 3.4.2 (on Win32) > PyCharm 4 Community Edit

Re: [Matplotlib-users] Install Problem

2015-02-13 Thread Scott Sinclair
On 13 February 2015 at 11:47, ralph hosmer wrote: > download: matplotlib-1.4.2-cp32-none-win_amd64.whl [from Sourceforge] > > In the Python Command Line window, I've tried most of the "install > matplotlib" instructions, but continue to get "Syntax Error". > Double-clicking on the downloaded matp

[Matplotlib-users] Install Problem

2015-02-13 Thread ralph hosmer
download: matplotlib-1.4.2-cp32-none-win_amd64.whl  [from Sourceforge]my system: hp Pavilion 500-314 Desktop    AMD A8-7600 Accelerated Processor    Windows 8.1Python 3.4.2 (on Win32)PyCharm 4 Community Edition In the Python Command Line window, I've tried most of

Re: [Matplotlib-users] install problem on OSX 10.8

2012-09-21 Thread Damon McDougall
ny 32-bit machines anymore. > > Ben Root > > -- Forwarded message -- > From: Ranjit Chacko 'ran...@getaround.com');>> > Date: Fri, Sep 21, 2012 at 2:55 PM > Subject: Re: [Matplotlib-users] install problem on OSX 10.8 > To: Benjamin Root '

Re: [Matplotlib-users] install problem on OSX 10.8

2012-09-21 Thread Benjamin Root
On Fri, Sep 21, 2012 at 2:19 PM, Ranjit Chacko wrote: > I'm having some trouble compiling matplotlib, and I'm not sure how to fix > it. Does anyone have any advice on how to proceed given the following > traceback? > > Thanks, > > -Ranjit > > Which version of matplotlib? How are you building it

[Matplotlib-users] install problem on OSX 10.8

2012-09-21 Thread Ranjit Chacko
I'm having some trouble compiling matplotlib, and I'm not sure how to fix it. Does anyone have any advice on how to proceed given the following traceback? Thanks, -Ranjit building 'matplotlib.ft2font' extension gcc -DNDEBUG -g -fwrapv -O3 -Wall -Os -I/usr/X11/include -I/usr/X11/include/freetype2

[Matplotlib-users] Install problem on Mac OS 10.5

2009-11-04 Thread priggs
Hi When I try installing matplotlib version 99.1.1 on my Mac OS 10.5 using the DMG I receive the following error: "You cannot install matplotlib 0.99.1.1-r7813 on this volume. matplotlib requires System Python 2.5 to install." But I am using System Python 2.5: Python 2.5.1 (r251:54863, Feb 6 20

Re: [Matplotlib-users] Install problem on Leopard

2008-03-25 Thread Steve Lianoglou
Hi, On Mar 25, 2008, at 12:23 PM, Christopher Barker wrote: > > To summarize where we are at with OS-X installer: > > The binary egg that Charlie built is supposed to work with Python 2.5, > either Apple or python.org version on OS-X 10.5, and pythonorg version > on OS-X 10.3.9 and 10.4.* > > Howe

Re: [Matplotlib-users] Install problem on Leopard

2008-03-25 Thread Christopher Barker
To summarize where we are at with OS-X installer: The binary egg that Charlie built is supposed to work with Python 2.5, either Apple or python.org version on OS-X 10.5, and pythonorg version on OS-X 10.3.9 and 10.4.* However, for some odd reason none of us understand, under some circumstance

Re: [Matplotlib-users] Install problem on Leopard

2008-03-24 Thread Andrew Charles
On Tue, Mar 25, 2008 at 4:45 AM, Christopher Barker <[EMAIL PROTECTED]> wrote: > > Processing dependencies for matplotlib==0.91.2 > > Searching for matplotlib==0.91.2 > > But now it has determined that it has mpl 0.91.2 as a dependency, which > is just plain odd -- I really don't get setuptools

Re: [Matplotlib-users] Install problem on Leopard

2008-03-24 Thread Charlie Moad
> > 3) Maybe we should just distribute a binary *.mpkg instead. I've seen > talk of a way to install a single binary that could work with either > Apple's or MacPython's 2.5 -- I think it involved a symlink to a shared > place to put packages -- anyone know if that actually works? > I agree on the

Re: [Matplotlib-users] Install problem on Leopard

2008-03-24 Thread Christopher Barker
Andrew Charles wrote: > Yes it was the matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg I tried to > install. I've posted the entire easy_install output below. Thanks. First, a note: There is confusion here. If I have it right, the OP is trying to install the BINARY egg that is up on sourceforge into

Re: [Matplotlib-users] Install problem on Leopard

2008-03-22 Thread Simson Garfinkel
Hi. I've seen this problem before. I think that you need to install freetype developer. The easiest way to install this is with macports and then type "port install freetype" On Mar 21, 2008, at 9:50 PM, Andrew Charles wrote: > Yes it was the matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg I tr

Re: [Matplotlib-users] Install problem on Leopard

2008-03-21 Thread Andrew Charles
Yes it was the matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg I tried to install. I've posted the entire easy_install output below. I'll let the list know if i resolve the problem. Andrew --- Processing matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg crea

Re: [Matplotlib-users] Install problem on Leopard

2008-03-21 Thread Christopher Barker
Andrew Charles wrote: > Looking back over the easy_install output it looks as if it does > download another tarball and try to build it. I read another thread > where this was happening to someone else. What did you try to install? was it this: matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg which I

Re: [Matplotlib-users] Install problem on Leopard

2008-03-21 Thread Andrew Charles
On Fri, Mar 21, 2008 at 10:13 AM, Christopher Barker <[EMAIL PROTECTED]> wrote: > > Compiling Matplotlib from source, or easy_installing the egg > > > >>From the egg: > > ld: in /sw/lib/libJPEG.dylib, file is not of required architecture for > > hmm -- odd, I wouldn't think the egg should be lin

Re: [Matplotlib-users] Install problem on Leopard

2008-03-20 Thread Chris.Barker
Charlie Moad wrote: > I agree you are not using a universal build of python to compile > matplotlib. You cannot pass in the "-arch i386 -arch ppc" flags. > Only pass the architecture of your computer. Actually, I think the OP IS using a universal python, thus both flags -- he isn't manually pa

Re: [Matplotlib-users] Install problem on Leopard

2008-03-20 Thread Charlie Moad
I agree you are not using a universal build of python to compile matplotlib. You cannot pass in the "-arch i386 -arch ppc" flags. Only pass the architecture of your computer. - Charlie On Thu, Mar 20, 2008 at 7:13 PM, Christopher Barker <[EMAIL PROTECTED]> wrote: > Andrew Charles wrote: > > Com

Re: [Matplotlib-users] Install problem on Leopard

2008-03-20 Thread Christopher Barker
Andrew Charles wrote: > Compiling Matplotlib from source, or easy_installing the egg >>From the egg: > ld: in /sw/lib/libJPEG.dylib, file is not of required architecture for hmm -- odd, I wouldn't think the egg should be linked against what looks like a macports libJPEG -- are you sure it isn't

[Matplotlib-users] Install problem on Leopard

2008-03-20 Thread Andrew Charles
Hi Folks, I'm having some trouble installing Matplotlib on a Macbook pro running Leopard. I installed macpython 2.5.2, and I have numpy and scipy installed from source for the 2.5.2 installation. Compiling Matplotlib from source, or easy_installing the egg (matplotlib-0.91.2-py2.5-macosx-10.3-fa

[Matplotlib-users] install problem: xlib link error

2007-08-16 Thread Steven Rodney
I've been trying to install matplotlib with interactive plotting support on a non-standard linux distribution (sidious.isani.org). I have successfully installed matplotlib 0.90.1 with python 2.4.3 and IPython 0.7.2. I can make plots with any of the image backends, but the TkAgg backend fails with

Re: [Matplotlib-users] install problem with python 2.5

2006-12-05 Thread Fabian Braennstroem
Hi John, * John Hunter <[EMAIL PROTECTED]> wrote: >> "Fabian" == Fabian Braennstroem <[EMAIL PROTECTED]> writes: > >>> I am trying to install matplotlib 0.87.7 with my newly separate >>> installed python 2.5. For this I installed 'pygtk 2.4.1' and >>> numpy 1.0 using this python

Re: [Matplotlib-users] install problem with python 2.5

2006-12-05 Thread John Hunter
> "Fabian" == Fabian Braennstroem <[EMAIL PROTECTED]> writes: >> I am trying to install matplotlib 0.87.7 with my newly separate >> installed python 2.5. For this I installed 'pygtk 2.4.1' and >> numpy 1.0 using this python 2.5 installation. Now, running >> 'python2.5 setup.py

Re: [Matplotlib-users] install problem with python 2.5

2006-12-04 Thread Fabian Braennstroem
Hi, me again :-) * Fabian Braennstroem <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to install matplotlib 0.87.7 with my newly > separate installed python 2.5. For this I installed 'pygtk > 2.4.1' and numpy 1.0 using this python 2.5 installation. > Now, running 'python2.5 setup.py build' I

[Matplotlib-users] install problem with python 2.5

2006-11-29 Thread Fabian Braennstroem
Hi, I am trying to install matplotlib 0.87.7 with my newly separate installed python 2.5. For this I installed 'pygtk 2.4.1' and numpy 1.0 using this python 2.5 installation. Now, running 'python2.5 setup.py build' I get this error: ... /usr/include/pygtk-2.0/pygobject.h:140: error: expected `,'