I'm not sure what you mean preciesly. There is a broken link on your trac homepage.
"Windows users should use the executable ***installer***, which contains the required GEOS DLL. Other users should acquire and install libgeos_c by any means, such as by executing" The hyperlink ***installer*** is wrong (404) because there is no windows 1.0.14 installer here: http://pypi.python.org/packages/2.5/S/Shapely/ Once I'd realized this, I just specified 1.0.12 and in my setup: dependency_links=['http://pypi.python.org/packages/2.5/S/Shapely/',], and it worked. On Mon, Mar 15, 2010 at 7:48 PM, Sean Gillies <[email protected]> wrote: > On Mar 14, 2010, at 11:05 PM, Nick Bower wrote: > >> Not sure where else to send this. >> >> http://mail.python.org/pipermail/distutils-sig/2010-March/015689.html > > Nick, > > It's possible that the filenames weren't quite right for setuptools. Since > the code is pure Python, I've replaced the old installers with a single > unversioned installer: > > http://pypi.python.org/pypi?name=Shapely > > Could you try again? > > Cheers, > > -- > Sean > > _______________________________________________ > Community mailing list > [email protected] > http://lists.gispython.org/mailman/listinfo/community > _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
