我正在尝试让 Spatialite 与我的 django 应用程序一起使用,但是,我遇到了以下问题:
raise ImproperlyConfigured('The pysqlite library does not support C extension loading. '
django.core.exceptions.ImproperlyConfigured: The pysqlite library does not support C extension loading. Both SQLite and pysqlite must be configured to allow the loading of extensions to use SpatiaLite.
make: *** [syncdb] Error 1
使用 ubuntu 12.04,我pip
在同一个用户中使用 sudo 安装了 pysqlite。我也尝试过编译 pysqlite 并启用自己的扩展加载。
帮助?