Re: [PyOpenGL-Users] second call to glGenFramebuffersEXT() crashes
Brought to you by:
mcfletch
From: Joshua R. D. <jd...@ca...> - 2009-02-17 01:02:28
|
Mike C. Fletcher" <mcf...@vr...> wrote: > I'm able to run that code with my AMD64 Ubuntu machine using numpy 1.1.1 > on Python 2.5.2 . Can you print the *type* of framebuffer. My guess is > that it's a numpy uint object (it is on my machine) and that for some > reason on your machine that type isn't getting properly registered as a > uint-compatible type (possibly a 64-bit versus 32-bit issue, maybe a > numpy version issue, or maybe numpy isn't on your machine and you're > getting something else entirely). The type of framebuffer is <type 'numpy.uint32'>. But it appears that some combination of updating PyOpenGL to 3.0.0c1 and updating Python to 2.5.4 has fixed everything; no more problems. That'll teach me to use old versions. Thanks for your help. Joshua Davis |