Thierry Jacoel
Results
2
comments of
Thierry Jacoel
Without any GUI, it happens simply with this code: ``` from pynput.keyboard import Listener def on_press(key): print(key) listener = Listener(on_press=on_press) listener.start() listener.stop() listener2 = Listener(on_press=on_press) listener2.start() ```
@moses-palmer I haven't been able to locate the line where the error is hapenning, but @LeLunZ I confirm that I no longer have the issue on Catalina (though I had...