First time here? Check out the FAQ!
answered 2011-03-19 04:51:45 +0100
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