Re: [Matplotlib-users] Problems installing matplotlib - compiling error

2013-01-28 Thread Orgun
Hi, yeah, during my system re-install I used the built-dep option but maybe I was to busy to notice that I forgot the p3-dev's. Now everything is running fine and the last two hours were enlighting. Christian -- A little learning never caused anyone's head to explode. No trees were killed in se

Re: [Matplotlib-users] Problems installing matplotlib - compiling error

2013-01-28 Thread Sandro Tosi
On Mon, Jan 28, 2013 at 9:05 PM, Michael Droettboom wrote: > sudo apt-get build_dep python-matplotlib small typo fix: the option name is 'build-dep'. Cheers, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/Sa

Re: [Matplotlib-users] Problems installing matplotlib - compiling error

2013-01-28 Thread Michael Droettboom
As a shortcut, you can also install all of the build dependencies for a package (without installing the package itself) using: sudo apt-get build_dep python-matplotlib Mike On 01/28/2013 01:40 PM, Orgun wrote: > Thanks, that helped a lot! I don't know why the dev-package hasn't been > insta

Re: [Matplotlib-users] Problems installing matplotlib - compiling error

2013-01-28 Thread Orgun
Thanks, that helped a lot! I don't know why the dev-package hasn't been installed. That has been the first think I thought I did when re-installing after my latest hardware change in December. Thanks a lot. That saved my day. Christian -- View this message in context: http://matplotlib.106922

Re: [Matplotlib-users] Problems installing matplotlib - compiling error

2013-01-28 Thread Paul Hobson
On Mon, Jan 28, 2013 at 10:20 AM, Orgun wrote: > Hi guy, > > as I'm new to matplotlib I tried to install it following the instructions > on > http://matplotlib.org/faq/installing_faq.html#source-install-from-git > . > After

[Matplotlib-users] Problems installing matplotlib - compiling error

2013-01-28 Thread Orgun
Hi guy, as I'm new to matplotlib I tried to install it following the instructions on http://matplotlib.org/faq/installing_faq.html#source-install-from-git . After downloading and changing the directory properly I get the fol

Re: [Matplotlib-users] Problems installing Matplotlib under SUSE SLES 11 SP1

2011-09-15 Thread falbriard
Thanks friends from the Matplotlib and Freetype forum, =) I've succeeded to compile all per-requisites from the source and executed the python build and install successfully under the SUSE Linux. I've already executed a few sample cases with a Agg .png render, its working perfectly under the

Re: [Matplotlib-users] Problems installing Matplotlib under SUSE SLES 11 SP1

2011-09-15 Thread Filipe Pires Alvarenga Fernandes
On Thu, Sep 15, 2011 at 14:48, Filipe Pires Alvarenga Fernandes wrote: > On Thu, Sep 15, 2011 at 14:34, John Hunter wrote: >> On Thu, Sep 15, 2011 at 1:31 PM, Filipe Pires Alvarenga Fernandes >> wrote: >>> Hi, >>> >>> On SUSE you have "zypper" >>> >>> I'm not familiar with SUSE repos, but OpenSU

Re: [Matplotlib-users] Problems installing Matplotlib under SUSE SLES 11 SP1

2011-09-15 Thread Filipe Pires Alvarenga Fernandes
On Thu, Sep 15, 2011 at 14:34, John Hunter wrote: > On Thu, Sep 15, 2011 at 1:31 PM, Filipe Pires Alvarenga Fernandes > wrote: >> Hi, >> >> On SUSE you have "zypper" >> >> I'm not familiar with SUSE repos, but OpenSUSE repos do have >> matplotlib, just type: >> >> "sudo zypper in python-matplolib

Re: [Matplotlib-users] Problems installing Matplotlib under SUSE SLES 11 SP1

2011-09-15 Thread John Hunter
On Thu, Sep 15, 2011 at 1:31 PM, Filipe Pires Alvarenga Fernandes wrote: > Hi, > > On SUSE you have "zypper" > > I'm not familiar with SUSE repos, but OpenSUSE repos do have > matplotlib, just type: > > "sudo zypper in python-matplolib" > > that should install it for you. And if you want to build

Re: [Matplotlib-users] Problems installing Matplotlib under SUSE SLES 11 SP1

2011-09-15 Thread Benjamin Root
On Thu, Sep 15, 2011 at 1:22 PM, John Hunter wrote: > On Thu, Sep 15, 2011 at 11:42 AM, falbriard wrote: > > > > Thanks Michael for your quick reply. I will consider use of the yum tool > to > > install the per-requisite and future updates. > > > > Meanwhile I got a step forwards with help of t

Re: [Matplotlib-users] Problems installing Matplotlib under SUSE SLES 11 SP1

2011-09-15 Thread Filipe Pires Alvarenga Fernandes
Hi, On SUSE you have "zypper" I'm not familiar with SUSE repos, but OpenSUSE repos do have matplotlib, just type: "sudo zypper in python-matplolib" that should install it for you. -Filipe On Thu, Sep 15, 2011 at 14:22, John Hunter wrote: > On Thu, Sep 15, 2011 at 11:42 AM, falbriard wrote

Re: [Matplotlib-users] Problems installing Matplotlib under SUSE SLES 11 SP1

2011-09-15 Thread John Hunter
On Thu, Sep 15, 2011 at 11:42 AM, falbriard wrote: > > Thanks Michael for your quick reply. I will consider use of the yum tool to > install the per-requisite and future updates. > >  Meanwhile I got a step forwards with help of the freetype developer forum > and I succeeded to build the freetype2

Re: [Matplotlib-users] Problems installing Matplotlib under SUSE SLES 11 SP1

2011-09-15 Thread falbriard
Thanks Michael for your quick reply. I will consider use of the yum tool to install the per-requisite and future updates. Meanwhile I got a step forwards with help of the freetype developer forum and I succeeded to build the freetype2 from the source. So I've also repeated the "python setup.py

Re: [Matplotlib-users] Problems installing Matplotlib under SUSE SLES 11 SP1

2011-09-15 Thread Michael Droettboom
I wouldn't recommend trying to build freetype from source. Have you installed the freetype development package? I'm not familiar with SuSE, but on RedHat/Fedora this would be accomplished by (as root) "yum install freetype2-dev" and on Debian/Ubuntu "apt-get install freetype2-devel". Mike O

[Matplotlib-users] Problems installing Matplotlib under SUSE SLES 11 SP1

2011-09-15 Thread falbriard
Having issues with installing the matplotlib package under Linux SUSE SLES 11 SP1 (s390): The original distribution gcc throws an error: "src/ft2font.h:14:22: error: ft2build.h: No such file or directory" when adding the file ft2build.h the linkage process stops at this error: G++ cannot fi

[Matplotlib-users] Problems installing Matplotlib under SUSE SLES 11 SP1

2011-09-15 Thread falbriard
Having issues with installing the matplotlib package under Linux SUSE SLES 11 SP1 (s390): The original distribution gcc throws an error: "src/ft2font.h:14:22: error: ft2build.h: No such file or directory" when adding the file ft2build.h the linkage process stops at this error: G++ cannot fin

Re: [Matplotlib-users] problems installing matplotlib on OS X Lion

2011-09-04 Thread Lynn Oliver
Hoon wrote: > What happens if you use the MacOSX backend instead of TkAgg? Or do you have > to use TkAgg? > > --Michiel. > > --- On Sun, 9/4/11, Lynn Oliver wrote: > > From: Lynn Oliver > Subject: Re: [Matplotlib-users] problems installing matplotlib on OS X Lion >

Re: [Matplotlib-users] problems installing matplotlib on OS X Lion

2011-09-04 Thread Michiel de Hoon
What happens if you use the MacOSX backend instead of TkAgg? Or do you have to use TkAgg? --Michiel. --- On Sun, 9/4/11, Lynn Oliver wrote: From: Lynn Oliver Subject: Re: [Matplotlib-users] problems installing matplotlib on OS X Lion To: "Bryan K Woods" Cc: "m

Re: [Matplotlib-users] problems installing matplotlib on OS X Lion

2011-09-04 Thread Michiel de Hoon
What happens if you use the MacOSX backend instead of TkAgg? Or do you have to use TkAgg? --Michiel. --- On Sun, 9/4/11, Lynn Oliver wrote: From: Lynn Oliver Subject: Re: [Matplotlib-users] problems installing matplotlib on OS X Lion To: "Bryan K Woods" Cc: "m

Re: [Matplotlib-users] problems installing matplotlib on OS X Lion

2011-09-04 Thread Lynn Oliver
Bryan, thanks for the response. I installed macports and the environment settings seem to be correct, but when I try "port help selfupdate" I get: /opt/local/bin/port: line 4: /usr/bin/tclsh: No such file or directory /opt/local/bin/port: line 4: exec: /usr/bin/tclsh: cannot execute: No such file

Re: [Matplotlib-users] problems installing matplotlib on OS X Lion

2011-09-03 Thread Bryan K Woods
I had a problem getting with Lion as well. I was able to work around it by: 1) unsuccessfully trying to install matplotlib for python 2.7 via macports 2) then using easy_install to install matplotlib Bryan K. Woods, Ph.D. Staff Scientist Atmospheric & Environmental Research, Inc. bwo...@aer.com O

[Matplotlib-users] problems installing matplotlib on OS X Lion

2011-09-03 Thread Lynn Oliver
After many unsuccessful attempts at getting matplotlib installed on OS X Lion, I ran across this page: Installing Matplotlib on OS X 10.7 with Homebrew « Random Musings for the Digital Age Following these instructions got me the closest I have been: $ brew install python $ brew install gfortran

Re: [Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-14 Thread Uri Laserson
Strangely, it appears to find the correct numpy. More strangely, I picked a random order of doing things and suddenly it all works. I think what I ended up doing is this: Following builds using default setting without changing anything except: MACOSX_DEPLOYMENT_TARGET=10.6 python 2.7 numpy 1.5.

Re: [Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-14 Thread Benjamin Root
On Mon, Dec 13, 2010 at 5:54 PM, Uri Laserson wrote: > >> Well, on my Linux system, when I get that error, it happens when I do >> an update of numpy, but fail to rebuild mpl. Here is the order how I >> build things: numpy, scipy, matplotlib. I would imagine ipython goes >> last. >> >> > That h

Re: [Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-13 Thread Uri Laserson
> > > Well, on my Linux system, when I get that error, it happens when I do > an update of numpy, but fail to rebuild mpl. Here is the order how I > build things: numpy, scipy, matplotlib. I would imagine ipython goes > last. > > That has been my order as well. How can I track down why the impor

Re: [Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-13 Thread Benjamin Root
On Monday, December 13, 2010, Uri Laserson wrote: > > Can you try importing pyplot from a regular python prompt?  If that > works, then the issue is with ipython messing up the import process of > mpl. > >  I get exactly the same problem... > > > laser...@hobbes:~$ pythonPython 2.7.1 (r271:86832,

Re: [Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-13 Thread Uri Laserson
> > > Can you try importing pyplot from a regular python prompt? If that > works, then the issue is with ipython messing up the import process of > mpl. > > I get exactly the same problem... laser...@hobbes:~$ python Python 2.7.1 (r271:86832, Dec 13 2010, 14:21:05) [GCC 4.2.1 (Apple Inc. build 5

Re: [Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-13 Thread Benjamin Root
On Monday, December 13, 2010, Uri Laserson wrote: > Hi all, > I am trying to install matplotlib on a MacMini Intel Core 2 Duo with a clean > install of Mac OS X 10.6.  I am using python 2.7 that I built from source > using the homebrew package installer.  I also installed numpy 1.5.1 from > sou

[Matplotlib-users] Problems installing MPL on OS X 10.6 Snow Leopard with python2.7

2010-12-13 Thread Uri Laserson
Hi all, I am trying to install matplotlib on a MacMini Intel Core 2 Duo with a clean install of Mac OS X 10.6. I am using python 2.7 that I built from source using the homebrew package installer. I also installed numpy 1.5.1 from source, using the following environment variables: export MACOSX_D

Re: [Matplotlib-users] problems installing matplotlib

2009-03-25 Thread George B. Myers
Doh! I was misinterpreting what the message meant. So, what it is saying is that it found those things, even libpng, but was then attempting for some reason to make a connection to my X server, and failing because of my convoluted connections. Sigh. I had interpreted that part of the messag

Re: [Matplotlib-users] problems installing matplotlib

2009-03-25 Thread Jouni K . Seppänen
George Myers writes: > However, when I try 2.5.3 for example I am getting the following: The following looks like the script found numpy and freetype just fine: > REQUIRED DEPENDENCIES > numpy: 1.2.1 > freetype2: 9.8.3 But then there was some other problem: > OPT

[Matplotlib-users] problems installing matplotlib

2009-03-24 Thread George Myers
I have been trying to install matplotlib under various versions of python. I was able to get it installed in a 2.4.2 version, but, attempts to install it in 2.5.3 and 2.6.1 have run into the same problem, that being the inability of the setup script to locate numpy and freetpye2, both of which a

[Matplotlib-users] problems installing matplotlib on RHEL5 with easy_install

2008-04-23 Thread Michael Hearne
I'm experimenting with installing a full python/numpy/scipy/matplotlib etc. suite on a RedHat Enterprise 5 system, and trying to document what would be the simplest procedure to accomplish each step. I managed to install numpy using easy_install, but when I tried to install matplotlib using

Re: [Matplotlib-users] Problems installing matplotlib

2007-06-28 Thread Edin Salkovic
Hi Alexander, On 6/28/07, Alexander Dietz <[EMAIL PROTECTED]> wrote: > Hi, > > I have problems installing matplotlib 0.90.1. An error occurs when doing > "python setup.py build": > > /usr/include/features.h:150:1: warning: this is the location of the previous > definition > src/_ns_backend_agg.cpp

[Matplotlib-users] Problems installing matplotlib

2007-06-28 Thread Alexander Dietz
Hi, I have problems installing matplotlib 0.90.1. An error occurs when doing "python setup.py build": /usr/include/features.h:150:1: warning: this is the location of the previous definition src/_ns_backend_agg.cpp: In member function `Py::Object RendererAgg::write_png(const Py::Tuple&)': src/_ns

Re: [Matplotlib-users] problems installing

2007-01-23 Thread John Hunter
> "Peter" == Peter J Bismuti <[EMAIL PROTECTED]> writes: Peter> /usr/include/pygtk-2.0/pygobject.h:140: error: expected `,' Peter> or `...' before "typename" Peter> /usr/include/pygtk-2.0/pygobject.h:147: error: expected `,' Peter> or `...' before "typename" In file included fr

Re: [Matplotlib-users] problems installing

2007-01-23 Thread Darren Dale
I'm guessing that you are installing on a system that includes pygtk-2.4 (RHEL?). If that is the case, it is probably a bug in pygtk, see http://matplotlib.sourceforge.net/faq.html#PYGTK24 If this is not the case, please post again with more information concerning os and version, etc. Darren

[Matplotlib-users] problems installing

2007-01-22 Thread Peter J. Bismuti
HI, I'm getting an error message when I try to install. Can anyone give me some help please? Thanks in advance. -bash-3.00$ uname -a Linux skagit 2.6.9-42.0.2.ELsmp #1 SMP Thu Aug 17 17:57:31 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux -bash-3.00$ python Python 2.3.4 (#1, Sep 26 2006, 17:25:54)