Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gimp, Python versions, and flatpak
#1
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
Reply


Messages In This Thread
Gimp, Python versions, and flatpak - by chrispanda - 01-04-2025, 10:44 AM

Forum Jump: