Hi All,

If anyone has some time, matplot lib is not currently working.  I'm working on 
Mars landed operations, so am without time to work on this while supporting 
Phoenix for the next month.

Thanks,
-kurt




----- Original Message ----
From: Radek Szklarczyk <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Sent: Wednesday, June 18, 2008 4:45:14 AM
Subject: Re: fink matplotlib-py24


It appears that there's a conflict between the old 0.9.0 matplotlib (newest in 
fink) and a new numpy (1.1)! Matplotlib at least 0.91.2 is needed.

I've found this conversation 
(http://thread.gmane.org/gmane.comp.python.matplotlib.general/12927/focus=12929).

------------------------------------------------------------------
Favicon
From: Eric Firing <[EMAIL PROTECTED]>
Subject: Re: Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1
Newsgroups: gmane.comp.python.matplotlib.general
Date: 2008-05-28 17:54:10 GMT (2 weeks, 6 days, 17 hours and 46 minutes ago)

Tommy,

That's right.  If you upgrade numpy you need to upgrade mpl to 0.91.2 or 
later.

Eric

Tommy Grav wrote:
> [skathi:~/Work/myCode/pyS3M] tgrav% python
> ActivePython 2.5.1.1 (ActiveState Software Inc.) based on
> Python 2.5.1 (r251:54863, May  1 2007, 17:40:00)
> [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>  >>> import numpy
>  >>> numpy.__version__
> '1.1.0'
>  >>> import pylab
> Traceback (most recent call last):
>    File "<stdin>", line 1, in <module>
>    File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ 
> python2.5/site-packages/pylab.py", line 1, in <module>
>      from matplotlib.pylab import *
>    File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ 
> python2.5/site-packages/matplotlib/pylab.py", line 206, in <module>
>      from matplotlib.numerix import npyma as ma
>    File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ 
> python2.5/site-packages/matplotlib/numerix/__init__.py", line 166, in  
> <module>
>      __import__('ma', g, l)
>    File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ 
> python2.5/site-packages/matplotlib/numerix/ma/__init__.py", line 16,  
> in <module>
>      from numpy.core.ma import *
> ImportError: No module named ma
>  >>> import matplotlib
>  >>> matplotlib.__version__
> '0.91.1'
>

---
Radek Szklarczyk, [EMAIL PROTECTED], www.cmbi.ru.nl/~radek


      
-------------------------------------------------------------------------
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
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to