Python plugins are not loaded
GIMP version: 2.10.10
Operating System: Windows 7
Package: Installer from gimp.org
Description of the bug
After upgrade from 2.8 to 2.10, I can not find "Filters/Python-fu" menu, and also any python plugins (such as fog).
I've also tried a clean installation, but no help.
Reproduction
- Install gimp 2.10.10
- Launch
Additional information
Here is the console log, an error message after every "Querying plug-in" message.
INIT: gimp_real_restore
Parsing 'C:\Users\Martian\AppData\Roaming\GIMP\2.10\pluginrc'
Querying plug-in: 'D:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins\spyro_plus\spyro_plus.py'
bin\gimp-2.10.exe: LibGimpBase-WARNING: gimp-2.10.exe: gimp_wire_read(): error
Querying plug-in: 'D:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins\python-eval\python-eval.py'
...
Content of pygimp.interp
python=D:\Program Files\GIMP 2\32\bin\pythonw.exe
python2=D:\Program Files\GIMP 2\32\bin\pythonw.exe
/usr/bin/python=D:\Program Files\GIMP 2\32\bin\pythonw.exe
:Python:E::py::python:
If I change pythonw to python, then launch gimp, it will show some other error.
INIT: gimp_real_restore
Parsing 'C:\Users\Martian\AppData\Roaming\GIMP\2.10\pluginrc'
Querying plug-in: 'D:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins\spyro_plus\spyro_plus.py'
Traceback (most recent call last):
File "D:\Program Files\GIMP 2\lib\gimp\2.0\plug-ins\spyro_plus\spyro_plus.py",
line 18, in <module>
from gimpshelf import shelf
File "D:\Program Files\GIMP 2\32\lib\gimp\2.0\python/gimpshelf.py", line 40, in <module>
import gimp
ImportError: DLL load failed: The specified procedure could not be found.
...
Edited by lillolollo