Re: [Gimp-developer] No Lua or Python in Gimp 2.99
Ofnuts <[email protected]>
| Newsgroups | gmane.comp.video.gimp.devel |
|---|---|
| Message-ID | <[email protected]> |
On 14/06/2020 13:34, Michael Schumacher wrote: > > On 6/14/20 1:16 PM, Ofnuts wrote: > >> This looks more like an environment problem (path?) >> >> Any hints? > What environment variables do you have set for your prefix? > My environment looks like this, where `build` contains the sources and `run` is where things get installed (I have a similar set up for 2.10): /Gimp-dev/2.99 ├── build │ ├── babl │ ├── gegl │ ├── gimp │ ├── libmypaint │ └── mypaint-brushes └── run ├── bin ├── etc ├── include ├── lib ├── libexec └── share The whole thing runs quite smoothly except for these two problems. Gimp prefix and possibly other relevant variables: PWD=/Gimp-dev/2.99 GIMP_PREFIX=/Gimp-dev/2.99/run PKG_CONFIG_PATH=/Gimp-dev/2.99/run/lib/x86_64-linux-gnu/pkgconfig:/Gimp-dev/2.99/run/share/x86_64-linux-gnu/pkgconfig:/Gimp-dev/2.99/run/lib/pkgconfig:/Gimp-dev/2.99/run/share/pkgconfig ACLOCAL_FLAGS=-I /Gimp-dev/2.99/run/share/aclocal -I /usr/share/aclocal LD_LIBRARY_PATH=/Gimp-dev/2.99/run/lib/x86_64-linux-gnu:/Gimp-dev/2.99/run/lib:/Gimp-dev/2.99/run/lib/x86_64-linux-gnu:/Gimp-dev/2.99/run/lib: XDG_DATA_DIRS=/Gimp-dev/2.99/run/share:/usr/share:/Gimp-dev/2.99/run/share:/usr/share:/usr/share/plasma:/usr/local/share:/usr/share:/var/lib/snapd/desktop PATH=/Gimp-dev/2.99/run/bin:/Gimp-dev/2.99/run/bin:/home/me/.local/bin:/home/me/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin In case it matters too, the python files in the "run" tree: ./run/lib/x86_64-linux-gnu/gimp/2.99/plug-ins/spyro-plus/spyro-plus.py ./run/lib/x86_64-linux-gnu/gimp/2.99/plug-ins/palette-to-gradient/palette-to-gradient.py ./run/lib/x86_64-linux-gnu/gimp/2.99/plug-ins/foggify/foggify.py ./run/lib/x86_64-linux-gnu/gimp/2.99/plug-ins/python-console/python-console.py ./run/lib/x86_64-linux-gnu/gimp/2.99/plug-ins/python-console/pyconsole.py ./run/lib/x86_64-linux-gnu/gimp/2.99/plug-ins/palette-offset/palette-offset.py ./run/lib/x86_64-linux-gnu/gimp/2.99/plug-ins/py-slice/py-slice.py ./run/lib/x86_64-linux-gnu/gimp/2.99/plug-ins/file-openraster/file-openraster.py ./run/lib/x86_64-linux-gnu/gimp/2.99/plug-ins/gradients-save-as-css/gradients-save-as-css.py ./run/lib/x86_64-linux-gnu/gimp/2.99/plug-ins/goat-exercise-py3/goat-exercise-py3.py ./run/lib/x86_64-linux-gnu/gimp/2.99/plug-ins/colorxhtml/colorxhtml.py ./run/lib/gimp/2.99/plug-ins/spyro-plus/spyro-plus.py ./run/lib/gimp/2.99/plug-ins/palette-to-gradient/palette-to-gradient.py ./run/lib/gimp/2.99/plug-ins/foggify/foggify.py ./run/lib/gimp/2.99/plug-ins/python-console/python-console.py ./run/lib/gimp/2.99/plug-ins/python-console/pyconsole.py ./run/lib/gimp/2.99/plug-ins/palette-offset/palette-offset.py ./run/lib/gimp/2.99/plug-ins/py-slice/py-slice.py ./run/lib/gimp/2.99/plug-ins/file-openraster/file-openraster.py ./run/lib/gimp/2.99/plug-ins/gradients-save-as-css/gradients-save-as-css.py ./run/lib/gimp/2.99/plug-ins/colorxhtml/colorxhtml.py _______________________________________________ gimp-developer-list mailing list List address: [email protected] List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list