Python: subprocess running rsync causes broken socket in telnetlib

David Antliff david.antliff@gmail.com
Fri Nov 12 03:26:00 GMT 2010


On Fri, Nov 12, 2010 at 16:19, David Antliff wrote:
> Then the script uses subprocess to do something else (the line is
> actually longer than this but I've simplified it to the most basic
> version that exhibits the problem):
>
>    process = subprocess.Popen("rsync", stdout=subprocess.PIPE)


FWIW, this function also exhibits the same problem:

    subprocess.call("rsync")

-- David.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list