pyglet.info

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_ffmpeg()

Dump FFmpeg info.

dump_gl(context=None)

Dump GL info.

dump_glu()

Dump GLU info.

dump_glx()

Dump GLX info.

dump_media()

Dump pyglet.media info.

dump_platform()

Dump OS specific

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.