savefig crashes when grid is on

Hi John When I try to save any figure with a grid in .eps

    > format, I get an error message. I am using the 0.74
    > version.

Hi Kristen,

Hmm, I don't get the crash.

  In [1]: plot([1,2,3])
  Out[1]: [<matplotlib.lines.Line2D instance at 0x4202b26c>]
  In [2]: grid()
  In [3]: savefig('test.eps')

Sometimes it helps to delete site-packages/matplotlib and your build
subdirectory to insure a clean install, though I don't think that is
the problem here.

Could you post a complete script that exposes the bug, run it with the
--verbose-helpful flag and report the output, and attach an rc file if
you are doing any customizations to it besides changing the default
backend.

Thanks,
JDH