python-mapnik
python-mapnik copied to clipboard
Python bindings for mapnik
When built in `Release` mode `import mapnik` is causing a segfault (Ubuntu 22.04 + clang 14). `Debug` build is OK.
Hello, I am trying to install python-mapnik but I am wondering about whether it is for python 2 or 3. Also I couldn't find out whether I have to install...
I'm currently working to make python-mapnik work on CI again (moving to github actions). Task is to build package that will be hosted in pypi, but tests are failing... You...
So this is mostly the same as for node-mapnik. It replaces most of the python build code with a cmake file. It depends on https://github.com/mapnik/mapnik/pull/4191 via the `find_package(mapnik)` all compile...
I'd love to contribute to python-mapnik. Mapnik is an awesome renderer, but I think the python bindings can do with some tlc probably.But I have a few questions before I...
I am trying to make my own python datasource (and add docs for it). All code seems to be present in the python-mapnik repository, except for the python input plugin....
I can't find any mention of the supported python versions. Is python 3 (=3.4) supported yet? If not, is it on the pipe? Thanks for your lights :)
## Issue As in the title, the current hard-coded **pycairo** flags in [`setup.py`](https://github.com/mapnik/python-mapnik/blob/a2c2a86eec954b42d7f00093da03807d0834b1b4/setup.py#L230-L238) hinder installs where Python and **pycairo** have different prefixes. ### Clarification In a nutshell, if **pycairo** resides...
Hello, Strange issue, not even sure it is due to mapnik-python. I've installed mapnik 4.0.0 and everything seemed to be right. I go on trying to install mapnik-python, but get...