-
Notifications
You must be signed in to change notification settings - Fork 433
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
Overflowerror with Python 3.7 on Windows #186
Comments
Not just the hotkeys, any attempt to create a hook fails. |
same here |
I've improved the Win32 calls and it has fixed the problem in my system. Can you check the master branch on your side? |
I had the same issue with python 3.5.2 when using pyinstaller, but the commit fixed it. |
Sorry for the late response. The latest version on the master branch does indeed work as expected now. Thanks for the fix! |
the issue is still there for master branch with python 3.7 on Windows 64 bits. but it work with python 3.6.5. |
Issue still present using keyboard.is_pressed with python 3.7 and Python 3.7.1rc1 (v3.7.1rc1:2064bcf6ce, Sep 26 2018, 15:15:36) [MSC v.1914 64 bit (AMD64)] on win32 |
Same with @lkingscott, I just tried this:
and i got
on windows10 64bit with python 3.7 |
Downgraded to Python 3.6.5 64 bit and problem goes away. |
My problem is a bit more complicated...
The exception was thrown when the line "pressed_key = keyboard.read_key()" was executed. I put a print statement ahead of the line and after this line. Only the first one was printed. |
I am also having this issue with python3.7 on windows 10. |
Same here. |
I m also having this issue with python3.7 and windows 10.
|
Thank You :) This helped me a lot! |
This also fixed the issue for me with Python3.7 and Windows 10 64Bit! Thank you! |
The
add_hotkey
function doesn't work on Windows with Python 3.7 (64-bit):The traceback:
The text was updated successfully, but these errors were encountered: