Hi Mike,
I am just getting into OPENGL from Python. But I am having
problems. Each time I try to run some OPENGL code I get the following sort
of error:
Traceback (most recent call last):
File "C:\Documents and Settings\Owner\My Documents\My Work\Python
Modules\PyOpenGL-Demo-3.0
[EMAIL PROTECTED] wrote:
>
> Mike C. Fletcher wrote:
>> [EMAIL PROTECTED] wrote:
>> > I'm beginning learning Python and OpenGL in Python.
>> >
> [...]
>> > ImportError: No module named OpenGL.GLUT
>> >
>> > [EMAIL PROTECTED]/etc/python>$ echo $PYTHONPATH
>> > /usr/lib/python2.2/site-packages/Open
Mike C. Fletcher wrote:
> [EMAIL PROTECTED] wrote:
> > I'm beginning learning Python and OpenGL in Python.
> >
[...]
> > ImportError: No module named OpenGL.GLUT
> >
> > [EMAIL PROTECTED]/etc/python>$ echo $PYTHONPATH
> > /usr/lib/python2.2/site-packages/OpenGL
> >
> You should already have site-p
[EMAIL PROTECTED] wrote:
> I'm beginning learning Python and OpenGL in Python.
>
> Python fine. But difficulties with OpenGL; presumably with the
> installation of OpenGL.
>
> OS = Linux FC5.
>
> Python program gl_test.py:
>
> from OpenGL.GLUT import *
> from OpenGL.GLU import *
> from OpenGL.GL im
I'm beginning learning Python and OpenGL in Python.
Python fine. But difficulties with OpenGL; presumably with the
installation of OpenGL.
OS = Linux FC5.
Python program gl_test.py:
from OpenGL.GLUT import *
from OpenGL.GLU import *
from OpenGL.GL import *
name = "Hello, World"
height = 400
et