0
Guys, I’d like to use the Pyopengl library in Python, but I’m having trouble installing it. I would like to know which version of Opengl and Python I need to download and install. I appreciate the help from now.
0
Guys, I’d like to use the Pyopengl library in Python, but I’m having trouble installing it. I would like to know which version of Opengl and Python I need to download and install. I appreciate the help from now.
Browser other questions tagged python windows opengl pyopengl
You are not signed in. Login or sign up in order to post.
http://pyopengl.sourceforge.net/documentation/installation.html
– Bruno César
You can download pyopenlg in this website, like msi, exe, or zip, then you import it into the python directory where you installed it. I’m using version 2.7; Here are tutorials on pyopengl.
– user25153
(I added the "windows" tag since in the various Linux distributions, hundreds of Python packages are always ready to be installed from the application center, in the correct versions. Including pyopengl - so this is a difficulty only for Windows users)
– jsbueno