Cosimo Lupo

Results 809 comments of Cosimo Lupo

Brotli has wheels for 3.6 now: https://pypi.python.org/pypi/Brotli/0.6.0

> how to instantiate custom objects from a JSON-like tree you could using [attrs](http://www.attrs.org/en/stable/) to define classes in combination with [cattrs](https://cattrs.readthedocs.io/en/latest/unstructuring.html#attrs-classes) to structure/unstructure them (like the trufont's tfont library does...

any libraries or executables compiled with Visual Studio 2015 need the corresponding MSVC runtime DLLs installed https://www.microsoft.com/en-us/download/details.aspx?id=48145 but python3 itself should come with that already, no?

does it change anything if you try from a virtualenv or python3 venv as opposed to from the global py -3 in the %PATH%?

This may be relevant: https://github.com/cztomczak/cefpython/issues/359 Apparently Cpython only ships with the C runtime library, not the C++ one, so extension modules that use C++ need the extra step of installing...

I think we just need to make this clear in the README.md with respective download links to the Microsoft website, one for each python version/MSVC/C++ redistributable DLLs that we support.

it's possible to declare such functions that may throw a c++ exception with an `except +` http://cython.readthedocs.io/en/latest/src/userguide/wrapping_CPlusPlus.html#exceptions would you like to work on a PR?

cool, I didn't know about that. How different is Clipper2 API from Clipper1? If they are similar, then it'd be a matter of simply swapping one for the other maybe....

Let's keep open as a reminder