Sean

Results 9 comments of Sean

This has has been addressed in pull request #152 (which is awaiting review and merge).

alltests.py doesn't contain any testcases recognised by the unittest's loader or test discovery. Instead it has a custom main. that creates the test runner and loads the test cases itself...

_Disclaimer_: I've only been playing around with this for a couple hours and all of this is fairly new to me, but I hope others may find it useful. ###...

Could the functionality that drives the __import__ override be provided via a named function that can be called? For example, `System = clr.ImportModule('System')` Or possibly using the return value of...

Based on the comment in the README about 3.0.x not compatible and use separate branch. It would seem the answer to the question is the Mapnik version required is 3.1.0....

It doesn't look like you referred to the right commit. The commit in `1c023c00876abdfd9d0149d73a152675dca72c34` is an upgrade of Bootstrap (the HTML/CSS/JS package) used within the library's documentation site, so it...

I tweaked the requirements.txt, to raise the version of numpy similar principal to #156 but I went for latest and this allowed the depedencies to be installed. ```diff -numpy==1.22.0 +numpy==1.26.4...

I came across the same problem, my fixes need some further clean up if they would form a pull request. The solution I had was to use GLEW. I later...

I've observed `test_wgs84_inverse_forward` in projection_test.py fails for the same reason with the proj6 branch merged in. ``` AssertionError: inf != 43.3333092669 within 7 places (inf difference) Traceback: File "S:\python-mapnik\test\python_tests\projection_test.py", line...