hook-pycam.py 226 Bytes EditWeb IDE 1 2 3 4 5 # keysyms does not seem to be recognized by pyinstaller # There will be exceptions after any keypress without this line. # rsvg is required for SVG icons (dynamically loaded on demand) hiddenimports = ["gtk.keysyms", "rsvg"]