Opened 5 years ago
Closed 5 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 , 5 years ago
comment:2 by , 5 years ago
Cc: | added |
---|
comment:3 by , 5 years ago
Cc: | added |
---|
comment:4 by , 5 years ago
Milestone: | → 4.0.2 release |
---|
comment:5 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
Thanks for reporting. Can you paste your exact error that you got initially?