Re: [Tutor] Installing problem in matplotlib

2007-12-31 Thread Chris Fuller
Is there a reason you are building from scratch? There are binaries for win32, and most linux distributions. You will need the development packages for libpng, zlib, and freetype, and others, depending on the GUI backends you want to use. These can be configured in the setup.cfg file. See

Re: [Tutor] Installing problem in matplotlib

2007-12-31 Thread Alan Gauld
"Sabyasachi Pal" <[EMAIL PROTECTED]> wrote > While installing matplot lib, I am facing errors given below after > trying "python setup.py build". I made it sure that freetype (>= > 2.1.7), libpng and zlib are installed along with there devel > versions. > Can any one help? Not an expert in matp

[Tutor] Installing problem in matplotlib

2007-12-30 Thread Sabyasachi Pal
HI, While installing matplot lib, I am facing errors given below after trying "python setup.py build". I made it sure that freetype (>= 2.1.7), libpng and zlib are installed along with there devel versions. Can any one help? running build running build_py copying lib/matplotlib/mpl-data/matplotl