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