On Thu, Feb 9, 2012 at 3:24 PM, George LeCompte <ge...@le...> wrote:
> I used easy-install to install PyOpenGL and several of it's friends, but
> PykOpenGL is ont found. see thee two attached files.
>
> help please.
>
> --
> Please respond to ge...@le...
>
The provided files are mutually inconsistent (i.e., the traceback could not
have been provided by the source given).
However, you should try running the following imports:
from OpenGL.GL import *
from OpenGL.GLU import *
Ian
|