Re: error loading sqlite3 module

2010-07-29 Thread jose antunes
se 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/backen

Re: error loading sqlite3 module

2010-07-29 Thread Alexandre González
You need to install the python sqlite libraries. On Thu, Jul 29, 2010 at 15:27, jose antunes <homejupi...@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

error loading sqlite3 module

2010-07-29 Thread jose antunes
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

Re: Error loading sqlite3 module

2009-02-13 Thread Sandeep
l, I am setting the 'DATABASE_ENGINE' to sqlite3 in > > settings.py file. However, I get the following error when I run > > 'python manage.py synchdb': > > > django.core.exceptions.ImproperlyConfigured: Error loading sqlite3 > > module: No module named _sqlite3 > > > Compl

Re: Error loading sqlite3 module

2009-02-13 Thread Karen Tracey
lite3 in > settings.py file. However, I get the following error when I run > 'python manage.py synchdb': > > django.core.exceptions.ImproperlyConfigured: Error loading sqlite3 > module: No module named _sqlite3 > > Complete error is below. I will greatly appreciate he

Re: Error loading sqlite3 module

2009-02-13 Thread Muslu Yüksektepe
etting the 'DATABASE_ENGINE' to sqlite3 in > settings.py file. However, I get the following error when I run > 'python manage.py synchdb': > > django.core.exceptions.ImproperlyConfigured: Error loading sqlite3 > module: No module named _sqlite3 > > Complete error is below. I will

Error loading sqlite3 module

2009-02-12 Thread Sandeep
': django.core.exceptions.ImproperlyConfigured: Error loading sqlite3 module: No module named _sqlite3 Complete error is below. I will greatly appreciate help. $ python manage.py syncdb Traceback (most recent call last): File "manage.py", line 11, in execute_manager(settings) File