Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#9611 closed (fixed)

FAQ should mention you can't use gis with Python 2.3

Reported by: jamesivanwhite@… Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords: gis, python2.3
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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@… 15 years ago.
Proposed ammend to faq docs warning of 2.3 incompatiblity

Download all attachments as: .zip

Change History (5)

comment:1 by jamesivanwhite@…, 15 years ago

Resolution: invalid
Status: newclosed

gis appears to require 2.4 or higher anyway.

comment:2 by Karen Tracey, 15 years ago

Component: GISDocumentation
Resolution: invalid
Status: closedreopened
Summary: contrib.gis has liberal use of the @ decorator syntax not compatible with python 2.3FAQ should mention you can't use gis with Python 2.3
Triage Stage: UnreviewedAccepted

Well, that FAQ entry perhaps could use a bit of revision since it says you lose nothing by installing Python 2.3, when in fact you do lose the ability to use contrib.gis.

by jamesivanwhite@…, 15 years ago

Attachment: 9611.patch added

Proposed ammend to faq docs warning of 2.3 incompatiblity

comment:3 by Karen Tracey, 15 years ago

Resolution: fixed
Status: reopenedclosed

(In [9521]) Fixed #9611 -- Noted in the FAQ answer about Python versions that some contrib apps (notably gis) may require a higher Python version. Thansk jamesivanwhite for the report and initial patch.

comment:4 by Karen Tracey, 15 years ago

(In [9522]) [1.0.X] Fixed #9611 -- Noted in the FAQ answer about Python versions that some contrib apps (notably gis) may require a higher Python version. Thansk jamesivanwhite for the report and initial patch.

r9521 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top