Festila Catalin wrote:
> I need help with
> import OpenGLContext
> this is output
> >>> dir(OpenGL)
> ['ALLOW_NUMPY_SCALARS', 'ERROR_CHECKING', 'ERROR_LOGGING',
> 'ERROR_ON_COPY',
> 'FULL_LOGGING', 'GL', 'UNSIGNED_BYTE_IMAGES_AS_
> STRING', '__builtins__',
> '__doc__', '__file__', '__name__', '__path__', '__version__', 'arrays',
> 'constant', 'constants', 'contextdata', 'converters', 'error',
> 'extensions',
> 'images', 'logs', 'platform', 'raw', 'version', 'wrapper']
> >>> import OpenGLContext
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> ImportError: No module named OpenGLContext
OpenGLContext is a separate project and download. Unless you *want* to
use OpenGLContext, you probably don't need to install it. To install on
most machines:
easy_install OpenGLContext
if there's something in PyOpenGL that's importing it, let me know and
I'll remove it, there's not supposed to be any dependencies in that
direction.
Good luck,
Mike
--
________________________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://www.vrplumber.com
http://blog.vrplumber.com
|