/ / django-registration No hay módulo llamado simple - django, django-registration

django-registration Ningún módulo llamado simple - django, django-registration

Estoy intentando instalar django-registration en mi proyecto usando este tutorial: http://www.michelepasin.org/blog/2011/01/14/setting-up-django-registration/ pero obtengo este error:

ImportError at /
No module named simple
Request Method: GET
Request URL:    http://127.0.0.1:8000/
Django Version: 1.5
Exception Type: ImportError
Exception Value:
No module named simple
Exception Location: C:Python27libsite-packagesregistrationbackendsdefaulturls.py in <module>, line 22
Python Executable:  C:Python27python.exe
Python Version: 2.7.3
Python Path:
["C:\Users\Fabrizio\Desktop\django\test\gym",
"C:\Python27\lib\site-packages\setuptools-0.6c11-py2.7.egg",
"C:\Python27\lib\site-packages\pip-1.2.1-py2.7.egg",
"C:\Windows\system32\python27.zip",
"C:\Python27\DLLs",
"C:\Python27\lib",
"C:\Python27\lib\plat-win",
"C:\Python27\lib\lib-tk",
"C:\Python27",
"C:\Python27\lib\site-packages"]
Server time:    Wed, 3 Apr 2013 09:39:44 +0200

Encontré algunas respuestas aquí pero no pude entender completamente la solución, ¿podría explicarme cómo resolverla? gracias.

Respuestas

4 para la respuesta № 1

El enlace de descarga en ese tutorial es para un viejoversión de django-registration, que no es compatible con Django 1.5. Debes revisar la última versión directamente desde bitbucket y seguir las instrucciones allí.