-
Notifications
You must be signed in to change notification settings - Fork 94
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
Doesn't work in Windows #1
Comments
I never tested it on Windows. I guess it won't work there. Do you know if there is a work around? If so, I can add you as a collaborator. Thanks. |
I don't have a workaround for now. And from the brief time I spent searching for solutions, my impression is that it is not possible or easy. If I come upon a workaround, I will contact you. Thanks, |
If this can help, check this: https://github.com/nexB/scancode-toolkit/blob/c4b1e9d7da546cf252a01f6fe42c16631df7e630/src/scancode/interrupt.py It runs on linux/mac/windows thanks to this: https://github.com/nexB/scancode-toolkit/tree/c4b1e9d7da546cf252a01f6fe42c16631df7e630/src/scancode/timeouts ... borrowed from https://github.com/robotframework/robotframework by @pekkaklarck and @mkorpela Actually https://github.com/robotframework/robotframework/tree/dc0581a46c5da6f632c7e505fafa22046a84ba3a/src/robot/running/timeouts also supports Jython and IronPython. |
Thank you for this work.
Is this expected to work in Windows ?
I got the following error
I guess
signal
module in Windows doesn't have the SIGALRMIt would be helpful if you can edit the Readme and/or put a os check in the code.
Thanks,
The text was updated successfully, but these errors were encountered: