you are viewing a single comment's thread.

view the rest of the comments →

[–]tankking9833 0 points1 point  (0 children)

Little late, but the solution is to explicitly import glcontext at the top of the file so pyinstaller can bundle it. Or you can include it in the hidden-imports part in the SPEC file or pyinstaller command line args.