moses-palmer / pynput

Sends virtual input commands
GNU Lesser General Public License v3.0
1.73k stars 243 forks source link

Which python version is the latest release of pynput compatible with? #577

Open SpecialCharacter opened 8 months ago

SpecialCharacter commented 8 months ago

MacOS: Catalina 10.15.7 (too old for brew) Python: 3.12.0 (installed via python.org/downloads) Pyinstaller: 6.2.0

I package my pynput script with Pyinstaller, but when I double-click it, the respective icon appears in the taskbar for a brief moment, then disappears and the packaged script exits. All import errors are non-critical. Maybe it is the python version? Which python version is the latest release of pynput compatible with?