Status: Accepted
Owner: ----
Labels: Type-Defect Priority-High IPython

New issue 3048 by asmeu...@gmail.com: isympy -a is broken
http://code.google.com/p/sympy/issues/detail?id=3048

This is with the git version of IPython:

In [1]: alpha
Custom TB Handler failed, unregistering
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
/Users/aaronmeurer/Documents/Python/sympy/sympy/sympy/interactive/session.pyc in _handler(self, etype, value, tb, tb_offset)
     95
     96                     try:
---> 97                         code = self.user_ns_hidden['In'][-1]
     98                     except (KeyError, IndexError):
     99                         pass

TypeError: 'set' object is not subscriptable
The original exception:

In [4]: alpha
Out[4]: α

In [5]: tau
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
/Users/aaronmeurer/Documents/Python/sympy/sympy/<ipython-input-5-2e0cac639269> in <module>()
----> 1 tau

NameError: name 'tau' is not defined

All further undefined names give NameError.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to