[BangPypers] Python 3.2 and Django

Sreekanth S Rameshaiah sree at mahiti.org
Thu Sep 29 06:49:26 CEST 2011


On 29 September 2011 10:07, Hussain Bohra <hussainbohra_30 at yahoo.com> wrote:

> Hi All,
>
> I am trying to install django on top of python 3.2, but getting following
> error:
>
> https://docs.djangoproject.com/en/dev/intro/install/

Being a Python Web framework, Django requires Python. It works with any
Python version from 2.5 to 2.7 (due to backwards incompatibilities in Python
3.0, Django does not currently work with Python 3.0; see *the Django
FAQ*<https://docs.djangoproject.com/en/dev/faq/install/>for more
information on supported Python versions and the 3.0 transition)


More information about the BangPypers mailing list