Re: load extention spatialite in sqlite on windows

2019-07-10 Thread Chris Angelico
On Thu, Jul 11, 2019 at 8:57 AM MICHAEL LANE via Python-list wrote: > > conn.load_extension('c:\\mydll\\mod_spatialite') > sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) OsError 0xc1 (193) > (Background on this error at: http://sqlalche.me/e/e3q8) > Seems this is SQLite's way of

load extention spatialite in sqlite on windows

2019-07-10 Thread MICHAEL LANE via Python-list
Hi, I tried to reproduce this(https://geoalchemy-2.readthedocs.io/en/latest/spatialite_tutorial.html) in windows. How can I do that? I'm using Windows 10, my project use Pyramid Framework with Python 3.6.8. Even though I put the dll file in a directory defined in %PATH% or try with/without f