nanobox-io / nanobox-engine-python

Engine for running Python apps on Nanobox
https://nanobox.io
MIT License
12 stars 13 forks source link

Missing sqlite in python3.6 #36

Open aericson opened 7 years ago

aericson commented 7 years ago

Creating a django project with python3.6 causes:

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

benspaulding commented 7 years ago

I think this is solved by nanobox-io/nanobox-pkgsrc-base#30.