Joshua
Joshua
This appears to be an upstream issue in setuptools in the Cygwin environment, rather than an issue with pyproj itself. I have opened an issue there instead: https://github.com/pypa/distutils/issues/171
> Try changing [line 170 of `setup.py` to also test for `sys.platform != "cygwin"`](https://github.com/pyproj4/pyproj/blob/7cfbff28c5015df43a9315db3e607c69799c3569/setup.py#L170), does that solve your problem? Thank you, that resolved the problem and pyproj now installs (and...
I have exactly the same scenario as mentioned by @jamoham, @kherrett and @zhiwehu above. Has there been any progress on either being able to flatten a PDF, or set the...
Rough bit of code if anyone needs to set fields to read-only prior to an update to the module (assumes you imported the whole module as PyPDF2). Works in a...
The `simplify_coords` function did not work for me (see #11 ) but I found `simpify_coords_vw` returned the same number of points as were passed to it, regardless of how much...
Agreed. I would prefer to see development focussed on PyPDF2 and there is an issue discussing its future here: https://github.com/mstamy2/PyPDF2/issues/657