asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.44k stars 1.26k forks source link

Crashing if pyscreenshot is also imported. #144

Open asweigart opened 7 years ago

asweigart commented 7 years ago

Investigate the issue this user is having: https://stackoverflow.com/questions/38976711/python-quits-unexpectedly-running-pyautogui

asweigart commented 4 years ago

They've solved their issue on stack overflow. This problem is caused by importing pyscreenshot along with pyautogui. I'm editing the title of this issue to reflect this.