Re: Django with sqlite3

2006-07-20 Thread Deryck Hodge
On 7/20/06, Rajeshwar Singh Jenwar <[EMAIL PROTECTED]> wrote: > django.core.exceptions.ImproperlyConfigured: Could not load > database backend: No > module named pysqlite2. Is your DATABASE_ENGINE setting (currently, > 'sqlite3') > spelled correctly? Available options are: 'ado_mssql', 'mysql', >

Django with sqlite3

2006-07-20 Thread Rajeshwar Singh Jenwar
Hi All, I m new to Django. I have intalled django. Using RH FC4. I m practising "Writing your first Django app, part 1". But  when i m running "python manage.py runserver" i m getting error.   -