I was packaging my application with pyinstaller
and none of the above worked on my windows 10 machine to run a Python App.
After searching further, This is what that solved my problem.
Navigate to dist folder where your application (.exe
) is.
Delete the .manifest
file, named after your App name i.e (myappname.exe.manifest
).
The Error should be gone now, As old as from the 90's machines, OPenGL will be found!