CATH-summer-2017 / django_CATH

A data browser for the CATH database.
0 stars 0 forks source link

Error loading python modules #5

Closed nataliedawson closed 7 years ago

nataliedawson commented 7 years ago

While following the first part of step 6. in the installation notes:

cd rootsite
./manage.py migrate tst

I get the following error:

django.core.exceptions.ImproperlyConfigured: Error loading either pysqlite2 or sqlite3 modules (tried in that order): No module named _sqlite3

Does this mean that pysqlite or sqlite3 modules should be included within rootsite/tst/requirements.txt?