On 1/30/21 2:58 PM, Philipp Daher via Python-list wrote:
> Dear Python-Team,
> 
> I have just repaired python after running my program which imports pyautogui, 
> closing and reopening it and then getting this: ModuleNotFoundError: No 
> module named „pyautogui“. Repairing didn’t work and I still get that message. 
> All I did was closing the perfectly working program in 3.9.1 and reopening it 
> in 3.9.1, but after the reopen I got the message. I’ve tried looking for 
> solutions in at least seven developer forums, nothing worked. If it helps, I 
> have Python  3.8 installed on my PC also.
> 
> I hope you can fix my troubles.

I've never heard of pyautogui. It's not something that ships with Python
if I'm not mistaken. Is this something you installed?  Note that just
because you installed a module under 3.8 does not mean it will
automatically be available in 3.9.1. You'll probably have to install it
using 3.9.1's pip.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to