No plots show after update

I just updated my version of matplotlib to r5496, and now when I type
show(), nothing happens. What could have gone wrong? Sorry if this is
simple. I've attached a log of the installation.

t

typescript (91.5 KB)

I just updated my version of matplotlib to r5496, and now when I type
show(), nothing happens. What could have gone wrong? Sorry if this is
simple. I've attached a log of the installation.

Try

  > rm -rf build
  > rm -rf /path/to/site-packages/matplotlib*
  > svn up
  > python setup.py install > build.out
  > python examples/pylab_examples/simple_plot.py --verbose-debug > run.out

and post build.out and run.out.

Also, please post svn problems to the matplotlib-devel list

···

On Thu, Jun 12, 2008 at 4:19 PM, T J <tjhnson@...287...> wrote: