Hi
I am trying install scipy on AIX 6.1 power7, I saw how to install here
https://sourceforge.net/mailarchive/forum.php?thread_name=4EFB7DC6.6020805%40ucar.edu&forum_name=matplotlib-devel
But I got this error:
/
//bruno@xcat01 /home/bruno/local/sources/matplotlib-1.2.0 # xlC -ma
-I/opt/freewa
On Tue, Jul 23, 2013 at 12:18 PM, Bruno L. Amadio Caires <
[email protected]> wrote:
> Hi
>
> I am trying install scipy on AIX 6.1 power7, I saw how to install here
> https://sourceforge.net/mailarchive/forum.php?thread_name=4EFB7DC6.6020805%40ucar.edu&forum_name=matplotlib-devel
>
> But I got
Just checked out rc5 from git and did an install, and ran into a pyparsing
version check issue. Turns out I completely forgot to do a "git clean
-fxd". Doing that fixed the problem. When we officially announce this,
perhaps it would be best to mention that command? In addition, it would
probabl
I noticed that this release candidate will always skip the Mac OS X backend,
as the .check() method of BackendMacOSX in setupext.py returns None. Adding
return "darwin"
or some other string solves the issue.
Also, if I am not mistaken, the files under
lib/matplotlib/backends/Matplotlib.nib (as