Get environment information useful for debugging.
Intended usage is to create a file for bug reports, e.g.:
python -m pyglet.info > info.txt
| dump() | Dump all information to stdout. |
| dump_al() | Dump OpenAL info. |
| dump_avbin() | Dump AVbin info. |
| dump_gl([context]) | Dump GL info. |
| dump_glu() | Dump GLU info. |
| dump_glx() | Dump GLX info. |
| dump_media() | Dump pyglet.media info. |
| dump_pyglet() | Dump pyglet version and options. |
| dump_python() | Dump Python version and environment to stdout. |
| dump_window() | Dump display, window, screen and default config info. |
| dump_wintab() | Dump WinTab info. |