On Tue, Jul 1, 2008 at 8:22 AM, Gideon Simpson <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] python simple_plot.py --verbose-debug >>run.out
>
> $HOME=/Users/gideon

I'm a bit stumped.  I'd like to see the following shell output of a
clean build and install -- could you run these and paste the entire
shell session as well as the build.out and run.out files?  Hopefully
we can crack this nut!

cd ~/mpl  # or whatever your src dir is
rm -rf build
sudo rm -rf /opt/lib/python2.5/site-packages/matplotlib*
grep CONFIG lib/matplotlib/__init__.py
python -c 'import matplotlib; print matplotlib.__file__'
cat setup.cfg
sudo python setup.py install --prefix=/opt >& build.out
cd examples/pylab_examples/
python -c 'import matplotlib; print matplotlib.__file__'
python simple_plot.py --verbose-debug >& run.out

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