1
You are using a Python 3 library (and not backward compatible) with the Python 2.7 version. You need either to reinstall ipython
for Python 2 (in C:\python27
) or upgrade to Python 3 (and install ipython
in C:\python3
)
Django is officially compatible with Python 3 since the 1.6 version.
Source:stackexchange.com