Simpson
> Subject: [Matplotlib-users] mpl 1.0.1 + snow leopard + python 2.7
> To: matplotlib-users@lists.sourceforge.net
> Date: Tuesday, February 22, 2011, 1:35 PM
> Hi, I have OS X 10.6.6, Python 2.7.1
> installed from the binary at python.org, and I am trying to
> get mpl 1.
Per a suggestion, I downgraded myself to the 32 bit python 2.7.1. I tried
installing the 32 bit binaries from the website, but get the following:
Python 2.7.1 (r271:86882M, Nov 30 2010, 09:39:13)
[GCC 4.0.1 (Apple Inc. build 5494)] on darwin
Type "help", "copyright", "credits" or "license" for
That's right. python setup.py build seems to execute without a problem (though
there were some warnings). But then I get an architecture issue.
-gideon
On Feb 22, 2011, at 4:54 PM, Darren Dale wrote:
> On Tue, Feb 22, 2011 at 4:21 PM, Gideon Simpson
> wrote:
>> Here's the ouput I got:
>>
>>
Gideon Simpson, on 2011-02-22 16:21, wrote:
> Here's the ouput I got:
>
> Python 2.7.1 (r271:86882M, Nov 30 2010, 10:35:34)
> [GCC 4.2.1 (Apple Inc. build 5664)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import pylab
> Traceback (most recent call la
On Tue, Feb 22, 2011 at 4:21 PM, Gideon Simpson
wrote:
> Here's the ouput I got:
>
> Python 2.7.1 (r271:86882M, Nov 30 2010, 10:35:34)
> [GCC 4.2.1 (Apple Inc. build 5664)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
import pylab
> Traceback (most recent
Here's the ouput I got:
Python 2.7.1 (r271:86882M, Nov 30 2010, 10:35:34)
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pylab
Traceback (most recent call last):
File "", line 1, in
File
"/Library/Frameworks/Py
Hi, I have OS X 10.6.6, Python 2.7.1 installed from the binary at python.org,
and I am trying to get mpl 1.0.1 running. I have no problem with numpy/scipy,
but I seem to be having 32 vs. 64 bit issues with mpl. I believe that the
binaries online are only 32 bit, yet my installation is 64 bit.