-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
Your CLI app might work on Windows #408
Comments
There is no limit on which version of blessed you can run. |
I think it is just some (small?) problem in the "self.sentinel" process starting, a threaded lock object fails to serialize for the child process, which makes perfect sense, but i can't trace what this lock object is so far, I've studied much and it isn't obvious, perhaps some IDE and breakpoints on WIndows will help identify it. If this doesn't open a can of worms, maybe I can fix it for you
|
Interestingly some users on MacOS have been seeing the same error #389 |
https://bugs.python.org/issue29168 might be related |
Moving thread lock issues to #424 |
If you just update blessed, it may support Windows, at least the
blessed
library now does.Best wishes,
jq
The text was updated successfully, but these errors were encountered: