PyOpenGL:为什么“glutCreateWindow”会突然使我的应用程序崩溃?

时间:2016-11-14 19:30:57

标签: python-3.x glut pyopengl glutcreatewindow

有人可以向我解释为什么以下代码不再有效吗?也许可以帮助我重新开始工作?

(Python 3.5.2 32bit)

from OpenGL.GLUT import *
glutInit()
glutInitWindowSize(600, 400)
glutCreateWindow(b'window')

我在Windows上使用它已经很长时间没有任何问题了。但现在它崩溃了: screenshot

感谢任何帮助。谢谢!

0 个答案:

没有答案