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

Dump all information to stdout.

Return type:

None

dump_al() None

Dump OpenAL info.

Return type:

None

dump_backend() None

Dump active backend details and selected surface config.

Return type:

None

dump_backend_glx(
context: OpenGLSurfaceContext | None = None,
) None

Dump GLX info.

Return type:

None

dump_backend_platform_api(
context: OpenGLSurfaceContext,
) None

Dump platform-specific OpenGL details for the active backend.

Return type:

None

dump_backend_wgl(
context: OpenGLSurfaceContext | None = None,
) None

Dump WGL info.

Return type:

None

dump_ffmpeg() None

Dump FFmpeg info.

Return type:

None

dump_gl(
context: OpenGLSurfaceContext | None = None,
) None

Backward-compatible wrapper for dump_graphics_api().

Return type:

None

dump_gl_platform(
context: OpenGLSurfaceContext,
) None

Backward-compatible wrapper for dump_backend_platform_api().

Return type:

None

dump_glx(
context: OpenGLSurfaceContext | None = None,
) None

Backward-compatible wrapper for dump_backend_glx().

Return type:

None

dump_graphics_api(
context: OpenGLSurfaceContext | None = None,
) None

Dump active graphics API info for the given context.

Return type:

None

dump_media() None

Dump pyglet.media info.

Return type:

None

dump_media_decoders() None

Dump available media decoders.

Return type:

None

dump_platform() None

Dump OS specific.

Return type:

None

dump_pyglet() None

Dump pyglet version and options.

Return type:

None

dump_python() None

Dump Python version and environment to stdout.

Return type:

None

dump_wgl(
context: OpenGLSurfaceContext | None = None,
) None

Backward-compatible wrapper for dump_backend_wgl().

Return type:

None

dump_window() None

Dump display, window, and screen info.

Return type:

None

dump_wintab() None

Dump WinTab info.

Return type:

None