Re: [Pythonmac-SIG] Building numpy/scipy for python3 on MacOS Lion

2012-03-24 Thread Ned Deily
In article <1332549773.19437.yahoomail...@web29505.mail.ird.yahoo.com>, Eddy Barratt wrote: > Yeah, thanks, your right I typed it in wrong, but it still isn't working, > though it did build for longer this time before failing. > > This is the error code this time. It talks about something > be

Re: [Pythonmac-SIG] Building numpy/scipy for python3 on MacOS Lion

2012-03-23 Thread Eddy Barratt
/Versions/3.2/include/python3.2m -c scipy/sparse/linalg/dsolve/_superlumodule.c -o build/temp.macosx-10.6-intel-3.2/scipy/sparse/linalg/dsolve/_superlumodule.o -msse3" failed with exit status 1 - Original Message - From: Ned Deily To: pythonmac-sig@python.org Cc: Sent: Friday, 2

Re: [Pythonmac-SIG] Building numpy/scipy for python3 on MacOS Lion

2012-03-23 Thread Ned Deily
[Please keep the discussion on the list. Thanks!] On Mar 23, 2012, at 11:46 , Eddy Barratt wrote: > Thanks Ned, that's great, now I can get numpy to import so I'm definitely > getting somewhere. But scipy still won't build, it 'failed with exit status > 1'. The error message included the comma

Re: [Pythonmac-SIG] Building numpy/scipy for python3 on MacOS Lion

2012-03-21 Thread Ned Deily
In article <1332374918.1428.yahoomail...@web29504.mail.ird.yahoo.com>, Eddy Barratt wrote: > I can't get Numpy or Scipy to work with Python3 on Mac OSX Lion.  > > > I have used pip successfully to install numpy, scipy and matplotlib, and they > work well with Python2.7, but in Python3 typing

[Pythonmac-SIG] Building numpy/scipy for python3 on MacOS Lion

2012-03-21 Thread Eddy Barratt
I can't get Numpy or Scipy to work with Python3 on Mac OSX Lion.  I have used pip successfully to install numpy, scipy and matplotlib, and they work well with Python2.7, but in Python3 typing 'import numpy' brings up 'No module named numpy'. I've tried downloading the source code directly and t