[f2py] using f2py without Numeric
Chris Fonnesbeck
fonnesbeck at gmail.com
Mon Oct 3 01:23:12 EEST 2005
Can f2py be used *only* with numarray? I have installed it with on my
numarray on my system, but get the following error when I try to use
it:
Oliver:/usr/local/src/PyMC/PyMC chris$ f2py -c -m flib flib.fFailed to
import Numeric: No module named Numeric
Traceback (most recent call last):
File "/usr/local/bin/f2py", line 4, in ?
f2py2e.main()
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/f2py2e/f2py2e.py",
line 699, in main
run_compile()
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/f2py2e/f2py2e.py",
line 638, in run_compile
raise ImportError,'Must have Numeric installed.'
ImportError: Must have Numeric installed.
Thanks
C.
More information about the f2py-users
mailing list