用于64位Linux的libspatialite.so

时间:2017-07-19 16:42:03

标签: python python-2.7 sqlite pythonanywhere spatialite

您好我正在使用我的select Query之一的spatialite扩展函数,如下所示。

con.enable_load_extension(True)
con.execute('SELECT load_extension("libspatialite")')
........
con.enable_load_extension(False)

我正在搞错误,如下所示:

sqlite3.OperationalError: libspatialite-linux-x86-2.3.1/lib/libspatialite.so: wrong ELF class: ELFCLASS32

我找出了根本原因,为此我需要有64位版本的spatialite。目前运行32位一个。

但我无法找到64个版本的libspatialite(花了很多时间在这上面),有什么方法可以解决这个问题吗?

0 个答案:

没有答案