gimp cmd
Skipping potential plug-in '/home/j/.config/GIMP/2.99/plug-ins/test.py': plug-ins must be installed in subdirectories.
python terminal
j@j-MacBookPro:/usr/lib/python3/dist-packages/gi/overrides$ python3
Python 3.10.12 (main, Mar 22 2024, 16:50:05) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from gi.repository import Gimp
Traceback (most recent call last):
1247 gi.RepositoryError: Typelib file for namespace 'Gegl', version '0.4' not found
1248 During handling of the above exception, another exception occurred:
1249 Traceback (most recent call last):
1250 ImportError: Typelib file for namespace 'Gegl', version '0.4' not found
1251 >>> print(Gimp)
1252 Traceback (most recent call last):
1253 NameError: name 'Gimp' is not defined