08-06-2024, 07:22 AM
(08-05-2024, 05:05 PM)Ofnuts Wrote: Did you install a specific Python runtime or are you using the one that came with Gimp?
Also, your code shouldn't define a main(). The main() called in a plug-in actually is defined the gimpfu module.
I'm using the one from Gimp, didn't install any stand-alone Python version. And i'm not defining main() function in script, i mean main script function, which i register. I took few examples from different tutorials, but effect was the same.