warnings.warn( 'ghostscript-%s found. ghostscript-%s or later is \

Is it possible to disable this message when importing matplotlib ?

import matplotlib

/usr/lib64/python2.4/site-packages/matplotlib/__init__.py:729:
UserWarning: ghostscript-8.15 found. ghostscript-8.16 or later is
recommended for use with the text.usetex option.
  warnings.warn( 'ghostscript-%s found. ghostscript-%s or later is \

Nils

Not at present. I wanted to make this warning a call to verbose.report, but
couldnt get it to work. The report was not printed. I'll look into it again
this morning.

Darren

···

On Friday 27 January 2006 6:58 am, Nils Wagner wrote:

Is it possible to disable this message when importing matplotlib ?

>>> import matplotlib

/usr/lib64/python2.4/site-packages/matplotlib/__init__.py:729:
UserWarning: ghostscript-8.15 found. ghostscript-8.16 or later is
recommended for use with the text.usetex option.
  warnings.warn( 'ghostscript-%s found. ghostscript-%s or later is \

This is fixed in cvs. The report can be enabled by setting
verbose.level=helpful in matplotlibrc.

···

On Friday 27 January 2006 06:58, Nils Wagner wrote:

Is it possible to disable this message when importing matplotlib ?

>>> import matplotlib

/usr/lib64/python2.4/site-packages/matplotlib/__init__.py:729:
UserWarning: ghostscript-8.15 found. ghostscript-8.16 or later is
recommended for use with the text.usetex option.
  warnings.warn( 'ghostscript-%s found. ghostscript-%s or later is \