From: klo uo <kl...@gm...> - 2012-08-30 19:12:03
|
On Thu, Aug 30, 2012 at 5:44 PM, Christoph Gohlke wrote: > > Try to remove 'geos_c' from the list of libraries in setup.py. Works for me. > > - libraries=['geos_c','geos'])) > + libraries=['geos'])) Thanks, that was it. It builds fine afterwards :) Using this opportunity to thank you once more, for publicly maintaining large and great selection of ready-made Python packages for Windows, thus lowering the entrance level to broader Python sci userbase Best wishes Cheers |