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 enumerators available" - on macOS #27

Open
yash1th opened this issue Mar 24, 2020 · 7 comments
Open

"No enumerators available" - on macOS #27

yash1th opened this issue Mar 24, 2020 · 7 comments

Comments

@yash1th
Copy link

yash1th commented Mar 24, 2020

I am getting the below error when ran on macOS

>>> from screeninfo import get_monitors
>>> get_monitors()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/yash/workspace/projects/unsplash-wallpaper/lib/python3.7/site-packages/screeninfo/screeninfo.py", line 37, in get_monitors
    raise ScreenInfoError("No enumerators available")
screeninfo.common.ScreenInfoError: No enumerators available

python version - 3.7.7
screeninfo version - 0.6.1
macOS catalina version - 10.15.3 (19D76)

@feerrenrut

This comment has been minimized.

@rr-
Copy link
Owner

rr- commented Apr 10, 2020

@feerrenrut This is a separate issue.

@feerrenrut

This comment has been minimized.

@rr-
Copy link
Owner

rr- commented Apr 11, 2020

Improving granularity is yet another ticket. Please mark it as such.

This ticket is about tracking macOS platform problem.

@rr- rr- added the mac label Apr 11, 2020
boydj added a commit to boydj/screeninfo that referenced this issue Apr 15, 2020
Fixes "No enumerators available" - on macOS rr-#27
rr- pushed a commit that referenced this issue Apr 15, 2020
Fixes "No enumerators available" - on macOS #27
rr- pushed a commit that referenced this issue Apr 15, 2020
Fixes "No enumerators available" - on macOS #27
@rr-
Copy link
Owner

rr- commented Apr 15, 2020

Thanks, released as 0.6.4 on PyPI

@zac-garby
Copy link

I'm still getting this issue on the latest macOS, screeninfo 0.6.5.

@rr-
Copy link
Owner

rr- commented Dec 27, 2020

Released a new version that addresses another iteration of this issue as 0.6.7.

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

No branches or pull requests

4 participants