@Nick-Hall
I have cloned the latest git repository (as i often do) and ran Gramps from there, but got this GTK+ message. running from your cloned repo of ‘Hebrew date handler’ for testing purposes, also ends up with the same message. Running in an English or Hebrew environment, does not changes the result.
Looks like python cant find any… although It seems i have GTK 2, 3 and 4 installed.
python3 ░▒▓ ✔ base Py at 14:54:29 ▓▒░
Python 3.11.4 (main, Jul 5 2023, 13:45:01) [GCC 11.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import gettext
>>> gettext.find('gtk30')
>>> gettext.find('gtk40')
>>> gettext.find('gtk20')
Linux mint 21.2 and both Python and GTK got installed with Mints package.
I did installed Conda Spyder a few weeks back and noticed it uses its own python environment, but I used Gramps many times since.
@Nick-Hall Thank you for pointing me to the right direction. Conda Spyder add a few lines to my .zsher, that did not defect my machine until they did… it’s all back to normal now.