I think I managed to do all preparatory steps. Now running into two issues trying to run Gramps:
- .gramps.gen.utils.grampslocale.WARNING: ICU not loaded because No module named ‘PyICU’. Localization will be impaired. Use your package manager to install PyICU
- Deine Version von gi (gnome-instrospection) scheint veraltet zu sein. Du benötigst eine Version mit der Funktion ‘require_version’ um Gramps zu starten
I remember that I had additionally installed “python” and “python-setuptools” during the preparation steps, as there had been the error “-bash: /usr/bin/python3: No such file or directory”. I have now uninstalled those two packages and re-installed the packages described in the manual, i.e. “mingw-w64-x86_64-python3-cairo mingw-w64-x86_64-python3-gobject mingw-w64-x86_64-python3-icu”. However, unfortunately, I am now again experiencing the “-bash: /usr/bin/python3: No such file or directory” error as before.
I have tried adding C:\msys64\mingw64\bin to the system PATH and also added C:\msys64\mingw64\lib\python3.10 as PYTHONPATH in my Windows (according to some help I found on the Web), but that didn’t help.