On Thu, Nov 5, 2009 at 10:11 AM, Adam Sorkin <[email protected]> wrote:
>
> Moving to a directly having the braid files, I get
>
> sage: gap.eval('Read("assemble.g")')
> ' '
>
> but when I try to run Braid, I get the error
>
> sage: Braid(g,t)
> ---------------------------------------------------------------------------
> NameError                                 Traceback (most recent call
> last)
>
> /Users/adamsorkin/Desktop/braid_dir/<ipython console> in <module>()
>
> NameError: name 'Braid' is not defined

Try

sage: gap.eval("Braid(g,t)")

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to