[Numpy-discussion] Multi-taper spectral analysis code available

2011-07-22 Thread martin smith
This is the initial release of a module that implements Thomson's multi-taper spectral analysis algorithms. The code is based on a subroutine from Lees and Park and has, of course, a python interface. References are provided in the readme file. The code has seen substantial usage and should be f

Re: [Numpy-discussion] Setup failure on Max OS X Lion

2011-07-22 Thread Chad Netzer
On Fri, Jul 22, 2011 at 4:52 AM, Mark Higgins wrote: > I just tried to set up numpy on a new laptop with Mac OS X Lion (10.7) and am > running into some problems. > > Any suggestions? On a freshly upgraded-to Lion installation: $ which python /usr/bin/python $ python Python 2.7.1 (r271:86832,

Re: [Numpy-discussion] Setup failure on Max OS X Lion

2011-07-22 Thread Mark Higgins
Sorted - I downloaded the wrong numpy dmg - I pulled in the mac os x 10.3-labelled dmg instead of the 10.6-labelled dmg, which was further down the list on sourceforge. :) On Jul 22, 2011, at 7:52 AM, Mark Higgins wrote: > I just tried to set up numpy on a new laptop with Mac OS X Lion (10.7

[Numpy-discussion] Setup failure on Max OS X Lion

2011-07-22 Thread Mark Higgins
I just tried to set up numpy on a new laptop with Mac OS X Lion (10.7) and am running into some problems. The laptop came with python 2.7 installed, but when I downloaded the dmg for numpy from the sourceforge side, it refused to install it saying that it couldn't find python 2.7. Odd, but mayb