On Thu, Jun 12, 2008 at 4:19 PM, T J <[EMAIL PROTECTED]> wrote:
> 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

http://lists.sourceforge.net/mailman/listinfo/matplotlib-devel

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to