Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Debug plugin registration failure
#2
It is displayed in the Gimp console, which of course is not that easy to get at in Windows. Technically it is not Gimp that fails to register a plugin, it's the plugin that fails to register to Gimp, because it croaked during the registration process (or on startup when Gimp runs it to let it register). A simple Python syntax error is enough.

See here for some hints.

You can also run the script in a terminal:

Code:
Path\to\Gimp\Python.exe the_script.py

Any major syntax errors that would prevent it to run (unbalanced parentheses or quotes, indentation problems) will show up. If it says it's missing "gimpfu", good news, it can run ("gimpfu" is only available when run from Gimp).
Reply


Messages In This Thread
Debug plugin registration failure - by snapzilla - 10-02-2020, 09:09 PM
RE: Debug plugin registration failure - by Ofnuts - 10-03-2020, 05:54 AM

Forum Jump: