May 2017
Beginner to intermediate
444 pages
11h 31m
English
In order to use PyOpenGL, we have to first install it. The following URL is the official Python package installer website:
https://pypi.python.org/pypi/PyOpenGL/3.0.2.

This seems to be the correct installation but, as it turns out, it doesn't work with Windows 10 64-bit OS with Python 3.6 64-bit.
A better place to look for Python installation packages was mentioned in a recipe in the previous chapter. You are probably already familiar with it. The URL is http://www.lfd.uci.edu/~gohlke/pythonlibs/.
We have to download the package that matches both our OS and our Python version. It comes with the new .whl format. If you are ...
Read now
Unlock full access