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)?
PyOpenGL problems on Windows
Started by monkey_instinct, Jan 07 2008 06:11 PM
4 replies to this topic
#1
Posted 07 January 2008 - 06:11 PM
|
|
|
#2
Posted 11 January 2008 - 05:54 AM
What are you having problems with? Are you unable to import the PyOpenGL-modules?
#3
Posted 11 January 2008 - 08:16 AM
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
Posted 11 January 2008 - 08:27 AM
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
Posted 12 January 2008 - 09:37 AM
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.
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.


Sign In
Create Account


Back to top









