On Mon, Jun 2, 2008 at 1:04 PM, Les Schaffer <[EMAIL PROTECTED]> wrote:

>> yep, its right there. very weird.  does matplotlib fiddle with sys.path
>> or some such?????

No.  Have you nuked all references to pylab.* and matplotlib* (esp
including any egg files?)  Search your system for matplotlib and kill
all the old stuff-- egg files can do evil things.  Also, what
directory are you running from?

Oh, I think I suddenly get it.  If you are running from the examples
directory itself, eg

> python pylab/simple_plot.py

matplotlib i seeing "pylab" and trying to import it.  Try

> cd examples/pylab
> python simple_plot.py --verbose-helpful

I think we need to rename that examples subdir.  Is this the cause of
your problem?

JDH

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to