daniel.weyh <[EMAIL PROTECTED]> added the comment: Got similiar problem. Think it's a thing with the pipe '>'.
Try calling the windows-shell (e.g. C:\WINDOWS\system32\cmd.exe) with '/C' and your comman dline after that (in quotes). > subprocess.call(r'C:\WINDOWS\system32\cmd.exe /C "YourCommand > YourOutput"') For me it works when there are now newlines in YourCommand and YourOutput. ---------- nosy: +d4rk1 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1524> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com