Python Forum

Full Version: Help installing Pythin-Pip-Mouse
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I had Python installed on a Win 10 box to start a program by touching a mouse co-ord on the screen. I have a py script and a txt time schedule to do this. It works fine.

I now have to go to another Win 10 box so have copied over the folder with the Python script and the txt file in it and then installed Python 385.

I tried to initiate the script in the Dos box as I have been doing, but it tells me this

Quote:C:\Starter>starter.py
Traceback (most recent call last):
File "C:\Starter\starter.py", line 4, in <module>
from pynput.mouse import Button, Controller
ModuleNotFoundError: No module named 'pynput'

C:\Starter>

It seems I need the mouse script but not sure where to get and set up.

Any help please?

oz
Many thanks -- all good now.