Hi,
If I use the notebook in Python only mode with 3.4.1.alpha0, and if
there is any exception, I always get:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/ondrej/.sage/sage_notebook/worksheets/ondrej/0/code/26.py",
line 6, in <module>
print _support_.syseval(python, ur'''from
sympy.printing.pretty.stringpict import stringPict''',
'/home/ondrej/.sage/sage_notebook/worksheets/ondrej/0/cells/8')
File
"/home/ondrej/ext/sage-3.4.1.alpha0/local/lib/python2.5/site-packages/sage/server/support.py",
line 353, in syseval
return system.eval(cmd, sage_globals, locals = sage_globals)
AttributeError: 'function' object has no attribute 'eval'
no matter which exception was raised, which imho is some bug in the
notebook, isn't it? I would expect some traceback. I think it's
related to:
http://trac.sagemath.org/sage_trac/ticket/5282
Ondrej
--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---