Hi everyone. I've been trying (unsuccessfully) to get SQLite support for Geodjango running on my machine. I havd Django 1.1 and a SQLite database where I'm trying to sync my models. I installed spatialite from Ubuntu's repository, built SQLite and pysqlite 2.6.0 from source, and added the Google Maps projection, however the manage.py syncdb command fails with a traceback ending with: AttributeError: 'pysqlite2.dbapi2.Connection' object has no attribute 'enable_load_extension'
Looking at that object shows it's true, however I've made sure that I'm running my own pysqlite 2.6 package (I uninstalled the default version first) and i've been able to load the extension manually from SQLite's coommand line. Does anyone know why this error might still be showing up? Thanks -- Andrés Osinski http://www.andresosinski.com.ar/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.