Stefan Muthers wrote:
> [EMAIL PROTECTED] schrieb:
>> I'm not sure about ctypes and cygwin. At any rate, you'll need to specify
>> a DLL to load instead of static lib (which the DLL.a appears to be).
>>
> 
> But how?
> 
> With
>   lgeos = PyDLL('/usr/local/lib/libgeos_c.dll.a')
> I get
> OSError: Permission denied
> 
> But permission should be ok:
> -rwxr-xr-x  1 muthers mkgroup-l-d    59882 Oct  7 10:05 libgeos_c.dll.a
> 
> regards
>    Stefan
> 


You might need to compile or obtain a copy of ctypes and maybe also GEOS
compiled in cygwin.

Alex

_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to