Changes between Version 54 and Version 55 of UserGuidelines/GIS/Data


Ignore:
Timestamp:
09/04/10 12:07:42 (14 years ago)
Author:
Fran Boon
Comment:

Python 2.5 doesn't support Zipfile.extract()

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/GIS/Data

    v54 v55  
    1010
    1111NB It takes some time to do this import! Pakistan imports 95000 locations!
     12
     13Python 2.5 doesn't support Zipfile.extract() & Zipfile.read() isn't unicode-safe. Until this is fixed, download the file manually 1st:
     14{{{
     15cd ~web2py/applications/eden/cache
     16wget http://download.geonames.org/export/dump/PK.zip
     17unzip PK.zip
     18}}}
    1219
    1320In Web2py CLI: