Kalmat / PyWinCtl

Cross-Platform module to get info on and control windows on screen
Other
179 stars 19 forks source link

Zoom Options in OBS Not showing #74

Closed hunt0777 closed 12 months ago

hunt0777 commented 12 months ago

The video shows I am supposed to see.. https://nimb.ws/XZEbPk the options. But I don't.. see, all I see is... https://nimb.ws/dcELhb, "No properties available"

Below is the script log...

Can you 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 14, in [zoom_and_follow_mouse.py] import pywinctl as pwc [zoom_and_follow_mouse.py] File "C:\Users\Craig\AppData\Local\Programs\Python\Python36\lib\site-packages\pywinctl__init.py", line 27, in [zoom_and_follow_mouse.py] from ._main import (Re, Window, checkPermissions, getActiveWindow, [zoom_and_follow_mouse.py] File "C:\Users\Craig\AppData\Local\Programs\Python\Python36\lib\site-packages\pywinctl_main.py", line 3 [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 [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 [zoom_and_follow_mouse.py] import pywinctl as pwc [zoom_and_follow_mouse.py] File "C:\Users\Craig\AppData\Local\Programs\Python\Python36\lib\site-packages\pywinctl__init__.py", line 27, in [zoom_and_follow_mouse.py] from ._main import (Re, Window, checkPermissions, getActiveWindow, [zoom_and_follow_mouse.py] File "C:\Users\Craig\AppData\Local\Programs\Python\Python36\lib\site-packages\pywinctl_main.py", line 3 [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