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