Bug Reporting

Please submit bug reports using the bug tracker at the PyOpenGL project page. There are also support and feature request trackers at this page.

Note

PyOpenGL development, usage and bugs are discussed on the PyOpenGL mailing list.

Before you send any bug reports, try the demos and if they show the same problem. When submitting a bug report always include:

  1. complete traceback
  2. the HTML output of the script OpenGL/scripts/info.py

If you have problems compiling PyOpenGL, also include:

  1. description of your system and your compiler
  2. output of following python statements

    import sys, distutils
    print sys.platform
    print sys.version
    print distutils.__version__