I’m following this very easy guide in order to make my first steps into PyOpenGL. I installed pip install PyOpenGL PyOpenGL_accelerate , all good. I tested the installation through the test code: import OpenGL.GL import OpenGL.GLUT import OpenGL.GLU print(“Imports successful!”) # If you see this printed to the console then installation was successful all good I now run this script:
Tag: visual-c++
What version of Visual Studio is Python on my computer compiled with?
I am trying to find out the version of Visual Studio that is used to compile the Python on my computer It says What I do not understand is this MSC V.1500 designation. Does it mean it is compiled with Visual Studio 2005? I cannot find this information on http://python.org. Answer Visual C++ version _MSC_VER Visual C++ 4.x 1000 Visual