FAQ should mention you can't use gis with Python 2.3
For example see gis/maps/google/gmap.py for the use of @property decorator. This is in the 1.0.1 release as well as trunk. Docs state compatibility with 2.3 in many places (example here). It would be trivial to rewrite these in the 2.3 syntax.
Attachments
(1)
- 9611.patch
(878 bytes
) - added by jamesivanwhite@… 16 years ago.
- Proposed ammend to faq docs warning of 2.3 incompatiblity
Download all attachments as:
.zip
Change History
(5)
Resolution: |
→ invalid
|
Status: |
new → closed
|
Component: |
GIS → Documentation
|
Resolution: |
invalid
|
Status: |
closed → reopened
|
Summary: |
contrib.gis has liberal use of the @ decorator syntax not compatible with python 2.3 → FAQ should mention you can't use gis with Python 2.3
|
Triage Stage: |
Unreviewed → Accepted
|
Resolution: |
→ fixed
|
Status: |
reopened → closed
|
gis appears to require 2.4 or higher anyway.