Eric Firing wrote:
> _backend_gdk.c and nxutils.c both call into the numpy C API; maybe some
> c++ code does also. It is not entirely clear to me whether 1.1 is
> sufficiently binary-compatible that this is safe.
>
The C API did not change (with the possible exception of additions). I'd
be r
I've consistently been able to build matplotlib on OS X. Just make
sure you have all the dependencies installed. Personally, I have lbpng
and whatnot installed in /usr/local instead of /usr/X11. I don't know
if that'll help. Also, I use the GCC 4.2 that Apple has available for
download on developer
Christopher Barker wrote:
> Tommy Grav wrote:
>>> I
>>> don't know that it has ever all been consolidated into one easy-to-
>>> find, easy-to-use set of instructions that will work for just about anyone.
>
> no, it hasn't.
And one of the reasons may be that it is very complicated in practice,
wi
Tommy Grav wrote:
>> I
>> don't know that it has ever all been consolidated into one easy-to-
>> find, easy-to-use set of instructions that will work for just about anyone.
no, it hasn't.
However, I think:
$ easy-install matplotlib
should work, at least with the python.org python2.5
>> Maybe
On May 28, 2008, at 2:27 PM, John Hunter wrote:
> On Wed, May 28, 2008 at 1:21 PM, Eric Firing <[EMAIL PROTECTED]>
> wrote:
>
>> Maybe someone can provide, or has provided, a universal binary of
>> 0.91.2
>> built against numpy 1.1?
>
> Does it need to be built against numpy 1.1? I thought t
On May 28, 2008, at 2:21 PM, Eric Firing wrote:
> Building on the Mac seems to be a nightmare. There are various emails
> and howto writeups (including one of John's) floating around, but I
> don't know that it has ever all been consolidated into one easy-to-
> find,
> easy-to-use set of instru
On Wed, May 28, 2008 at 1:21 PM, Eric Firing <[EMAIL PROTECTED]> wrote:
> Maybe someone can provide, or has provided, a universal binary of 0.91.2
> built against numpy 1.1?
Does it need to be built against numpy 1.1? I thought the 1.1 release
was binary compatible.
If it is, this egg should wo
Tommy Grav wrote:
> On May 28, 2008, at 1:54 PM, Eric Firing wrote:
>
>> Tommy,
>>
>> That's right. If you upgrade numpy you need to upgrade mpl to
>> 0.91.2 or later.
>>
>> Eric
>
> I am trying to build matplotlib from svn, but run into this error:
> ld: in /Developer/SDKs/MacOSX10.4u.sdk/us
On May 28, 2008, at 1:54 PM, Eric Firing wrote:
> Tommy,
>
> That's right. If you upgrade numpy you need to upgrade mpl to
> 0.91.2 or later.
>
> Eric
I am trying to build matplotlib from svn, but run into this error:
running build
running build_py
copying lib/matplotlib/mpl-data/matplotlibr
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,
On Wed, May 28, 2008 at 12:37 PM, Tommy Grav <[EMAIL PROTECTED]> 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"
[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
>>>
12 matches
Mail list logo