Today, 10:44 AM
(This post was last modified: Today, 11:10 AM by chrispanda.)
I've been writing a python plugin for gimp, using RC2 installed with flatpak. It's been a steep learning curve but i have it working.
I now want to take some of that code and put it in a standalone python app, since it doesn't actually need the gimp interface
My idea was to simply use the system python and import the necessary gi repository files - but they are already installed inside the flatpak
Is there a way to use the python version installed with gimp and flatpak from outside the flatpak sandbox?
Or should I copy the gi repository files into the system python directories, and if so where?
Many thanks
I now want to take some of that code and put it in a standalone python app, since it doesn't actually need the gimp interface
My idea was to simply use the system python and import the necessary gi repository files - but they are already installed inside the flatpak
Is there a way to use the python version installed with gimp and flatpak from outside the flatpak sandbox?
Or should I copy the gi repository files into the system python directories, and if so where?
Many thanks