v1.1.1rc2 tarballs are up

Russell Owen <rowen@...748...> writes:

By the way: I installed ghostscript from source and Inkscape
application from binary. More tests pass, but many still show K. My
guess is that matplotlib can see ghostscript but not the Inkscape
application (no surprise). Inkscape has too many dependencies for me
to want to try to build it from source.

The following should help matplotlib find Inkscape:

PATH=$PATH:/Applications/Inkscape.app/Contents/Resources/bin \
    python -c 'import matplotlib; matplotlib.test(1)'

···

--
Jouni K. Sepp�nen