The pysqlite2 framework included in the SQLite framework from KyngChaos is built against spatialite and is therefore equivalent to pyspatialite. I am able to run the spatialite_manager plugin by replacing: from pyspatialite import dbapi2 as sqlite with from pysqlite2 import dbapi2 as sqlite
William, would it be possible to change the name (add an alias) in the framework so that it is compatible with some of the QGIS plugins? Alternative, can plugin developers test on OS X if pysqlite2 exists. Royce _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
