Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> 電腦軟件教程 >> 圖像多媒體 >> 使用PyOpenGL,調用glutInit時TypeError: NoneType object is not callable

使用PyOpenGL,調用glutInit時TypeError: NoneType object is not callable

日期:2017/2/8 9:16:09      編輯:圖像多媒體

在Win7 64bit上用Python+PyOpenGL時,調用glutInit()即出錯:

_base_glutInit( ctypes.byref(count), holder )
TypeError: 'NoneType' object is not callable

說的最多的解決方法是下載glut32.dll放到C:\Windows\System32,但是根本不行。

在Win7 64bit中,應該放到C:\Windows\SysWOW64,終於OK了。

Copyright © Windows教程網 All Rights Reserved