moses-palmer / pynput

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

Lastest version can't Create an Executable But Version 1.6.8 Working well (Python3.7) #334

Closed webzone-vn closed 3 years ago

webzone-vn commented 3 years ago

hello.py

from pynput import keyboard print("Hello World!")

Tested with pyinstaller, cx_Freeze, py2exe

pyinstaller.exe -y -F hello.py

moses-palmer commented 3 years ago

Thank you for your report.

Please consult the documentation.