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 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