While trying to setup django-loci[1],
I am following installing for development guide[2].
When i read step: `./manage.py migrate`
I get error: `django.core.exceptions.ImproperlyConfigured: Unable to load 
the SpatiaLite library extension "libspatialite.so.7"`
Find Traceback[3].
Following advice from djangoproject[4], i installed `sudo apt-get install 
libsqlite3-mod-spatialite` & added `SPATIALITE_LIBRARY_PATH = 
'mod_spatialite' ` to `settings.py`.
I get error: `django.core.exceptions.ImproperlyConfigured: Unable to load 
the SpatiaLite library extension "mod_spatialite"`
Find Traceback[5].
Adding `libspatialite-dev` and/or redis hasn't helped.

Any help with the setup is appreciated.
Thank You.
Ajay Tripathi (atb00ker)
---
[1]: https://github.com/openwisp/django-loci
[2]: https://github.com/openwisp/django-loci#installing-for-development
[3]: http://paste.debian.net/plain/1039230
[4]: https://code.djangoproject.com/ticket/26137
[5]: http://paste.debian.net/plain/1039232

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to