08-05-2024, 05:05 PM
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.
Also, your code shouldn't define a main(). The main() called in a plug-in actually is defined the gimpfu module.