Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-13 Thread David
On 06/14/2010 08:10 AM, Vincent Davis wrote: > > I kinda get that, I posted on the nose list ask what source/version to > install. I installed the most recent. They have a special branch for py3k support, I think you have to use that, cheers, David __

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-13 Thread Vincent Davis
On Sun, Jun 13, 2010 at 5:06 PM, David Cournapeau wrote: > > > On Mon, Jun 14, 2010 at 5:17 AM, Vincent Davis > wrote: >> >> As an update. I was able to get py 3.2.1 current source to build/install. >> After that I was able to build and install the current numpy. Everything >> seems ok. >> I did

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-13 Thread David Cournapeau
On Mon, Jun 14, 2010 at 5:17 AM, Vincent Davis wrote: > As an update. I was able to get py 3.2.1 current source to build/install. > After that I was able to build and install the current numpy. Everything > seems ok. > I did try to run the tests but get an error. It looks like nose has a > problem

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-13 Thread Vincent Davis
As an update. I was able to get py 3.2.1 current source to build/install. After that I was able to build and install the current numpy. Everything seems ok. I did try to run the tests but get an error. It looks like nose has a problem. >>> np.test() Running unit tests for numpy Traceback (most rec

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread Vincent Davis
Have any of you built py 3.1.2 from source on a mac? Vincent On Tue, Jun 8, 2010 at 6:56 PM, David wrote: > On 06/09/2010 08:04 AM, Vincent Davis wrote: >> I do have limits.h in 10.4 sdk >> >> So what next. Ay Ideas? >> I had tried to build py 3.1.2 from source but that did not work either. > > I

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread David
On 06/09/2010 08:04 AM, Vincent Davis wrote: > I do have limits.h in 10.4 sdk > > So what next. Ay Ideas? > I had tried to build py 3.1.2 from source but that did not work either. I had the same issue when I tried the python 3 branch on mac os x. I have not found the issue yet, but I am afraid it

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread Vincent Davis
I do have limits.h in 10.4 sdk So what next. Ay Ideas? I had tried to build py 3.1.2 from source but that did not work either. Thanks Vincent On Tue, Jun 8, 2010 at 3:15 PM, Zachary Pincus wrote: > Hi Vincent, > > I'm not really sure -- now the build is using the 10.4 SDK but still > not findin

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread Zachary Pincus
Hi Vincent, I'm not really sure -- now the build is using the 10.4 SDK but still not finding the right headers. Could you check to see that the following file exists: /Developer/SDKs/MacOSX10.4u.sdk/usr/include/limits.h If it does, then I'm really not sure what's going on. Zach On Jun 8, 2

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread Zachary Pincus
> Failed again, I have attached the output including the execution of > the above commands. > Thanks for link to the environment variables, I need to read that. In the attached file (and the one from the next email too) I didn't see the MACOSX_DEPLOYMENT_TARGET=10.4 export MACOSX_DEPLOYMENT_TA

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread Zachary Pincus
> On Tue, Jun 8, 2010 at 7:58 AM, Zachary Pincus > wrote: >> This is unexpected, from the error log: >>> /Library/Frameworks/Python.framework/Versions/3.1/include/python3.1/ >>> Python.h:11:20: error: limits.h: No such file or directory >> >> No good... it can't find basic system headers. Perhaps

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread Vincent Davis
On Tue, Jun 8, 2010 at 7:58 AM, Zachary Pincus wrote: > This is unexpected, from the error log: >> /Library/Frameworks/Python.framework/Versions/3.1/include/python3.1/ >> Python.h:11:20: error: limits.h: No such file or directory > > No good... it can't find basic system headers. Perhaps it's due

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread Zachary Pincus
This is unexpected, from the error log: > /Library/Frameworks/Python.framework/Versions/3.1/include/python3.1/ > Python.h:11:20: error: limits.h: No such file or directory No good... it can't find basic system headers. Perhaps it's due to the MACOSX_DEPLOYMENT_TARGET environment variable that w

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Vincent Davis
On Mon, Jun 7, 2010 at 7:26 PM, Ralf Gommers wrote: > > > On Tue, Jun 8, 2010 at 4:46 AM, Vincent Davis > wrote: >> >> On Mon, Jun 7, 2010 at 2:11 PM, Skipper Seabold >> wrote: >> > On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis >> > wrote: >> >>   "Cannot compile 'Python.h'. Perhaps you need to

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Ralf Gommers
On Tue, Jun 8, 2010 at 4:46 AM, Vincent Davis wrote: > On Mon, Jun 7, 2010 at 2:11 PM, Skipper Seabold > wrote: > > On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis > wrote: > >> "Cannot compile 'Python.h'. Perhaps you need to "\ > >> SystemError: Cannot compile 'Python.h'. Perhaps you need to in

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Charles R Harris
On Mon, Jun 7, 2010 at 3:19 PM, Vincent Davis wrote: > On Mon, Jun 7, 2010 at 2:54 PM, Zachary Pincus > wrote: > > Hi Vincent, > > > > (1) Fortran compiler isn't necessary for numpy, but is for scipy, > > which isn't ported to python 3 yet. > > (2) Could you put up on pastebin or somewhere online

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Vincent Davis
Well I am way from my computer so I am not sure what's up. You might give it a bit? Vincent On Monday, June 7, 2010, Zachary Pincus wrote: > > On Jun 7, 2010, at 5:19 PM, Vincent Davis wrote: > >> Here is a link to the full output after typing python setup.py build. >> https://docs.google.com/Doc

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Zachary Pincus
On Jun 7, 2010, at 5:19 PM, Vincent Davis wrote: > Here is a link to the full output after typing python setup.py build. > https://docs.google.com/Doc?docid=0AVQgwG2qUDgdZGYyaGo0NjNfMjI5Z3BraHd6ZDg&hl=en that's just bringing up an empty document page for me... ___

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Vincent Davis
On Mon, Jun 7, 2010 at 2:54 PM, Zachary Pincus wrote: > Hi Vincent, > > (1) Fortran compiler isn't necessary for numpy, but is for scipy, > which isn't ported to python 3 yet. > (2) Could you put up on pastebin or somewhere online the full error > you got? > > The problem isn't one of not finding

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Zachary Pincus
Hi Vincent, (1) Fortran compiler isn't necessary for numpy, but is for scipy, which isn't ported to python 3 yet. (2) Could you put up on pastebin or somewhere online the full error you got? The problem isn't one of not finding the Python.h header file, which will be present in the Python 3

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Vincent Davis
On Mon, Jun 7, 2010 at 2:11 PM, Skipper Seabold wrote: > On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis > wrote: >> Going down the prerequisite list I have. >> >> Python 3.1.2 (r312:79360M, Mar 24 2010, 01:33:18) >> [GCC 4.0.1 (Apple Inc. build 5493)] on darwin >> Type "help", "copyright", "credi

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Skipper Seabold
On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis wrote: > Going down the prerequisite list I have. > > Python 3.1.2 (r312:79360M, Mar 24 2010, 01:33:18) > [GCC 4.0.1 (Apple Inc. build 5493)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > nose.__version__ > '

[Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Vincent Davis
Going down the prerequisite list I have. Python 3.1.2 (r312:79360M, Mar 24 2010, 01:33:18) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> nose.__version__ '0.11.0' I don't really understand the fortran stuff so so I just e