Can anyone please help figuring out why I get the following error:
django.core.exceptions.ImproperlyConfigured: Error loading sqlite3 module: No module named _sqlite3
Using MySql works fine. But not with sqlite3, Sqlite is installed, and both python/sqlite3 and django/db/backends/sqlite3 exist.
in settings.py for sqlite3 I am just using:
DATABASE_ENGINE = 'sqlite3'
DATABASE_NAME = 'dtabasename.sql'
no entries for user, password, host, or port.
Thank you!
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment