obs-zoom-and-follow
obs-zoom-and-follow copied to clipboard
ModuleNotFoundError: No module named 'pywinctl'
[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 21, in <module>
[zoom_and_follow_mouse.py] import pywinctl as pwc # version >=0.0.38
[zoom_and_follow_mouse.py] ModuleNotFoundError: No module named 'pywinctl'

@FilipChalupa to me that looks like pywinctl isn't installed.
Did you run:
pip install pywinctl
If you did, did you run that in a virtual environment?
Edit: sorry I just noticed your command prompt window.
I see you installed using the -m flag. Were you able to confirm that OBS was actually using that install of Python? I'm in Linux, and personally haven't done as much in Windows with it.
Agreed, this looks like an issue of not installing pywinctl to the version of python that OBS is pointing to
Closing as python installation issues are not in scope of support.