-
Since most of distributions don't package pyglet-1.5 anymore the lack of support for pyglet-2+ prevents printrun's packaging as well.
All in all it would be nice to migrate to pyglet-2+.
-----
…
-
i get the following output and error messages after executing the diagnostic tool `python -m pyglet.info`
trying to find out why a python app won't start, and it traces to some pyglet related stuff…
-
**Describe the solution you'd like**
pyglet.gl.gl* funcs have no popup hint of arguments
here is my code example to use annotations which will work as IDE hint and ctypes configurator
```
d…
-
Scripts that work with python 3.12 now crash early on python 3.13
This is Windows specific.
This can be seen with the pyglet demos hello_world.py, astraea.py or noisy.py by example, wich gives
…
-
**Describe the bug**
When loading a media source and repeatedly calling .play(), the source._players keep growing until it reaches 256 elements, at which point I get the following error:
> pyglet.…
-
Updating pyglet has broken the pi2go simulation - deprecated functions need to
be replaced
-
When the python line below is run, (just opening a python live and typing it)
`import pyglet.window`
it raises the following exception.
```
Traceback (most recent call last):
File "", line 1,…
-
Has there been any progress on supporting [Pyglet 2.0.0 or later](https://pypi.org/project/pyglet/#history) since https://github.com/mikedh/trimesh/issues/1812?
I’m currently patching [`python-pygl…
-
# Disclaimer
This is mainly suited for Windows. I am not sure if the same issue happens on Mac or other OSes.
# Python 3.12
Since Python 3.12, there is a bug when using the latest version of `coc…
-
```
File "/opt/anaconda3/envs/PsychoPy39/lib/python3.9/site-packages/spyder_kernels/py3compat.py", line 356, in compat_exec
exec(code, globals, locals)
File "/OpenMATB-master/main.py", …