Re: How to install django on Windows xp

2012-06-13 Thread Damián Pérez
Si, a mi me pasó algo similar y era por la versión de python, actualmente Django solo es compatible con python 2.7. Saludos, El miércoles, 13 de junio de 2012 06:34:19 UTC-5, Renne Rocha escribió: > > Hello, > > It appears that you are trying to use Python 3. Django doesn't works > with Pyt

Re: How to install django on Windows xp

2012-06-13 Thread Renne Rocha
Hello, It appears that you are trying to use Python 3. Django doesn't works with Python 3, so you must install Python 2.7 instead. Reinstall the Python version to Python 2.7. It must fix your problem. Regards, Renne On Wed, Jun 13, 2012 at 4:20 AM, Manish wrote: > Hi, > > I am new t

How to install django on Windows xp

2012-06-13 Thread Manish
Hi, I am new to python and django. I have install django and trying to create a new project. When i run the command "django-admin.py startproject mysite", i get an error. the error is : Tracebback(most recent call last): File "./django-admin.py", line 2, in from django.core import managemen