Skip to content
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

pywin32 not working on python 3.10 #1

Closed
TheWebs opened this issue Oct 9, 2021 · 2 comments
Closed

pywin32 not working on python 3.10 #1

TheWebs opened this issue Oct 9, 2021 · 2 comments

Comments

@TheWebs
Copy link

TheWebs commented Oct 9, 2021

pywin32 is not supported on python 3.10. As you are only using it in the custom click function you could remove that dependency entirely if you use pyautogui.click() instead :)

@DMPR-dev
Copy link

install python 3.9 or lower

@SteveKiller
Copy link
Owner

pywin32 is not supported on python 3.10. As you are only using it in the custom click function you could remove that dependency entirely if you use pyautogui.click() instead :)

That is a very good idea i well do this and update anything else

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants