Closed cboittin closed 9 years ago
@cboittin Yes, this is currently broken.
"For now the recommendation is to only interface with Text labeling in Mapnik through XML and not via python bindings." https://github.com/mapnik/mapnik/issues/2225
Is this still the case? If so, is it worth adding that to https://github.com/mapnik/mapnik/wiki/GettingStartedInPython?
I installed the 64 bits build of mapnik given by @BergWerkGIS (thanks !) at https://mapnik.s3.amazonaws.com/dist/dev/mapnik-win-sdk-14.0-x64-v3.0.0-rc1-645-gfe01d52.7z following https://github.com/mapnik/mapnik-packaging/issues/188, and it seems to work with Python 2.7 64 bits (import works fine, at least).
However, when trying to run the example script (https://github.com/mapnik/mapnik/wiki/GettingStartedInPython), i get this error :
EDIT : Works in XML, so it's probably related to https://github.com/mapnik/mapnik-support/issues/22 ?