I've posted a patch to make geopy work with Python 2.3:
(Not sure if that link will work; check
http://groups-beta.google.com/group/geopy/files if not.)
Here's what I had to change:
- moved classmethod and property decorators to old-style calls
- rewrite tuple comprehensions as tuple(list comprehension)s
- harmlessly tweaked some imports
chad
P.S. The patch also trims trailing spaces, which I realize might be
annoying. Sorry. Let me know if it's a big deal and I will try to clean
it up.