Thanks. Now I just need to figure out broken ctypes dependency compilation on Solaris 10 (no ctypes in Python 2.4) - different issue though.
On Mon, Mar 15, 2010 at 9:46 PM, Sean Gillies <[email protected]> wrote: > Link is fixed in the wiki page. Thanks for pointing that out. > > What I meant is that I think it's likely that the filenames previously used > for the versioned (py2.4 or 2.5 or 2.6) windows installers did in fact break > setuptools. We shouldn't need different versions of these since Shapely is > pure Python, and so I've gone back to a single installer as in the 1.0.12 > release. You should be able to get 1.0.14 from the link in the wiki now. > > On Mar 15, 2010, at 11:35 AM, Nicholas Bower wrote: > >> 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 > > -- > 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
