Changes between Initial Version and Version 1 of Ticket #598, comment 1
- Timestamp:
- Mar 4, 2019, 5:13:22 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #598, comment 1
initial v1 1 dependency walker tells me, it searches for gdal203.dll, which also could be found as a string inside .pyd files for fiona. So I checked, but it seems we never had this version of gdal in osgeo4w. 1 dependency walker tells me, it searches for gdal203.dll, which also could be found as a string inside .pyd files for fiona. So I checked, but it seems we never had this version of gdal in osgeo4w. <= EDIT: I misinterpreted package names, so gdal2.3.x contains gdal203.dll. Also, changing strings inside .pyd files solves the error, may be a workaround...