I am experimenting the platform to see if it suits my company’s needs, but it seems that the SQLite3 DLL that is in the Python installation is crippled.
When I try to load an extension (Spatialite) I get the following:
AttributeError: ‘sqlite3.Connection’ object has no attribute ‘enable_load_extension’
Can this be added? Also, for those using SQLite (and spatialite) more advanced features, having all optional features (i.e. the amalgamation code) turn ON when building the DLL.
Can that be done?