Opened 4 years ago

Closed 4 years ago

#235 closed defect (fixed)

missing gdal array module in version 4.0.1

Reported by: Carola Kaiser Owned by: Jeff McKenna
Priority: major Milestone: 4.0.2 release
Component: MS4W - GDAL Version: 4.0.1
Keywords: Cc: Gerald, venka, Bomp
Blocked By: Blocking:

Description

In version 4.0.1, the gdal module
ms4w/Apache/cgi-bin/osgeo/_gdal_array.cp37-win32.pyd
is missing.

Change History (5)

comment:1 by Jeff McKenna, 4 years ago

Thanks for reporting. Can you paste your exact error that you got initially?

comment:2 by Jeff McKenna, 4 years ago

Cc: Gerald venka added

comment:3 by Jeff McKenna, 4 years ago

Cc: Bomp added

comment:4 by Jeff McKenna, 4 years ago

Milestone: 4.0.2 release

comment:5 by Jeff McKenna, 4 years ago

Resolution: fixed
Status: newclosed

Thanks for reporting this. This has been fixed in today's MS4W 4.0.2 release (https://ms4w.com/download.html).

Note that the module now lives in /Python/Lib/site-packages/

Here is a test:

  open a Command window
  cd C:/ms4w
  setenv.bat
  python -c "from osgeo import gdal_array"

No error message should be displayed.

(Python was also upgraded to 3.7.5 )

Note: See TracTickets for help on using tickets.