[PyOpenGL-Users] Vista, PyOpengl 3.0.1b2 and VBO's
Brought to you by:
mcfletch
|
From: Nils S. <su...@gm...> - 2010-01-20 20:03:22
|
Hi, just installed Python 2.6 and PyOpengl 3.0.1b2 on a Vista machine.
However, a very simple test program that uses VBO's (and not much else)
fails on Vista, but works like a charm on my linux box.
This is what it tells me:
OpenGL.error.NullFunctionError: Attempt to call an undefined function
glGenBuffersARB, check for bool(glGenBuffersARB) before calling
Traceback (most recent call last):
File "test.py", line 50, in OnPaint
v.bind()
File "C:\Program Files\Python26\lib\site-packages\OpenGL\arrays\vbo.py",
line 217, in bind
buffers = self.create_buffers()
I tried setting
OpenGL.FORWARD_COMPATIBLE_ONLY = False
but I guess my opengl drivers for vista have dropped legacy support
altogether (the card is a GTX275).
Any ideas?
--
If Atheism is a religion, then not collecting stamps is a hobby.
|