Quote:
Originally Posted by IceHand
Hm, I don't have access to a Mac so I don't know if this will help: try searching for the Gimp executable file and replace in line 216 of the script the word "gimp" with "/PathToExecutable/gimp" (on Linux usually "/usr/bin/gimp").
If that doesn't help: what error message do you get, when you try to run the script?
|
Like you said i found gimp and i changed the script but still some problem with gimp. I have 2.4 in osx and when i run it from command line i obtain
------------------------------------
(gimp-2.4:7356): LibGimpBase-WARNING **: gimp-2.4: gimp_wire_read(): error
Traceback (most recent call last):
File "/Applications/Multimedia/Grafica/Gimp.app/Contents/Resources/lib/gimp/2.0/plug-ins/foggify.py", line 20, in <module>
from gimpfu import *
File "/Applications/Multimedia/Grafica/Gimp.app/Contents/Resources/lib/gimp/2.0/python/gimpfu.py", line 74, in <module>
import gimp
ImportError: could not import pygtk
------------------------------------
so im trying to install and compile from scratch. I dont know why cannot find pygtk because inside the Gimp.app there is.