[geos-commits] r2268 - trunk/swig/python

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Feb 2 17:58:45 EST 2009


Author: sgillies
Date: 2009-02-02 17:58:45 -0500 (Mon, 02 Feb 2009)
New Revision: 2268

Added:
   trunk/swig/python/README.txt
Log:
Note lack of Python support since 3.0

Added: trunk/swig/python/README.txt
===================================================================
--- trunk/swig/python/README.txt	                        (rev 0)
+++ trunk/swig/python/README.txt	2009-02-02 22:58:45 UTC (rev 2268)
@@ -0,0 +1,7 @@
+Since version 3.0, the Python bindings are unsupported. Recommended options:
+
+ 1. Become or recruit a new maintainer.
+ 2. Use Shapely (http://pypi.python.org/pypi/Shapely) with Python versions 2.4 or greater.
+ 3. Simply call functions from libgeos_c via Python ctypes. Examples abound in the GeoDjango or Shapely code.
+ 
+See also http://trac.osgeo.org/geos/ticket/228
\ No newline at end of file



More information about the geos-commits mailing list