Re: [Pythonmac-SIG] sqlite and python
In python 2.5 there is no pysqlite but sqlite3 use for test try: from sqlite3 import dbapi2 as sqlite # python 2.5 except: try: from pysqlite2 import dbapi2 as sqlite #python < 2.5 except: print 'This program requires pysqlite2\n',\ 'http://initd.org/tracker/pysqlite/'
Re: [Pythonmac-SIG] sqlite and python
Hi Ned, All, i followed that way too, i downloaded the bynary version for pysqlite osx intel i copied all the files under : /Users/Shared/source/spatialite/ | bin/