New: Kanri (Oct 09, 2024), Platform 29.5.3 (Jun 27, 2024) 1,100+ portable packages, 1.1 billion downloads No Ads November!, Please donate today
Is Python supported in GIMP Portable 2.8 without it having installed in Windows?
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:
You've made my day!
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!
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.
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.
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
I did a check and can confirm that with this fetch Python-Fu console and relevant scripts/plugins are finally available from the GUI.
It works for me also. Thank you!
The python support files are now properly created and maintained in today's release.
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:
You've made my day!
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!
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.
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.
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
I did a check and can confirm that with this fetch Python-Fu console and relevant scripts/plugins are finally available from the GUI.
It works for me also.
Thank you!
The python support files are now properly created and maintained in today's release.
Sometimes, the impossible can become possible, if you're awesome!