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 \

    > 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.

Well, since it is open source software, you can always go into that
file Nils and comment out the warning and reinstall...

JDH