First time here? Check out the FAQ!
answered 2012-05-18 18:27:22 +0100
Try running
$ sage -sh
from the command-line first. When you then run,
$ f2py -m -c rw2 rw2.f90
it will pick up Sage's copy of f2py (which will use Sage's Python).