[SciPy-user] fftpack fails on cvs build (OSX)
Christopher Fonnesbeck
chris at fonnesbeck.org
Tue Feb 17 10:36:27 EST 2004
On Feb 17, 2004, at 10:26 AM, Pearu Peterson wrote:
> Could you update cvs and try again? I have added Bob's suggestion
> there.
> Let me know if it works or not.
You added:
opt.append('-framework','Python')
which gives an error, since append only takes 1 argument. Substituting:
opt.append("-framework Python")
gives the following error:
g77: Python: No such file or directory
C.
--
Christopher J. Fonnesbeck ( c h r i s @ f o n n e s b e c k . o r g )
Georgia Cooperative Fish & Wildlife Research Unit, University of Georgia
More information about the SciPy-User
mailing list