Re: [Community] New way of installing GEOS DLLs for Shapely

2012-12-10 Thread Sean Gillies
Modifying the system path isn't ideal, but I think it's all we have short writing our own library loader ( extending ctypes.LibraryLoader?). On Mon, Dec 10, 2012 at 7:54 AM, Howard Butler wrote: > > On Dec 8, 2012, at 11:29 AM, Sean Gillies wrote: > >> Can anybody take a look at this change to s

Re: [Community] New way of installing GEOS DLLs for Shapely

2012-12-10 Thread Howard Butler
On Dec 8, 2012, at 11:29 AM, Sean Gillies wrote: > Can anybody take a look at this change to setup.py? > > https://github.com/sgillies/shapely/commit/755f0673de10ca1faa29b1b751d38b1dd8c9378b > https://github.com/Toblerity/Shapely/issues/37 Shapely putting its .pyd files in the DLLs directory w