Control: forwarded -1 https://github.com/kliment/Printrun/issues/1291
Dear Maintainer,
Initializing pronterface gives the following error which makes 3D views
impossible and only 2D works. Upstream is aware of this but has not
transitioned to pyglet 2+ yet.
```
$ pronterface
3D view mode requested, but we failed to initialize it.
Falling back to 2D view, and here is the backtrace:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/printrun/gui/viz.py", line 69, in __init__
import printrun.gcview
File "/usr/lib/python3/dist-packages/printrun/gcview.py", line 22, in <module>
from .gl.panel import wxGLPanel
File "/usr/lib/python3/dist-packages/printrun/gl/panel.py", line 28, in <module>
from pyglet.gl import glEnable, glDisable, GL_LIGHTING, glLightfv, \
ImportError: cannot import name 'GL_LIGHTING' from 'pyglet.gl' (/usr/lib/python3/dist-packages/pyglet/gl/__init__.py)
```