This repository was archived by the owner on Feb 15, 2024. It is now read-only.
AttributeError: module 'pymonctl' has no attribute 'getSize' #130
Unanswered
JamesOwenB
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I have the same issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[zoom_and_follow_mouse.py] Traceback (most recent call last):
[zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/data/obs-plugins/frontend-tools/scripts\zoom_and_follow_mouse.py", line 1097, in script_properties
[zoom_and_follow_mouse.py] populate_list_property_with_monitors(m)
[zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/data/obs-plugins/frontend-tools/scripts\zoom_and_follow_mouse.py", line 915, in populate_list_property_with_monitors
[zoom_and_follow_mouse.py] screen_size = zoom.monitors_dict.get(monitor, None)['size'] if darwin else pmc.getSize(monitor)
[zoom_and_follow_mouse.py] AttributeError: module 'pymonctl' has no attribute 'getSize'
[zoom_and_follow_mouse.py] Traceback (most recent call last):
[zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/data/obs-plugins/frontend-tools/scripts\zoom_and_follow_mouse.py", line 1097, in script_properties
[zoom_and_follow_mouse.py] populate_list_property_with_monitors(m)
[zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/data/obs-plugins/frontend-tools/scripts\zoom_and_follow_mouse.py", line 915, in populate_list_property_with_monitors
[zoom_and_follow_mouse.py] screen_size = zoom.monitors_dict.get(monitor, None)['size'] if darwin else pmc.getSize(monitor)
[zoom_and_follow_mouse.py] AttributeError: module 'pymonctl' has no attribute 'getSize'
[zoom_and_follow_mouse.py] Traceback (most recent call last):
[zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/data/obs-plugins/frontend-tools/scripts\zoom_and_follow_mouse.py", line 1097, in script_properties
[zoom_and_follow_mouse.py] populate_list_property_with_monitors(m)
[zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/data/obs-plugins/frontend-tools/scripts\zoom_and_follow_mouse.py", line 915, in populate_list_property_with_monitors
[zoom_and_follow_mouse.py] screen_size = zoom.monitors_dict.get(monitor, None)['size'] if darwin else pmc.getSize(monitor)
[zoom_and_follow_mouse.py] AttributeError: module 'pymonctl' has no attribute 'getSize'
Beta Was this translation helpful? Give feedback.
All reactions