stdin=cmd1.stdout)
^
SyntaxError: invalid syntax
On Monday, May 6, 2013 5:48:44 PM UTC-4, Enrico 'Henryx' Bianchi wrote:
> Enrico 'Henryx' Bianchi wrote:
>
>
>
> > cmd2 = subprocess.Popen(['gzip' '-c'],
>
> > shell=False,
>
> > stdout=filename)
>
>
>
> Doh, my fault:
>
>
>
> cmd2 = subprocess.Popen(['gzip' '-c'],
>
> shell=False,
>
> stdout=filename
>
> stdin=cmd1.stdout)
>
>
>
> Enrico-- http://mail.python.org/mailman/listinfo/python-list
