Changes between Version 24 and Version 25 of GdalOgrInPython


Ignore:
Timestamp:
Mar 8, 2011, 12:47:38 AM (13 years ago)
Author:
Mike Taves
Comment:

show current version

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrInPython

    v24 v25  
    126126bindings on Windows:
    127127
    128 * `GDAL Windows Binaries`_ The basic install requires the gdalwin32exe###.zip
    129   (### is the version number).  Other files you see in the directory are
     128* `GDAL Windows Binaries`_ The basic install requires the gdalwin32exe160.zip
     129  distribution file.  Other files you see in the directory are
    130130  for various optional plugins and development headers/include files. After
    131131  downloading the zip file, extract it to the directory of your choosing.
    132132
    133 * GDAL Python Bindings for GDAL 1.6.0 are available at the `Python Cheeseshop`_.
    134   An executable installer is available for both Python 2.4 or 2.5 or as a
    135   Python egg.
     133* GDAL Python Bindings for GDAL 1.6.1 are available at the `Python Cheeseshop`_.
     134  Executable installers (MSI or egg) are available for Python 2.4, 2.5 or 2.6.
    136135
    137136As explained in the README_EXE.txt file, after unzipping the GDAL binaries you
     
    280279.. _GDAL Windows Binaries: http://download.osgeo.org/gdal/win32/1.6/
    281280.. _Microsoft KnowledgeBase doc: http://support.microsoft.com/kb/310519
    282 .. _Python Cheeseshop: http://pypi.python.org/pypi/GDAL/1.6.0
     281.. _Python Cheeseshop: http://pypi.python.org/pypi/GDAL/1.6.1
    283282.. _val_repl.py: http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/python/samples/val_repl.py
    284283.. _GDAL: http://www.gdal.org