Re: [Matplotlib-users] Installation issue: python setup.py install --home=... fails

2013-11-22 Thread Russell E. Owen
In article <528e8aac.1090...@stsci.edu>, Michael Droettboom wrote: > When you use |--home|, distutils assumes you are referring to a home > directory in which you have a tree of libraries in |lib|lib64| living > there, so it appends |lib64/python| to the given path: > > |> python setup.py i

Re: [Matplotlib-users] installation issue

2009-04-28 Thread John Hunter
On Tue, Apr 28, 2009 at 9:51 AM, Jouni K. Seppänen wrote: > Bala subramanian writes: > > > Meanwhile i would like to know. Suppose if i install the latest mpl that > i > > just downloaded, will it overwrite the mpl version 0.98.1 previously > > installed with yum ? If not, when i give ipython -p

Re: [Matplotlib-users] installation issue

2009-04-28 Thread Jouni K . Seppänen
Bala subramanian writes: > Meanwhile i would like to know. Suppose if i install the latest mpl that i > just downloaded, will it overwrite the mpl version 0.98.1 previously > installed with yum ? If not, when i give ipython -pylab, which version will > be loaded, I mean which version would be my

Re: [Matplotlib-users] installation issue

2009-04-28 Thread Sandro Tosi
On Tue, Apr 28, 2009 at 15:26, Bala subramanian wrote: > Hi, > I think freetype is already installed in Fedora10. When i search yum as I said freetype2 *headers*, those files needed for development, not runtime support. Install the according packages for your distribution. -- Sandro Tosi (aka m

Re: [Matplotlib-users] installation issue

2009-04-28 Thread Bala subramanian
Hi, Thank you. I will install the headers and try again. Meanwhile i would like to know. Suppose if i install the latest mpl that i just downloaded, will it overwrite the mpl version 0.98.1 previously installed with yum ? If not, when i give ipython -pylab, which version will be loaded, I mean whi

Re: [Matplotlib-users] installation issue

2009-04-28 Thread Jouni K . Seppänen
Bala subramanian writes: > I think freetype is already installed in Fedora10. When i search yum as > follows, yum says freetype is installed already. You probably need to install a package named freetype-devel (or something like that) to get the freetype headers you need for compiling matplotlib

Re: [Matplotlib-users] installation issue

2009-04-28 Thread Bala subramanian
Hi, I think freetype is already installed in Fedora10. When i search yum as follows, yum says freetype is installed already. *[r...@ramana cbala]# yum info freetype* Loaded plugins: refresh-packagekit Installed Packages Name : freetype Arch : i386 Version: 2.3.7 Release: 1.fc10

Re: [Matplotlib-users] installation issue

2009-04-28 Thread Sandro Tosi
On Tue, Apr 28, 2009 at 14:46, Bala subramanian wrote: > [r...@ramana matplotlib-0.98.5.2]# python setup.py build > In file included from src/ft2font.cpp:1: > src/ft2font.h:31: error: ‘FT_Bitmap’ has not been declared > src/ft2font.h:31: error: ‘FT_Int’ has not been declared > src/ft2font.h:31: er

[Matplotlib-users] installation issue

2009-04-28 Thread Bala subramanian
Friends, I installed matplotlib in Fedora10 using yum which installed the version 0.98.1 .I could nt upgrade matplotlib using yum. Hence i downloaded the source and tried to install but i am getting the following error. Kindly write me what is going wrong. [r...@ramana matplotlib-0.98.5.2]# pytho