You are here

[Fixed] GIMP Portable 2.8 and Python support

10 posts / 0 new
Last post
AE-35
Offline
Last seen: 5 years 6 months ago
Joined: 2012-05-09 08:25
[Fixed] GIMP Portable 2.8 and Python support

Is Python supported in GIMP Portable 2.8 without it having installed in Windows?

vezopushi
Offline
Last seen: 11 years 11 months ago
Joined: 2012-05-09 14:12
In directory

In directory "GIMPPortable\Data\.gimp\interpreters\" create file named "pygimp.interp" with this text:

python=..\Python\pythonw.exe
/usr/bin/python=..\Python\pythonw.exe
:Python:E::py::python:

AE-35
Offline
Last seen: 5 years 6 months ago
Joined: 2012-05-09 08:25
Thanks!

You've made my day!

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 54 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Confirm Working?

Can a couple folks confirm this does work? If so, I'll release a patch and include it by default in the next release.

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

Gord Caswell
Gord Caswell's picture
Offline
Last seen: 4 months 4 weeks ago
DeveloperModerator
Joined: 2008-07-24 18:46
This file works with absolute

This file works with absolute paths, and the launcher should handle them. When I get home this evening, I'll check why it isn't. I think k know why.

Gino D
Offline
Last seen: 8 years 8 months ago
Joined: 2012-05-09 04:22
Nope

Sorry, I have tried the proposed patch, but it does not seem to resolve the issue, at least with regards to the preinstalled Python interpreter.

JamesH
Offline
Last seen: 11 years 11 months ago
Joined: 2012-05-11 21:13
GIMPPortable.ini

Try this
1. Replace App\AppInfo\Launcher\GIMPPortable.ini with this file
https://www.box.com/s/0b8fbe44eb7a94c04989
2. Create a new empty file name pygimp.interp under App\gimp\lib\gimp\2.0\interpreters folder

Gino D
Offline
Last seen: 8 years 8 months ago
Joined: 2012-05-09 04:22
OK , it works

I did a check and can confirm that with this fetch Python-Fu console and relevant scripts/plugins are finally available from the GUI.

MichaelDW
Offline
Last seen: 6 years 6 months ago
Joined: 2011-01-05 11:50
It works

It works for me also.
Thank you!

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

The python support files are now properly created and maintained in today's release.

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

Log in or register to post comments