Re: [Numpy-discussion] question about scipy superpack

2012-08-07 Thread Chris Barker
On Mon, Aug 6, 2012 at 8:51 PM, Tom Krauss thomas.p.kra...@gmail.com wrote: I got a new job, and a new mac book pro on which I just installed Mac OS X 10.8. congrats -- on the job, and on an employer that gets you a mac! I need to run SWIG to generate a shared object from C++ source that

Re: [Numpy-discussion] question about scipy superpack

2012-08-07 Thread Thiago Franco Moraes
A little off-topic, but related: Which python version do you recommend to install in Mac OS X 10.8? The native one? The one from python.org? or the one compiled via homebrew? And do you think it's better to use the 32 or 64 bits? Thanks! On Tue, Aug 7, 2012 at 12:35 PM, Chris Barker

Re: [Numpy-discussion] question about scipy superpack

2012-08-07 Thread Ralf Gommers
On Tue, Aug 7, 2012 at 5:35 PM, Chris Barker chris.bar...@noaa.gov wrote: On Mon, Aug 6, 2012 at 8:51 PM, Tom Krauss thomas.p.kra...@gmail.com wrote: I got a new job, and a new mac book pro on which I just installed Mac OS X 10.8. congrats -- on the job, and on an employer that gets you

Re: [Numpy-discussion] question about scipy superpack

2012-08-07 Thread Tom Krauss
I'm on 10.8 and am using the Apple Mac OS X Mountain Lion python (2.7.2). Here's what I ended up doing, FWIW: - I installed pip (sudu easy_install pip) - I installed virtualenv - created a new virtual environment [recommended since superpack installs a bunch of development versions of the

[Numpy-discussion] question about scipy superpack

2012-08-06 Thread Tom Krauss
Hi, I got a new job, and a new mac book pro on which I just installed Mac OS X 10.8. I need to run SWIG to generate a shared object from C++ source that works with numpy.i. I'm considering installing the Scipy Superpack, but I have a question. If I install the Scipy Superpack, which has most