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 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
