First time here? Check out the FAQ!
answered 14 years ago
Instead of "from feynman import *", try "attach feynman.sage" - my guess is that if you use the from ... import syntax then the .sage file is treated like a .py file rather than sage code.
from feynman import *
attach feynman.sage
from ... import