2006年05月30日 星期二 14:30
我装了PyOpenGL之后,运行python,输入以下代码的时候发生了错误,谁知道是怎么回事么?我现在用的是公司的电脑,但是家里的一切正常。 >>> from OpenGL.GLUT import * Traceback (most recent call last): File "", line 1, in -toplevel- from OpenGL.GLUT import * File "D:\Python24\Lib\site-packages\OpenGL\GLUT.py", line 5, in -toplevel- import _GLUT ImportError: DLL load failed: 找不到指定的程序。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060530/4c008cf4/attachment.htm
2006年05月30日 星期二 15:22
太常见了 没有glut么 On 5/30/06, hui zhou <skypipi at gmail.com> wrote: > > 我装了PyOpenGL之后,运行python,输入以下代码的时候发生了错误,谁知道是怎么回事么?我现在用的是公司的电脑,但是家里的一切正常。 > > >>> from OpenGL.GLUT import * > > Traceback (most recent call last): > File "", line 1, in -toplevel- > from OpenGL.GLUT import * > File "D:\Python24\Lib\site-packages\OpenGL\GLUT.py", line 5, in > -toplevel- > import _GLUT > ImportError: DLL load failed: 找不到指定的程序。 > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- 考研还是工作 哎... ! http://codeplayer.blogbus.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060530/5ad9731f/attachment.html
2006年05月30日 星期二 15:31
我倒是解决了,原来是glut32.dll的问题,大概是因为版本问题, 原来的glut32.dll就出错,后来下载了新的,就OK了 2006/5/30, yi huang <yi.codeplayer at gmail.com>: > > 太常见了 没有glut么 > > On 5/30/06, hui zhou <skypipi at gmail.com> wrote: > > > 我装了PyOpenGL之后,运行python,输入以下代码的时候发生了错误,谁知道是怎么回事么?我现在用的是公司的电脑,但是家里的一切正常。 > > >>> from OpenGL.GLUT import * > > Traceback (most recent call last): > File "", line 1, in -toplevel- > from OpenGL.GLUT import * > File "D:\Python24\Lib\site-packages\OpenGL\GLUT.py", line 5, in > -toplevel- > import _GLUT > ImportError: DLL load failed: 找不到指定的程序。 > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > -- > 考研还是工作 哎... ! > http://codeplayer.blogbus.com/ > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060530/612c344b/attachment.htm
Zeuux © 2025
京ICP备05028076号