When I installed Sympy the following error occurs:
name 'long' is not defined
Request Method: GET
Request URL: http://susojuarez.pythonanywhere.com/
Django Version: 1.10
Exception Type: NameError
Exception Value: name 'long' is not defined
Exception Location: /usr/local/lib/python3.4/dist-packages/sympy/mpmath/libmp/backend.py in <module>, line 36
Python Executable: /usr/local/bin/uwsgi
Python Version: 3.4.3
On line 36 of sympy/mpmath/libmp/backend.py MPZ = long appears. How can I solve that? Thank you.