Mobile app version of vmapp.org
Login or Join
Berumen635

: Registering a simple gimp python script I'm a bit puzzled because I'm not able to register any python script in Gimp (2.8). I've tried to follow the docs there are two complete examples, clothify

@Berumen635

Posted in: #Gimp

I'm a bit puzzled because I'm not able to register any python script in Gimp (2.8).
I've tried to follow the docs there are two complete examples, clothify and echo, I've tried to put both on my ~/.gimp-2.8/plug-ins/ but they doesn't seems to get registered.
At the end of the page there is the test using console invocation and I got:

batch command experienced an execution error:
Error: ( : 1) eval: unbound variable: python-fu-console-echo


I've tried with other plugins, and restarting with a new ~/.gimp-2.8 dir

What do you suggest? (I'm on Ubuntu 15.10)

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Berumen635

1 Comments

Sorted by latest first Latest Oldest Best

 

@Berumen635

I've discovered the reason why the plug-ins didn't get registered: apparently the file need to have the execution bit


chmod +x plugin.py


Hope it helps someone who stumble upon this problem in the future

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme