我在尝试从mac上的shell执行gimp的批处理插件时遇到了一些问题。我正在使用gimp 2.8。
问题是如果我从shell运行gimp,请使用:/Applications/GIMP.app/Contents/MacOS/gimp '(python-fu-test-hello-world)'
它会显示一些消息,然后是batch command executed successfully
但实际上什么都不会发生,python脚本中的代码将无法运行。需要特别考虑吗?
有人可以了解正在发生的事情吗?
由于