Russell Owen <ro...@uw.edu> 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
http://www.iki.fi/jks


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to