Thursday, August 21, 2014

Re: django - How to fix “the procedure entry point sqlite3_rtree_geometry_callback could not be located in the dynamic link library sqlite3.dll”

I got the same error message when I used django.contrib.gis on Windows (OSGeo4W). A python ctypes function tried to open wrong sqlite3.dll (wrong directory). That was the origin of issue. I reordered list of pathes in system environment variable "path" (replaced path to OSGeo4W/bin to the first place in the list) and renamed sqlite3.dll file in the python "DLLs" directory (to sqlite3.dll.bak).

среда, 20 августа 2014 г., 12:07:31 UTC+6 пользователь Shoaib Ijaz написал:

I have problem with django project. I am facing error when i am trying to execute project in browser.

"the procedure entry point sqlite3_rtree_geometry_callback could not be located in the dynamic link library sqlite3.dll"

I have no idea where is the issue.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/25455d2c-a117-4933-a4b3-a8fce50fec81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment