I try to write a simple plugin with gimpfu in python and I tried following those instructions.
1.2. Installation Gimp-python consists of a Python module written in C and some native python support modules. You can build pygimp with the commands: ./configure make make install This will build and install gimpmodule and its supporting modules, and install the sample plugins in gimp's plugin directory.
Where do I have to execute those commands?
I tried adding my script to the plugins folder but it seems like there is no python module called gimpfu. I believe I have to enable or install it in some way, but I can't find a solutio to do it.
EDIT: It seems like gimpfu is availible in the gimpfy-console insode gimp. It just doesn't seem to be availible for my plugin scripts.