close_fds isn’t supported on Windows apparently. # ValueError: close_fds is not supported on Windows platforms if you redirect stdin/stdout/stderr #
DETACHED_PROCESS didn’t work either unfortunately, but it was worth a shot. I feel it must be related to this somehow. I’ve tried CREATE_NO_WINDOW and CREATE_NEW_PROCESS_GROUP as well without avail. Here’s <https://msdn.microsoft.com/en-us/library/windows/desktop/ms684863(v=vs.85>.aspx) all possible creation flags for reference. Any other ideas? Best, Marcus -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOATTheY4DsCQbrLugUQxJgq7OSyNdHTUY%3Db%3DWvU1kZ_HQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
