hook-pycam.py 244 Bytes
# keysyms does not seem to be recognized by pyinstaller
# There will be exceptions after any keypress without this line.
hiddenimports = ["gtk.keysyms", "decimal", "uuid", "ConfigParser", "subprocess", "platform", "webbrowser", "OpenGL.GLUT"]