ActivityWatch / aw-watcher-input

Track your keypresses and mouse movements with ActivityWatch
109 stars 20 forks source link

fix(build): include pynput hidden imports in pyinstaller spec #11

Closed ochen1 closed 2 years ago

ochen1 commented 2 years ago

Source: https://stackoverflow.com/a/65051692/13105088

Furthermore, the following command yields successful compilation on my Linux machine:

poetry run pyinstaller aw-watcher-input.spec --clean --noconfirm

ochen1 commented 2 years ago

Oh, and here's the binaries pyinstaller produced, if anyone needs it.

aw-watcher-input.tar.gz

ErikBjare commented 2 years ago

Nice, thanks!