On Thu, Jan 20, 2011 at 10:23 AM, Jeffrey Wong <jeffw...@gmail.com> wrote: > On Jan 20, 2011, at 6:14 AM, John Hunter wrote: > >> On Thu, Jan 20, 2011 at 2:50 AM, Jeffrey Wong <jeffw...@gmail.com> wrote: >>> Hi, >>> >>> I tried to install matplotlib on python 2.7 and use the graph drawing >>> functionality with NetworkX (nodes and edges). >>> >>> easy_install and pip both think that the latest version is 0.91.1, which is >>> wrong because it will import numpy.core.ma instead of numpy.ma. >>> >>> >>> I'm not sure how to fix this but PyPI lists you as the maintainer so I >>> thought you might know. >>> >>> Thanks for putting it in PyPI anyhow! >> >> CC-ing the devel list. >> >> It's not clear to me why this is -- I have 1.0.1 as the active version >> on pypi, which is reflected on http://pypi.python.org/pypi/matplotlib >> and the download URL is listed as >> >> https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0.1/ >> >> 0.91.1 is flagged as hidden. I am not a pypi expert, but don't see >> anything wrong here, > > > I can't use my python 2.7 to reproduce the problem since I installed > matplotlib manually using the MacOS X Python 2.7 dmg/installer. > It now sees matplotlib 1.0.1-r0 as current. > > However with the system python 2.5, it makes the following search: > > emcs-imac:Facethingy jeffwong$ /usr/bin/easy_install -n matplotlib > Searching for matplotlib > Reading http://pypi.python.org/simple/matplotlib/ > Reading http://matplotlib.sourceforge.net > Reading > https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0 > Reading > https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-0.99.3/ > Reading > http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474 > Reading > https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=278194 > Reading http://sourceforge.net/project/showfiles.php?group_id=80706 > Reading > https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474 > Reading > https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-0.99.1/ > Reading > https://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0.1/ > Best match: matplotlib 0.91.1 > Downloading > http://pypi.python.org/packages/source/m/matplotlib/matplotlib-0.91.1.tar.gz#md5=56a9344b077b5accbc4823be19f69dd6 > ^Cinterrupted > emcs-imac:Facethingy jeffwong$ > > > Perhaps someone sees something obviously wrong with this...
I see -- we have seen problems with this before. It is very difficult to get eggs names properly for OSX that are recognized. We have http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0.1/matplotlib-1.0.1_r0-py2.7-macosx-10.3-fat.egg/download My guess is that the "_r0" or "10.3" in the name is breaking the matching rule JDH ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel