Registry / serialization / kivy-deps-glew

kivy-deps-glew

JSON →
library0.3.1pypypiunverified

Provides repackaged binary GLEW (OpenGL Extension Wrangler) shared library for Kivy. Version 0.3.1. Rarely updated; used internally by Kivy's sdl2 window provider on Windows.

pip install kivy-deps-glew
INSTALL
IMPORT
SIG · KIVY-DEPS-GLEW
K
kivy-deps-glew
serializationpythonv0.3.1
Install
Import
Disk
Pass rate
0/ 10
Env Coverage0 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v? · pip install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
build_error
glibc
py 3.103.95 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

glew
No direct import; package is automatically used by Kivy when needed.
from kivy_deps.glew import ...
This package is not meant to be imported directly. It only installs the GLEW DLL into the Kivy environment.

GLEW is used automatically when Kivy initializes its OpenGL context. No direct import needed.

import kivy from kivy.app import App from kivy.uix.label import Label class TestApp(App): def build(self): return Label(text='Hello, Kivy') if __name__ == '__main__': TestApp().run()
Debug
Known issues
gotchaDo not import this package directly. It is a binary dependency only.
fix
Use the package 'kivy-deps-sdl2' instead for the SDL2 window provider on Windows.
affects: all
deprecatedOn many systems (Linux, macOS) GLEW is provided by the system or a different package; installing kivy-deps-glew may cause conflicts.
fix
Only install on Windows if needed; prefer letting Kivy's installer handle dependencies automatically.
affects: >=0.3.0
Upgrade
Version history
0.3.1latest on PyPI · released Feb 15, 2022
Audit
Dependencies
kivyrequiredThis package is a binary dependency of Kivy; not useful standalone.
Agent activity
2 hits · last 30 days
node
2
Resources
kivy-deps-glew — pip install kivy-deps-glew · libregistry