Re: [PyOpenGL-Users] Install/version Trouble?
Brought to you by:
mcfletch
From: Ian M. <ia...@ge...> - 2014-03-07 03:40:16
|
On Thu, Mar 6, 2014 at 8:29 PM, Adam Steele <avs...@gm...> wrote: > PyOpenGL-3.0.2.win-amd64.exe > on a "from OpenGL.GL import *" this gives me error that look like some > conversion from python 2.x didn't take (some exceptions are of the form > "Exception Blah, err:") > You'll have to be more specific than that. > PyOpenGL-3.1.0b1.win-amd64.exe > This one installs and lets me do an import, but a simple command like > "glGetString(GL_VERSION)" returns "None" > You'll have to be more specific than that. At a guess (if you only did this line), then that's to be expected; OpenGL commands require an OpenGL context before they will work. |