kivy fatal error due to OpenGL requirement on windows desktop

前端 未结 1 461
南旧
南旧 2021-01-28 06:07

I have written a windows desktop application using Python 2.7 and kivy that runs perfectly well from the pyCharm IDE and from the python commandline. After building a distribut

1条回答
  •  难免孤独
    2021-01-28 06:36

    Updating the graphics driver solved the problem. But still a strange situation that after PyInstaller package creation the application triggers on OpenGL version issues and the PyCharm IDE and Python commandline do not.......

    0 讨论(0)
提交回复
热议问题