﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29645	"django.core.exceptions.ImproperlyConfigured: Unable to load the SpatiaLite library extension ""mod_spatialite"" in ubuntu 18.04"	ravi singh	nobody	"I used django git in ubuntu 16.04 and it was working perfectly fine. But after upgrading to ubuntu 18.04, it gives this error.

{{{
django.core.exceptions.ImproperlyConfigured: Unable to load the SpatiaLite library extension ""mod_spatialite""
}}}
I tried downgrading python to 3.5 but it didn't work.

I have set 
{{{
SPATIALITE_LIBRARY_PATH = 'mod_spatialite'
}}}
in settings.py
"	Bug	closed	GIS	2.0	Normal	invalid	spatialite django gis		Unreviewed	0	0	0	0	0	0
