Re: [Matplotlib-users] installation problem

2014-07-02 Thread jw
I installed using version 1.3.1 windows binary "matplotlib-1.3.1.win32-py2.7.exe" from mathplotlib download. Installation went fine, but when using the package, it says "dateutil" and "pyparsing" are missing, which are supposed to be bundled according to the installation instruction. Is this a bug

Re: [Matplotlib-users] ImportError: DLL load failed: The specified module could not be found (related to png16.dll)

2014-07-02 Thread Christoph Gohlke
On 7/2/2014 11:46 AM, Alan Ezust wrote: > I am still trying to build matplotlib on windows. The instructions on > 1717 were very helpful, I managed to build the > prerequisites manually based on the instructions in the dep_build.cmd > that came from matplotlib-winbuild project. > > But when I try t

[Matplotlib-users] ImportError: DLL load failed: The specified module could not be found (related to png16.dll)

2014-07-02 Thread Alan Ezust
I am still trying to build matplotlib on windows. The instructions on 1717 were very helpful, I managed to build the prerequisites manually based on the instructions in the dep_build.cmd that came from matplotlib-winbuild project. But when I try to run it I get this error message: >>> import matp