01-07-2025, 06:39 PM
(This post was last modified: 01-07-2025, 06:39 PM by programmer_ceds.)
(01-07-2025, 05:28 PM)Deedolith Wrote: Hello,I haven't tried the script so I'm just guessing - if it works as you have it above the message (being only a single line) will appear (possibly briefly) in the status line at the bottom of the GIMP window. Add a "\n" after the exclamation mark in your Hello world! string to make the message multi-line - it will then appear as a message dialog. Also run GIMP from a terminal window to see any error messages caused by the script.
I am having an hard time writing my first plus-in in Python.
I wrote a simple "Hello World" plug-in.
It show up in the menus (so the do_create_procedure member function work as intended).
It show up in the python procedures browser (so the do_query_procedures member function work as intended).
But it does not produce anything in the errors window and that leave me completly clueless.
What did I do wrong ?
...