Hey, sooo Uhh I tried downloading, and the properties doesn't show up, and I get this error:
[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 14, in <module>
[zoom_and_follow_mouse.py] import pywinctl as pwc
[zoom_and_follow_mouse.py] File "C:\Users\Joni8829\AppData\Local\Programs\Python\Python36\lib\site-packages\pywinctl\__init__.py", line 4
[zoom_and_follow_mouse.py] from __future__ import annotations
[zoom_and_follow_mouse.py] ^
[zoom_and_follow_mouse.py] SyntaxError: future feature annotations is not defined
I'm getting something very similar. PLEASE HELP!
[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 7, in <module>
[zoom_and_follow_mouse.py] import pymonctl as pmc
[zoom_and_follow_mouse.py] File "C:\Users\mccuacl\AppData\Local\Programs\Python\Python310\lib\site-packages\pymonctl\__init__.py", line 21, in <module>
[zoom_and_follow_mouse.py] from ._main import (getAllMonitors, getAllMonitorsDict, getMonitorsCount, getPrimary, findMonitor, findMonitorInfo,
[zoom_and_follow_mouse.py] File "C:\Users\mccuacl\AppData\Local\Programs\Python\Python310\lib\site-packages\pymonctl\_main.py", line 11, in <module>
[zoom_and_follow_mouse.py] from ._structs import DisplayMode, ScreenValue, Size, Point, Box, Rect, Position, Orientation
[zoom_and_follow_mouse.py] File "C:\Users\mccuacl\AppData\Local\Programs\Python\Python310\lib\site-packages\pymonctl\_structs.py", line 8, in <module>
[zoom_and_follow_mouse.py] from typing_extensions import TypedDict
[zoom_and_follow_mouse.py] ModuleNotFoundError: No module named 'typing_extensions'