obs-zoom-and-follow icon indicating copy to clipboard operation
obs-zoom-and-follow copied to clipboard

ModuleNotFoundError: No module named 'pywinctl'

Open FilipChalupa opened this issue 3 years ago • 2 comments

[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'

image

FilipChalupa avatar Oct 07 '22 20:10 FilipChalupa

@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.

Vashinator avatar Oct 14 '22 11:10 Vashinator

Agreed, this looks like an issue of not installing pywinctl to the version of python that OBS is pointing to

tryptech avatar Oct 14 '22 20:10 tryptech

Closing as python installation issues are not in scope of support.

tryptech avatar Sep 12 '23 12:09 tryptech