Jump to content

PyOpenGL problems on Windows

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
monkey_instinct

monkey_instinct

    Learning Programmer

  • Members
  • PipPipPip
  • 88 posts
I installed PyOpenGL recently on Windows XP but it doesn't work at all. Did anyone of you know if there's a bug or something with PyOpenGL and Windows? Or maybe is the version of Python I'm using (v2.5)?

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
What are you having problems with? Are you unable to import the PyOpenGL-modules?

#3
monkey_instinct

monkey_instinct

    Learning Programmer

  • Members
  • PipPipPip
  • 88 posts
I just tryed to run the Pyopengl examples that comes with the installer and they didn't work at all, neither some games made on pygame that uses it.

#4
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
But in what way don't they work? Python will give you an error message about what's wrong. If you're just clicking at them, then the window with the error message will close down right away, so you may have to run it through the commandprompt or in the terminal, Windows and Linux, respectively.

#5
monkey_instinct

monkey_instinct

    Learning Programmer

  • Members
  • PipPipPip
  • 88 posts
I checked the error as you said and it gave this error message:

import os, sys, pkg_resources
ImportError: No module named pkg_resources


Obviously this isn't a problem with PyOpenGL but I'm inventigating right now. Thanks for the advise.