You are here

[Fixed] Python plugins not working in GIMP Portable 3.0.4

7 posts / 0 new
Last post
Taccess0
Offline
Last seen: 3 weeks 1 day ago
Joined: 2025-07-15 17:25
[Fixed] Python plugins not working in GIMP Portable 3.0.4

Just downlaoded the latest portable version again for testing before posting this.
From: https://portableapps.com/apps/graphics_pictures/gimp_portable
I was trying to use Batcher, a python written addon, updated for GIMP 3 already. And installing it won't show up in the portable version but will show up in the installed version. Tried couple times.
I looked up the plug-in browser of each version and screenshoted each but can't upload here, sadly.
When typed "Python" into the search box of said browser, only "Python dictionary" showed up in the portable version.
But in the installed version, I will also get "Plug-in example in Python 3" & "Python Console". Does that matter?

And mostly importantly, how do I "install" it?

And will that be added in later releases?

JoATC_User
Offline
Last seen: 3 weeks 13 hours ago
Joined: 2025-07-19 12:41
GIMP portable python support

Within this version GIMP 3.0.4 portable, two files need to be updated, then python will run again:

C:\PortableApps.com\PortableApps\GIMPPortable\App\pygimp.interp
python=PYTHONWDEFAULTPATH
python3=PYTHONWDEFAULTPATH
/usr/bin/python=PYTHONWDEFAULTPATH
:Python:E::py::python:

C:\PortableApps.com\PortableApps\GIMPPortable\App\gimp32\lib\gimp\3.0\interpreters\pygimp.interp
python=C:\PortableApps.com\PortableApps\GIMPPortable\App\gimp\bin\pythonw.exe
python3=C:\PortableApps.com\PortableApps\GIMPPortable\App\gimp\bin\pythonw.exe
/usr/bin/python=C:\PortableApps.com\PortableApps\GIMPPortable\App\gimp\bin\pythonw.exe
/usr/bin/python3=C:\PortableApps.com\PortableApps\GIMPPortable\App\gimp\bin\pythonw.exe
:Python:E::py::python:

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 14 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Just The First, Fix Coming Tomorrow

You only need to update the first one (GIMPPortable\App\pygimp.interp) as follows:

python=PYTHONWDEFAULTPATH
python3=PYTHONWDEFAULTPATH
/usr/bin/python=PYTHONWDEFAULTPATH
/usr/bin/python3=PYTHONWDEFAULTPATH
:Python:E::py::python:

The other file will be created on launch with the proper paths even if it is missing.

I've confirmed that this gets Batcher working.

I'm hoping to post a revision with this fix tomorrow.

Sometimes, the impossible can become possible, if you're awesome!

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 14 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Thanks!

Thanks for posting this, JoATC_User. I don't know how I missed this when doing the file updates for 3.0.

Sometimes, the impossible can become possible, if you're awesome!

Taccess0
Offline
Last seen: 3 weeks 1 day ago
Joined: 2025-07-15 17:25
Thanks a lot!

Thanks a lot, to both of you!

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 14 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Fixed in 3.0.4 Rev 2

This issue is fixed in today's release of GIMP Portable 3.0.4 Rev 2

Sometimes, the impossible can become possible, if you're awesome!

JoATC_User
Offline
Last seen: 3 weeks 13 hours ago
Joined: 2025-07-19 12:41
GIMP portable python support

Dear John T. Haller,
thank you for quickly providing a fix and generally for all the work you do!
I am happy to be able to contribute something.
All the best
Jo

Log in or register to post comments