Changes between Version 35 and Version 36 of GeoDjangoInstall
- Timestamp:
- Mar 29, 2008, 1:48:06 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoInstall
v35 v36 21 21 * '''Python''' 22 22 * ''Required:'' Python 2.4 is required because of heavy use of 2.4 decorator syntax (e.g. `@property`). The `ctypes` module needs to be installed as well. 23 * ''Recommended:'' Python 2.5 is recommended because the `ctypes` module comes included. [http:// www.python.org/download/releases/2.5.1/ Python 2.5.1] is the current latest.23 * ''Recommended:'' Python 2.5 is recommended because the `ctypes` module comes included. [http://python.org/download/releases/2.5.2/ Python 2.5.2] is the current latest. 24 24 * '''PostgreSQL''' 25 25 * ''Recommended:'' PostgreSQL 8.x. If installing binary packages, please install the development package as well for headers required in PostGIS compilation.