[PyOpenGL-Users] PyOpenGL on HP-UX 10.20?
Brought to you by:
mcfletch
From: Chris J. K. <c-...@no...> - 2002-09-11 18:36:14
|
I'm attempting to get PyOpenGL running on HP-UX 10.20 with the native = graphic cards. However, I run into the following problems when I attempt = to import the module: (from python -v) import OpenGL.GL # precompiled from = /usr/local/lib/python2.2/site-packages/OpenGL/GL/__init__.pyc shl_load /usr/local/lib/python2.2/site-packages/OpenGL/GL/__init___.sl /usr/lib/dld.sl: Unresolved symbol: _hpOgl_envTable (data) from = /opt/graphics/OpenGL/lib/libGLU.1 /usr/lib/dld.sl: Unresolved symbol: HP_OGL_VAPI (data) from = /opt/graphics/OpenGL/lib/libGLU.1 /usr/lib/dld.sl: Unresolved symbol: HP_OGL_BAPI (data) from = /opt/graphics/OpenGL/lib/libGLU.1 shl_findsym init__init___ import OpenGL.GL.__init___ # dynamically loaded from = /usr/local/lib/python2.2/site-packages/OpenGL/GL/__init___.sl shl_load /usr/local/lib/python2.2/lib-dynload/operator.sl shl_findsym initoperator import operator # dynamically loaded from = /usr/local/lib/python2.2/lib-dynload/operator.sl import OpenGL.GLU # directory = /usr/local/lib/python2.2/site-packages/OpenGL/GLU # /usr/local/lib/python2.2/site-packages/OpenGL/GLU/__init__.pyc matches = /usr/local/lib/python2.2/site-packages/OpenGL/G LU/__init__.py import OpenGL.GLU # precompiled from = /usr/local/lib/python2.2/site-packages/OpenGL/GLU/__init__.pyc shl_load /usr/local/lib/python2.2/site-packages/OpenGL/GLU/__init___.sl shl_findsym init__init___ import OpenGL.GLU.__init___ # dynamically loaded from = /usr/local/lib/python2.2/site-packages/OpenGL/GLU/__init___.sl shl_load /usr/local/lib/python2.2/site-packages/OpenGL/GLUT.sl /usr/lib/dld.sl: Call to mmap() failed - TEXT = /usr/local/lib/python2.2/site-packages/OpenGL/GLUT.sl /usr/lib/dld.sl: Permission denied /usr/local/lib/python2.2/site-packages/OpenGL/GLUT.sl: Permission denied Any help would be appreciated if anyone know what the hell is going on = here. -Chris |