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

No module named win32api #4

Closed
Eisblume77 opened this issue Mar 28, 2019 · 1 comment
Closed

No module named win32api #4

Eisblume77 opened this issue Mar 28, 2019 · 1 comment

Comments

@Eisblume77
Copy link

Hi,

when I start main.py I got the following error:

ImportError: No module named win32api

How can I install win32api on Mac??

pip install pypiwin32 doesn't work with error:

Could not find a version that satisfies the requirement pywin32>=223 (from pypiwin32) (from versions: )
No matching distribution found for pywin32>=223 (from pypiwin32)

Please help. Thanks !!
Marco

@AlexEne
Copy link
Owner

AlexEne commented Mar 29, 2019

Hi,

I only tested this on windows, so most likely it doesn't work on Mac.

If you want to use it there, you need to replace the win32 api that I use for mouse capture with something a bit more platform agnostic (or at least mac specific).
At the time when I wrote this I couldn't find something easy to use for mouse control that's multi-platform so I just used directly the windows-specific one, but I am sure something is out there.

Thanks,
Alex

I am closing this as windows being the only supported platform is a known limitation.

@AlexEne AlexEne closed this as completed Mar 29, 2019
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

2 participants