Getting a conflict between pyglet and autopygui, when one is running I can't use the other. I found a few things online but no one has posted a resolution to the problem.
ctypes.ArgumentError: argument 1: <class 'TypeError'>: expected LP_POINT instance instead of pointer to POINT
https://github.com/asweigart/pyautogui/issues/26 https://code.google.com/archive/p/pyglet/issues/559
This has been fixed together with issue 510 in rev. e46762382a3
Said to be resolved in that link but I'm still having the issue.
https://bitbucket.org/pyglet/pyglet/issues/95/pyglet-error-with-lp_point-pyautogui
We had the same issue, which seems to arise when autopygui makes the mouse click.
If you can import an additional libary, here's a possible workaround: you may use autopygui to locate an image on the screen and another library to make the mouse 'click'. For example:
Tested on Windows10 and seems to work