Hi all, Shapely, by installing DLLs to Python's DLL folder, is causing trouble for users who "pip uninstall shapely". The DLLs folder gets entered into installed-files.txt and then is deleted by pip, breaking all of the Python installation.
https://github.com/pypa/pip/issues/727 A setup.py patch from a Windows user would be hugely appreciated! -- Sean Gillies _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
