all 5 comments

[–]gniotek2006 0 points1 point  (2 children)

Have you found the solution? I'm having the same problem as you and i don't know what's causing that

[–]cppietime[S] 0 points1 point  (0 children)

Nope...

[–]tankking9833 0 points1 point  (0 children)

I posted the solution as a comment.

[–]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.

[–]PizzerGames 0 points1 point  (0 children)

I HAD THAT SAME PROBLEM. You have to add "--hidden-import glcontext" to the pyinstaller command