Beginner Python OpenGL difficulties

2009-02-07 Thread David Nuttall
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

Re: Beginner Python OpenGL difficulties

2006-05-30 Thread jg . campbell . ng
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-packages in your

Re: Beginner Python OpenGL difficulties

2006-05-30 Thread Diez B. Roggisch
[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/OpenGL You should

Re: Beginner Python OpenGL difficulties

2006-05-29 Thread Mike C. Fletcher
[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 import *

Beginner Python OpenGL difficulties

2006-05-28 Thread jg . campbell . ng
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