我想同时使用Pyautogui和键盘模块(使用Python),但我不能这样做。我也安装了键盘模块和Pyautogui模块,但是当我尝试通过root运行Pyautogui时,我得到了这个错误(sudo python3)。但是没有根键键盘就不能工作。
raise ImportError('You must be root to use this library on linux.')ImportError: You must be root to use this
我正在做一项编程任务,指导说明如下所示: #other stuff the program will do
这是我第一次用python编程,我使用的是pycharm编辑器。如果这样能行得通,我有点困惑。在java中,我通常会检查userInput是否为空,但似乎python没有空对象?另外,这是否解释了指令中的“当在Linux下从键盘输入