Rok Mandeljc

Results 553 comments of Rok Mandeljc

Can you upload this simple program build somewhere so I can test it in my VM?

If you cannot upload the archived build, then I'll need a full environment spec (this is Anaconda environment, right?) so I can make one myself, using the same versions of...

> I was wondering whether it might be useful to specify the uncompiled (digital) version in the spec file — essentially keeping the Python files instead. I had already done...

Hmm, I've tried to build the example in environment with `gdal=3.11.0=py310hb155a86_5` installed, and it seems to run under Win 11 23H2 VM that I have: ``` Edition Windows 11 Pro...

> Tomorrow I can load the build and dist folders in google drive and then share the link here in github. Is this a valid solution? Sure, that works for...

Hmm, this build seems to run fine in my Win 11 23H2 VM (as well as in minimal / "clean" Win 10 and Win 10 N VMs that I have)....

> Yes, I have the QGIS software installed on my PC. Shall I uninstall it? I don't think you have to uninstall it - you could check if its directory...

So it turns out that the `osgeo` initialization code includes [this block](https://github.com/OSGeo/gdal/blob/a114007683b6e888f79df06d53be0db5d7e1323a/swig/python/osgeo/__init__.py#L4-L22): ```python # __init__ for osgeo package. # making the osgeo package version the same as the gdal version:...

> I uninstalled QGIS If that didn't help, do you perhaps another directory in `PATH` that contains a copy of GDAL DLL and its dependencies (i.e., a 3rd party tool...

I guess the only option that comes to mind is to try and trace what DLLs are being loaded (and from where), for example, using https://github.com/microsoft/dlltracer-python The very basic test...