From: Jouni K. S. <jk...@ik...> - 2012-07-05 21:34:06
|
Russell Owen <ro...@uw...> 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 |