Updates:
        Status: Fixed
        Labels: IPython

Comment #12 on issue 1369 by matt...@gmail.com: sympy doesn't work with ipython+autocall 2
http://code.google.com/p/sympy/issues/detail?id=1369

Basic doesn't implement __call__ anymore, so:

In [1]: %autocall
Automatic calling is: OFF

In [2]: %autocall
Automatic calling is: Smart

In [3]: pi
Out[3]: π

In [4]: pi.__call__
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
/home/mateusz/repo/git/sympy/<ipython-input-4-584d290bfda1> in <module>()
----> 1 pi.__call__

AttributeError: 'Pi' object has no attribute '__call__'

Unfortunately in the bug report there was no IPython version given, so we can't really verify this. However, since 2009 no one had this problem, so based on the previous comment I'm closing this issue as Fixed.

--
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