Tagged Questions
0
votes
1answer
188 views
python qgis.core import error caused by spatialite libraries
I have an error when trying to import qgis.core to python:
>>> import qgis.core
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: ...
2
votes
3answers
550 views
Accessing GEOS functions in Python
The issue:
I am using Windows 7, 64-bit operating system with Python 3.2. I must continue to use Python 3.2 because of a dependency with another API. I need some functions in GEOS that are not ...
