On Aug 29, 2007, at 5:12 PM, Hardeep Nahal wrote:
>
> Yes, I think my libpng library was corrupt, but when I tried
> reinstalling, it still wouldn't work.

It's not corrupt, it's just not the correct kind of library.  There  
are two types: static libraries (.a), which get compiled into a  
program, and shared libraries (.so), which are stored outside of the  
program.  Trying to compile a shared library that uses a static  
library is always a bit dodgy and sometimes fails completely.  If you  
really need to use your own copy of libpng you should re-run the  
configure script with the "--enable-shared" option and then  
recompile.  Since you're using Debian I'd advise you to just use the  
libraries it provides whenever possible.  That ought to make your  
life easier.

> It appears the matplotlib and numpy packages that come with Debian are
> incompatible.

I have been unable to reproduce the problem you were having with the  
Debian matplotlib and numpy packages.  I'd appreciate more details  
about the packages you had installed, if you don't mind breaking your  
system again briefly.  Could you please reinstall them, verify that  
the problem still occurs, and then email me the output of the  
following four commands?  If you don't have time to work on this  
right now don't worry about it.

Here are the commands which will provide me with the information I  
require:

        $ cat /etc/debian_version
        $ dpkg -s python
        $ dpkg -s python-numpy
        $ dpkg -s python-numarray

Thanks,
Ken

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to