Shapely 1.0.13 released
There's a testing bug fix in 1.0.13 and we've switched to prototyping libgeos_c functions in a way that lets Shapely function in py2exe apps. I've uploaded an sdist to http://pypi.python.org/pypi/Shapely/1.0.13. Windows installer yet to come.
Comments
Re: Shapely 1.0.13 released
Author: Brian Stankiewicz
Is there any ETA for releasing the Windows Installer? Simply installing (overwriting) the python code does not seem to fix the problem with py2exe (if it can could you describe how to do it please)?
Re: Shapely 1.0.13 released
Author: Sean
I can't recommend overwriting installed Python code, so you should hold off for a bit unless you're ready to wield the setup_windows.py script. Shapely's release process is a bit asynchronous, our Windows packaging expert is probably tied up with other stuff. He's had installers for previous releases within a few days.
Re: Shapely 1.0.13 released
Author: Brian Stankiewicz
Thanks for the update ... no, I have to admit that I am not "ready to wield the setup_windows.py script" ... or at least I can hold off for a couple of days. You're doing a great job. Thanks for all of the good work on this module!