[PyOpenGL-Users] no GLASS.BMP, OpenGLContext/tests/boxobject.py
Brought to you by:
mcfletch
|
From: Craig H . A. <cr...@ho...> - 2001-11-21 10:20:24
|
no GLASS.BMP, OpenGLContext/tests/boxobject.py
I'm new to Python,PyOpenGL and OpenGLContext.
Here is my first try at an OpenGLContext test.
Where is GLASS.BMP?
python /usr/lib/python2.1/site-packages/OpenGLContext/tests/boxobject.py
Traceback (most recent call last):
File
"/usr/lib/python2.1/site-packages/OpenGLContext/tests/boxobject.py", line
28, in ?
MainFunction ( TestContext)
File
"/usr/lib/python2.1/site-packages/OpenGLContext/gluttestingcontext.py",
line 13, in main
render = TestContext()
File "/usr/lib/python2.1/site-packages/OpenGLContext/glutcontext.py",
line 26, in __init__
Context.__init__ (self)
File "/usr/lib/python2.1/site-packages/OpenGLContext/context.py", line
47, in __init__
self.OnInit()
File
"/usr/lib/python2.1/site-packages/OpenGLContext/tests/boxobject.py", line
22, in OnInit
texture = imagetexture.load( "GLASS.BMP" ),
File
"/usr/lib/python2.1/site-packages/OpenGLContext/scenegraph/imagetexture.py",
line 18, in load
image = open( filename )
File "/usr/lib/python2.1/site-packages/PIL/Image.py", line 932, in open
fp = __builtin__.open(fp, "rb")
IOError: [Errno 2] No such file or directory: 'GLASS.BMP'
--
Craig H. Anderson
|