-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows support? #12
Comments
I'm not opposed to Windows support, but I have no idea how to do it. I thought all of the dup2, pipe stuff didn't work on Windows, but looking at the Python docs, they may, so it could be relatively easy. If you'd like to explore adding Windows support, that would be great! |
You might be interested in some code of mine that does a similar thing and works on Windows, to see how this might be done. I'm not totally happy with it, since there is the possibility of C output coming out in the wrong order compared to Python output, but it mostly works. It's difficult to do it in a foolproof way because Windows doesn't support |
Do you have a permalink for that @chrisjbillington? Appears the location referenced has moved. |
@jakirkham, I don't have a permalink to a line number, but the functionality is in the |
Does the usage now of |
Did you try it? |
this gist appears to work on Windows with a similar approach, so it might not be so hard. |
For what it's worth as another reference, the project of mine that does this on Windows is still around, has moved to GitHub: |
Any possibility of this working with windows?
it seems the two commands are the only ones that are windows specific, but I could be wrong
The text was updated successfully, but these errors were encountered: