05-23-2018, 03:39 PM
Smells like a clash between two libraries/DLL. Can someone try in the Python console:
In my 64bit VM, it seems that Gimp's Python is 32-bit.
Also how many *glib*.DLL have you got, and where are they?
Code:
import platform
print platform.architecture()
In my 64bit VM, it seems that Gimp's Python is 32-bit.
Also how many *glib*.DLL have you got, and where are they?