Re: [Numpy-discussion] Having trouble installing Numpy on OS X

2009-01-25 Thread Nat Wilson
I ended by giving up and grabbing the binary. I'll get 2.5 for Numpy too. I did grab Xcode 2.5, which has gcc 4.0.1. I didn't feel up to manually doing a complete change to the latest gcc, at least while my needs are being met. Thanks, Nat On Jan 24, 2009, at 9:04 PM, Michael Abshoff wrot

Re: [Numpy-discussion] Having trouble installing Numpy on OS X

2009-01-24 Thread Michael Abshoff
Robert Kern wrote: > On Sat, Jan 24, 2009 at 18:31, Nat Wilson wrote: >> It throws this out. >> >> Python 2.6.1 (r261:67515, Jan 24 2009, 16:08:37) >> [GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin >> Type "help", "copyright", "credits" or "license" for more information. >> >>>

Re: [Numpy-discussion] Having trouble installing Numpy on OS X

2009-01-24 Thread Robert Kern
On Sat, Jan 24, 2009 at 19:13, Nat Wilson wrote: > To be honest, I really don't know. I followed the directions in /Mac/ > README for a framework install. > > How would I check this? Another possibility for tracking down the problem would be to start up Python under gdb, add a breakpoint for the

Re: [Numpy-discussion] Having trouble installing Numpy on OS X

2009-01-24 Thread Robert Kern
On Sat, Jan 24, 2009 at 19:13, Nat Wilson wrote: > To be honest, I really don't know. I followed the directions in /Mac/ > README for a framework install. > > How would I check this? Rebuild and look at the compiler command lines as they go by. -- Robert Kern "I have come to believe that the w

Re: [Numpy-discussion] Having trouble installing Numpy on OS X

2009-01-24 Thread Nat Wilson
To be honest, I really don't know. I followed the directions in /Mac/ README for a framework install. How would I check this? Thanks a lot for sticking with me, Nat On Jan 24, 2009, at 7:41 PM, Robert Kern wrote: > On Sat, Jan 24, 2009 at 18:31, Nat Wilson > wrote: >> It throws this out. >

Re: [Numpy-discussion] Having trouble installing Numpy on OS X

2009-01-24 Thread Robert Kern
On Sat, Jan 24, 2009 at 18:31, Nat Wilson wrote: > It throws this out. > > Python 2.6.1 (r261:67515, Jan 24 2009, 16:08:37) > [GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import os > >>> os.urandom

Re: [Numpy-discussion] Having trouble installing Numpy on OS X

2009-01-24 Thread Nat Wilson
It throws this out. Python 2.6.1 (r261:67515, Jan 24 2009, 16:08:37) [GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import os >>> os.urandom(16) '\xe0;n\x8a*\xb4\x08N\x80<\xef\x9b*\x06\x1b\xc4' >>> Nat

Re: [Numpy-discussion] Having trouble installing Numpy on OS X

2009-01-24 Thread Robert Kern
On Sat, Jan 24, 2009 at 17:58, Nat Wilson wrote: > Ah, no, I can't import it. > > What does this mean? As far as I know, I built Python as instructed. I'm not sure. Can you show me what os.urandom(16) gives you? -- Robert Kern "I have come to believe that the whole world is an enigma, a harmle

Re: [Numpy-discussion] Having trouble installing Numpy on OS X

2009-01-24 Thread Nat Wilson
Ah, no, I can't import it. What does this mean? As far as I know, I built Python as instructed. Python 2.6.1 (r261:67515, Jan 24 2009, 16:08:37) [GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from rando

Re: [Numpy-discussion] Having trouble installing Numpy on OS X

2009-01-24 Thread Robert Kern
On Sat, Jan 24, 2009 at 12:34, Nat Wilson wrote: > Would anyone be willing to help me interpret an error while trying to > build and install Numpy? I've searched around, and haven't seen this > elsewhere. > File "/Library/Frameworks/Python.framework/Versions/2.6/lib/ > python2.6/tempfile.py", l

Re: [Numpy-discussion] Having trouble installing Numpy on OS X

2009-01-24 Thread Jeff Whitaker
Nat Wilson wrote: > Would anyone be willing to help me interpret an error while trying to > build and install Numpy? I've searched around, and haven't seen this > elsewhere. > > I've been running into this wall for about half the day now. I've > tried reinstalling Python, using numpy 1.2.0 an

Re: [Numpy-discussion] Having trouble installing Numpy on OS X

2009-01-24 Thread Jeff Whitaker
Nat Wilson wrote: > Would anyone be willing to help me interpret an error while trying to > build and install Numpy? I've searched around, and haven't seen this > elsewhere. > > I've been running into this wall for about half the day now. I've > tried reinstalling Python, using numpy 1.2.0 an

Re: [Numpy-discussion] Having trouble installing Numpy on OS X

2009-01-24 Thread Nat Wilson
I had not, but that doesn't seem to make any difference. By the way, I'm using gfortran 4.2.3 as I do this. Nat On Jan 24, 2009, at 4:38 PM, John Gleeson wrote: On 2009-01-24, at 11:34 AM, Nat Wilson wrote: Would anyone be willing to help me interpret an error while trying to build and in

Re: [Numpy-discussion] Having trouble installing Numpy on OS X

2009-01-24 Thread John Gleeson
On 2009-01-24, at 11:34 AM, Nat Wilson wrote: > Would anyone be willing to help me interpret an error while trying to > build and install Numpy? I've searched around, and haven't seen this > elsewhere. > > I've been running into this wall for about half the day now. I've > tried reinstalling Pyth

[Numpy-discussion] Having trouble installing Numpy on OS X

2009-01-24 Thread Nat Wilson
Would anyone be willing to help me interpret an error while trying to build and install Numpy? I've searched around, and haven't seen this elsewhere. I've been running into this wall for about half the day now. I've tried reinstalling Python, using numpy 1.2.0 and 1.2.1. I have Python 2.6.1