Op vrijdag 21 juni 2013 12:02:19 UTC+2 schreef Matthieu Deneufchâtel het
volgende:
>
> I created a sandbox, modified the file free_monoid_element.py then rebuilt
> the Sage library (see below) but the function I added is not known:
> sage: M=FreeMonoid(3,'x,y,z')
> sage: a = M.an_element()
> sage: toword(a)
> Which step did I skip so that it does not work ?
>
You probably need to do
sage: from sage.monoids.free_monoid_element import toword
before calling the function. Alternatively, you could put that line in
sage/monoids/all.py.
Best, Timo
--
You received this message because you are subscribed to the Google Groups
"sage-devel" 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 http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.