slashie101
New Member
Hey y'all! Anybody know of a solution like this that works for a multiple PC setup?
[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 871, in <module>
[zoom_and_follow_mouse.py] zs = ZoomSettings(cwd, settings_dir, settings_file_name)
[zoom_and_follow_mouse.py] File "C:\Program Files/obs-studio/data/obs-plugins/frontend-tools/scripts\zoom_and_follow_mouse.py", line 81, in __init__
[zoom_and_follow_mouse.py] makedirs(self.file_dir)
[zoom_and_follow_mouse.py] File "C:\Users/xxx/AppData/Local/Programs/Python/Python310\lib\os.py", line 225, in makedirs
[zoom_and_follow_mouse.py] mkdir(name, mode)
[zoom_and_follow_mouse.py] PermissionError: [WinError 5] Access is denied: 'C:\\Program Files\\obs-studio\\data\\obs-plugins\\frontend-tools\\scripts\\settings'
Exactly. I need help too.Does it actually work?
- I have installed Python 3.7.9, and installed the two dependency Python packages as well (Pynput and Screeninfo).
- I also made sure to point to the Python install folder path.
- When I add the zoom_and_follow_mouse.py script into the script list in OBS, I get a statement that merely says "No properties available".
- I can tell by looking at the zoom_and_follow_mouse.py file in a text editor that certainly are supposed to be a slew of properties.