Artem Pavlenko

Results 235 comments of Artem Pavlenko

@jonshutt - ok, I see what's wrong: `renderFile` (async) expects `image_format` option while `renderFileSync` expects `format`. Looks like a bug/typo to me. As a quick workaround you should be able...

@asheesh1202 - This usually indicates that your `PYTHONPATH` is not configured correctly. Consult python docs for your OS on how to check and amend `PYTHONPATH`

`clang++-13` on Ubuntu 22.04 works.

`llvm-project` - https://github.com/llvm/llvm-project/commits/db818219c5b3f81625edff19f2ec4ab166ffcc3f built from source on Ubuntu 22.04 e.g. ```cmake -S llvm -B build -G Ninja -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" -DCMAKE_INSTALL_PREFIX=/opt/llvm -DCMAKE_BUILD_TYPE=Release``` NOTE: BOOST_VERSION

Have you tried fix mentioned above dabrahams/mpl@453e0cf ?

@shongololo - have you tried ``` bash python3 setup.py develop ``` ? The above works for me on OS X 10.11 + clang + Python 3.5 _NOTE: You need to...

@shongololo - once http://scons.org/ adds support for Python3 we can start testing/updating our build scripts.

@shongololo - yes

> Whether using the `python3-mapnik` debian package or compiling from source with python3, the Map object has none of the functions I need: `zoom_max()`, `set_center_and_zoom()`. Where did they all go?...