Skip to content Skip to sidebar Skip to footer

Python2.7 Import Pyautogui Xlib Error

I have a problem, when I try import pyautogui I will get this error msg. Xlib.xauth: warning, failed to parse part of xauthority file (/home/John/.Xauthority), aborting all furt

Solution 1:

Downgrading to python-xlib=0.14+20091101-1ubuntu2 may help: https://bugs.launchpad.net/ubuntu/+source/python-xlib/+bug/1522107


Post a Comment for "Python2.7 Import Pyautogui Xlib Error"