With the new symbolics I get the following error:

sage: a(x) = x
sage: print a(x)
ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (2440, 0))
(...)
AttributeError: 'module' object has no attribute 'float128'

Calling the same statement a second time now works:

sage: print a(x)
x

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

Reply via email to