On Thu, Aug 13, 2009 at 09:30:22AM -0600, Jeff Whitaker wrote:
> Ariel Rokem wrote:
> > Resending with CC to list:

> > D'oh. I forgot to do that. OK - now I went back and ran:

> > env ARCHFLAGS='-arch i386' python setup.py install

> > That also went with no hitches

> > Then, in Python:


> >>>> import matplotlib
> >>>> matplotlib.__version__

> > '0.98.5.2'


> Ariel:  This tells me you really didn't install it, or you installed it 
> in a different version of python than you are trying to import it with.

> > So - still no version update. I ran:

> > 'easy_install matplotlib', which somehow seems to change the path
> > setting to find the most recent version of things (maybe someone here
> > can tell me how this happens?) now:


I am not sure that Ariel didn't install things right. He might be a
victim of setuptools' monkey patching of sys.path. Ariel, you should go
around in the various easy_install.pth in the different folder on you
Python path (that is the system ones as well as the ones in your
$PYTHONPATH) and make sure that any reference to matplotlib is removed.

Gaƫl

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to