Tomas Zigo

Results 133 comments of Tomas Zigo

> not sure, though I guess it is a server side certificate issue. Could you try some another web server which use Let's Encrypt certificate (e.g. https://www.fsf.org and https://fsfe.org/) from...

Problematic is newer Python 3.10.4 version with combination wxPython 4.0.7 gtk3 (phoenix) wxWidgets 3.0.5 version. With Python 3.9.13 and wxPython '4.0.7.post2 gtk3 (phoenix) wxWidgets 3.0.5' works wxGUI single-windows mode as...

@CarlosGrohmann Quick fix without apply patches and self compilation wxPython. I build Python wheel binary [wxPython '4.1.2a1 gtk3 (phoenix) wxWidgets 3.1.7' version package](https://transfer.sh/get/fiuiE4/wxPython-4.1.2a1-cp310-cp310-linux_x86_64.whl) for easy installation (you can download wxPython...

> Slightly but hopefully not completely OT, @tmszi where did you get the Linux wheel snapshot you link in your post? The official [snapshot repository](https://wxpython.org/Phoenix/snapshot-builds/) does not seem to have...

Rebase https://github.com/OSGeo/grass/commit/c0668a97ccad9129785252ed63404f8ec8bee3e3.

With https://github.com/OSGeo/grass/pull/2513/commits/3ef684ebfec1945b0f2bab37c9a4c28cf17d599d is used `gdalinfo` for getting list of raster names of Rasterlite DB. Sucessfully tested with importing one or multiple rasters from Rasterlite DB.

The error still persists: wx.metadata addon comilation [log](https://wingrass.fsv.cvut.cz/grass82/addons/grass-8.2.0/logs/wx.metadata.log) (generated Sat, 29 Apr 2023 16:01:21) error: ``` Traceback (most recent call last): File "C:\Users\landamar\grass_packager\grass820\addons\wx.metadata\scripts\t.info.iso.py", line 39, in import grass.temporal as tgis...

Rebase https://github.com/OSGeo/grass/commit/7540bf12c111065977cdae2c0e3947ec9175c8d0 plus replace `GError` dialog with `HyperlinkDialog`.

> It seems owslib is missing on the buildsystem too: https://wingrass.fsv.cvut.cz/grass82/addons/grass-8.2.1/logs/wx.metadata.log Or the addon could use lazy imports of third party libraries... Yes you are right, lazy import is the...

Looks like it's already been resolved.