-
Notifications
You must be signed in to change notification settings - Fork 27
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
PR: Fix for access violation error #109
Conversation
Thanks a lot for this @axil! Are you able to start terminals in the Jupyter notebook with this change? |
Not sure what you mean by terminals in Jupyter. As for ipython kernels - yes, it starts them. But it did so without the patch as well. In the previous issue #59 with the similar symptoms they had troubles with terminal in spyder. I didn't check it out yet. Is it what you're asking about? I'm on Windows 7 64bit btw. |
I can confirm this change allows me to launch terminals from Jupyter on Windows 7, thanks @axil! |
Thanks @blink1073 for helping us to test that! |
Oh, ok. Got it. Looks like a new feature on Windows. Yes, works for me, too. |
Thanks for the fix! Sorry for a newbie question. I installed pywinpty via pip. When does a fix like this typically gets propagated so that the fix can be picked up via pip --upgrade? |
Nevermind my question. I figured it's just whenever next release (0.5.4) is made. |
@wsvma I see the following variants:
|
We'll have other of couple simple issues to solve, then we'll release 0.5.4 (next week at most). |
Thanks @axil @ccordoba12 |
Fixes #108.