hi, Im following the django tutorial from http://docs.djangoproject.com/en/dev/intro/tutorial01/
but I have a problem at step:python manage.py sql polls
django.core.exceptions.ImproperlyConfiguraed:Error loading pysqlite2 module: No module named pysqlite2
My system is windows vista,and python version 2.5 django version 1.1
only thing I changed in setting.py is DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. DATABASE_NAME = 'L:/django/mysite/mysite.db'
and add 'mysite.polls' in INSTALLED_APPS = ()