Thursday, July 29, 2010

Re: error loading sqlite3 module

You need to install the python sqlite libraries.

On Thu, Jul 29, 2010 at 15:27, jose antunes <homejupiter@gmail.com> wrote:
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.



--
Please, don't send me files with extensions: .doc, .docx, .xls, .xlsx, .ppt and/or .pptx
http://mirblu.com

--
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.

No comments:

Post a Comment