RSS/Atom feed Twitter
Site is read-only, email is disabled

No batch interpreter specified,...

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

No batch interpreter specified,... David Woodfall 04 Jun 21:17
  No batch interpreter specified,... David Woodfall 04 Jun 22:40
   No batch interpreter specified,... Manish Singh 05 Jun 04:00
David Woodfall
2007-06-04 21:17:38 UTC (over 17 years ago)

No batch interpreter specified,...

I get this error when I run a batch command. How do I specify the interpreter?

No batch interpreter specified, using the default 'plug_in_script_fu_eval'

David Woodfall
2007-06-04 22:40:14 UTC (over 17 years ago)

No batch interpreter specified,...

On (20:17 04/06/07), David Woodfall put forth the proposition:

I get this error when I run a batch command. How do I specify the interpreter?

No batch interpreter specified, using the default 'plug_in_script_fu_eval'

Ok I just RTFM or at least gimp -h and found I can do:

gimp --batch-interpreter plug_in_script_fu_eval ...

Now, the question is, what other interpreters can be used, and are there any (dis)advantages with them?

Manish Singh
2007-06-05 04:00:36 UTC (over 17 years ago)

No batch interpreter specified,...

On Mon, Jun 04, 2007 at 09:40:14PM +0100, David Woodfall wrote:

On (20:17 04/06/07), David Woodfall put forth the proposition:

I get this error when I run a batch command. How do I specify the interpreter?

No batch interpreter specified, using the default 'plug_in_script_fu_eval'

Ok I just RTFM or at least gimp -h and found I can do:

gimp --batch-interpreter plug_in_script_fu_eval ...

Which is the default, so you don't need to specify it explictly.. that's what "using the default" in the above message said...

Now, the question is, what other interpreters can be used, and are there any (dis)advantages with them?

GIMP 2.3 has python-fu-eval which lets you send batch commands in python instead of scheme.

-Yosh