Changes between Initial Version and Version 1 of Ticket #301


Ignore:
Timestamp:
Sep 11, 2012, 10:48:35 AM (12 years ago)
Author:
maphew
Comment:

It works for me at present. Perhaps your PATH environment isn't completely set, or there is something in it that shouldn't be (?)

From a fresh install of nothing but gdal-python and prerequisites, Start > Run > cmd then:

c:\>path=%windir%;%windir%\system32

c:\>c:\osgeo4w\OSGeo4W.bat

OSGEO4W home is c:\osgeo4w\

                   -={ OSGeo4W Shell Commands }=-

---8<---snip---

GDAL 1.9.1, released 2012/05/16

c:\>gdal_calc

gdal_calc.py [-A <filename>] [--A_band] [-B...-Z filename]  [--calc <calculation>]
 [--format] [--outfile output_file] [--type data_type] [--NoDataValue] [--overwrite]

c:\>

host system is Win7 Pro x64.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #301 – Description

    initial v1  
    11I'm trying to run gdal_calc.py (and other gdal*.py) from the Osgeo4w shell and can't do it cause I get this error:
    2 
     2{{{
    33C:\>gdal_calc
    44Traceback (most recent call last):
     
    1515    _mod = imp.load_module('_gdal', fp, pathname, description)
    1616ImportError: DLL load failed: The specified procedure could not be found.
     17}}}