I'm currently trying to use recursive-monkey-patch 
<https://pypi.python.org/pypi/recursive-monkey-patch/0.2.0> (written by 
Nicolas Thiéry, of sage-devel fame) but without success : I tried to follow 
his example, but fails at importing the module containing my new 
definitions :

load("sage_foo.symbolic.expression.Expression.sage")
from recursive_monkey_patch import monkey_patch
import sage
import foo

---------------------------------------------------------------------------ImportError
                               Traceback (most recent call 
last)<ipython-input-125-c8b9012d10c5> in <module>()      2 from 
recursive_monkey_patch import monkey_patch      3 import sage----> 4 import foo
ImportError: No module named foo


I wonder what I'm missing. Probably something pretty trivial...

--
Emmanuel Charpentier

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to