Im trying to use PyAutoGUI in a project, which seemingly depends on this, because i get this error:
NOTE: You must install tkinter on Linux to use MouseInfo. Run the following: sudo apt-get install python3-tk python3-dev
Thing is, that if i try to in that same file import tkinter it does not give a ModuleNotFound or somthing, it still gives this error even if i import tkinter before PAG. I am using PyEnv on Manjaro Linux.
Im trying to use PyAutoGUI in a project, which seemingly depends on this, because i get this error:
NOTE: You must install tkinter on Linux to use MouseInfo. Run the following: sudo apt-get install python3-tk python3-devThing is, that if i try to in that same file import tkinter it does not give a ModuleNotFound or somthing, it still gives this error even if i import tkinter before PAG. I am using PyEnv on Manjaro Linux.