Re: [Gimp-user] Fwd: scriipt-fu or python?

2011-05-15 Thread John Culleton
On Friday, May 13, 2011 05:13:47 pm Kevin Cozens wrote: > John Culleton wrote: > > 1. Do python scripts go into the same folder as .scm scripts? If not, > > where? I find the .scm scripts in > > Script-Fu scripts you want to add to your installation of GIMP should be > placed in ~/.gimp-2.6/script

Re: [Gimp-user] Fwd: scriipt-fu or python?

2011-05-13 Thread Kevin Cozens
John Culleton wrote: > 1. Do python scripts go into the same folder as .scm scripts? If not, where? > I > find the .scm scripts in Script-Fu scripts you want to add to your installation of GIMP should be placed in ~/.gimp-2.6/scripts. For all other add-on plug-ins/scripts you need to put them in

Re: [Gimp-user] Fwd: scriipt-fu or python?

2011-05-13 Thread Rob Frohne
Hi John, I put python scripts in ~/.gimp-2.6/plug-ins/. After trying script-fu and python, I recommend python. The language is more similar to what you know and better documented, and a more useful language to know anyway. Best regards, Rob On 05/13/2011 06:08 AM, John Culleton wrote: Gi