Changes between Version 24 and Version 25 of GeoDjangoInstall
- Timestamp:
- Dec 1, 2007, 11:56:06 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoInstall
v24 v25 45 45 * !GeoDjango has its own GEOS `ctypes` wrapper; you do ''not'' need to enable the existing GEOS Python bindings. 46 46 * `ctypes` comes standard with Python 2.5. If you run Python 2.4, `ctypes` may be [http://sourceforge.net/project/showfiles.php?group_id=71702&package_id=71318 downloaded here], but in Debian etch you may install the `python-ctypes` package. 47 * If you are running Mac OS X 10.5 and using 3.0.0RC4 you will need to apply two quick hand-patches from [http://trac.osgeo.org/geos/ticket/162 here] and [http://lists.osgeo.org/pipermail/geos-devel/2007-November/003125.html here]. 47 48 * Configure, make, and install (`g++` is required for compilation) 48 49 {{{ … … 198 199 >>> test_geos.run() 199 200 }}} 201