[Qgis-developer] Qgis 1.7, Mac Os X and pyspatialite
Cline, Royce L.
rcline at nd.gov
Thu Jun 23 14:28:48 EDT 2011
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
More information about the Qgis-developer
mailing list