| Issue 99: | GLException of ATI+Win Vista | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I get this error when i run any pymt app
G:\pymt\examples\videoplayer>video.py
Traceback (most recent call last):
File "G:\pymt\examples\videoplayer\video.py", line 12, in <module>
w = MTWindow()
File "C:\Python26\lib\site-packages\pymt\ui\window.py", line 161, in __init__
self.init_gl()
File "C:\Python26\lib\site-packages\pymt\ui\window.py", line 194, in init_gl
glHint(GL_MULTISAMPLE_FILTER_HINT_NV, GL_FASTEST)
File "C:\Python26\lib\site-packages\pyglet\gl\lib.py", line 105, in errcheck
raise GLException(msg)
pyglet.gl.lib.GLException: invalid enumerant
Aug 30, 2009
Project Member
#1
txprog
Status:
Fixed
|