In article <20120213223549.21...@web007.roc2.bluetie.com>,
 "Full Name" <7s...@excite.com> wrote:

> Hello,
> 
> Mac OSX 10.6.8
> matplotlib 1.1.0
> 
> 
> From the matplotlib website:
> =========
> Installing OSX binaries
> If you want to install matplotlib from one of the binary installers we build, 
> you have two choices: a mpkg installer, which is a typical Installer.app, or 
> a binary OSX egg, which you can install via setuptools’ easy_install.
> 
> The mkpg installer will have a “zip” extension, and will have a name like 
> matplotlib-0.99.0.rc1-py2.5-macosx10.5_mpkg.zip. 
> ==========
> 
> Where are those files?  I can't find them anywhere.
> 
> Also from the matplotlib website:
> =======
> You can also use the eggs we build for OSX (see the installation instructions 
> for easy_install if you do not have it on your system already). You can try:
> 
> > easy_install matplotlib
> which should grab the latest egg from the sourceforge site, but sometimes the 
> naming conventions for OSX eggs can be broken (see below). Therefore, there 
> is no guarantee the right egg will be found. We recommend you download the 
> latest egg from our download site directly to your harddrive, and manually 
> install it, eg:
> 
> > easy_install --install-dir=~/dev/lib/python2.5/site-packages/  
> > matplotlib-0.99.0.rc1-py2.5-macosx-10.5-i386.egg
> =======
> 
> Where are those eggs?  I can't find them anywhere.
> 
> On the home page of the matplotlib website, on the right hand side, is a link 
> "downloads", which took me here:
> 
> http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.0/
> 
> There isn't anything later than osx 10.3 there, and there are no egg files at 
> all.  Yet the install directions mention osx10.5. 
> 
> I installed python 2.7, which automatically installed an interpreter named 
> python2.7, because the Numpy installer I found was for python 2.7 and mac osx 
> 10.6. I installed this for matplotlib:
> 
> matplotlib-1.1.0-py2.7-python.org-macosx10.3.dmg
>...

There are no Mac eggs for the current version of matplotlib. The 
references to them are obsolete.

The file you found is the only option for MacOS X (presently). It 
requires python.org's 32-bit Python 2.7, which is for MacOS X 10.3.9 and 
later.

I just built an installer for python.org's 64-bit Python 2.7, which 
requires MacOS X 10.6 and after a bit of testing I'll serve that.

-- Russell


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to