silpol / pyspatialite

Automatically exported from code.google.com/p/pyspatialite
zlib License
0 stars 0 forks source link

Support for spatialite 4.1.x ? #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Curious if the current version will work fine (or in a limited manner) with 
spatialite 4.1.x? Or, any idea when support for 4.1.x will become available?

pyspatialite is used by the DB Manager core Python plugin in the upcoming 
version of QGIS (2.0), and it would be handy to have full spatialite 4.1.x 
support if possible.

Regards,

Larry Shaffer
Dakota Cartography
Black Hills, South Dakota

Original issue reported on code.google.com by la...@shafferinteractive.com on 12 Jul 2013 at 11:35

GoogleCodeExporter commented 8 years ago
Ok, so I've got this working on Mac as a dynamically linked extension to 
libspatialite 4.1.1 and libsqlite3.

https://github.com/dakcarto/pyspatialite/commits/master

The changes are commits prefixed with [pyspatialite] (also attached as a 
patch). These include several fixes, but also remove the hard-coded settings 
for Mac (moved to setup.cfg-MacOX template), which is just one type of possible 
install of supporting libs. See commit messages.

It is possible to leave the Kyngchaos.com framework paths in setup.py, but if a 
homebrew user (for example) does not have all dependencies, and some are picked 
up from the frameworks, things will get borked. There may be a better solution 
for this.

Original comment by la...@shafferinteractive.com on 23 Oct 2013 at 4:09

Attachments:

GoogleCodeExporter commented 8 years ago
I'll be looking at this soon.  thanks!

Original comment by lok...@gmail.com on 21 Nov 2013 at 10:32