I have used the trace() function just fine in version 3.0.
It seems to have broken in 3.0.2, for example:

----------------------------------------------------------------------
| SAGE Version 3.0.2, Release Date: 2008-05-24                       |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------

sage: trace('factor(100)')
> <string>(1)<module>()
(Pdb) s
NameError: "name 'factor' is not defined"
> <string>(1)<module>()
(Pdb)


In general, it seems that no symbol names (variables, functions, etc)
appear to be defined within the trace function.

I don't yet have 3.0.3 on my machine, so I don't know whether the
problem exists there or not.
I will be by on Wed. to load up 3.0.3 on my machine.

-- Kurt

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to