[SciPy-user] subprocess

Jim Vickroy Jim.Vickroy at noaa.gov
Tue Jun 23 12:52:13 EDT 2009


Nils Wagner wrote:
> Hi all,
>
> Sorry if the subject is off-topic.
>
> How can I run gimp from python using subprocess ?
>
> I would like to use several arguments, e.g.
>
> gimp --batch-interpreter=plug-in-script-fu-eval -i -d -b 
> '(script-autocrop "a.png")' -b '(gimp-quit 0)'
>
>
> Thanks in advance.
>
>                Nils
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>   
... don't know what Python version you are using but recent releases 
(version 2.4 and later) include the *subprocess* module.

Questions of this sort are best posted to *comp.lang.python*.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20090623/8e6b083b/attachment.html>


More information about the SciPy-User mailing list