he 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.p
You need to install the python sqlite libraries.
On Thu, Jul 29, 2010 at 15:27, jose antunes 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
>
> Us
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
> 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 gre
ttings.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 help.
>
> $ p
BASE_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 great
nage.py synchdb':
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_mana
7 matches
Mail list logo