Created attachment 212793 [details] svn diff If you attempt to start cad/cura, it will fail with UM/View/GL/OpenGL.py being unable to include OpenGL. /usr/local/lib/python3.7/site-packages/UM/PluginRegistry.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp Traceback (most recent call last): File "/usr/local/bin/cura", line 21, in <module> from cura.CrashHandler import CrashHandler File "/usr/local/lib/python3.7/site-packages/cura/CrashHandler.py", line 27, in <module> from UM.Application import Application File "/usr/local/lib/python3.7/site-packages/UM/Application.py", line 9, in <module> from UM.Controller import Controller File "/usr/local/lib/python3.7/site-packages/UM/Controller.py", line 12, in <module> from UM.View.View import View File "/usr/local/lib/python3.7/site-packages/UM/View/View.py", line 8, in <module> from UM.View.Renderer import Renderer File "/usr/local/lib/python3.7/site-packages/UM/View/Renderer.py", line 7, in <module> from UM.View.RenderPass import RenderPass #For typing. File "/usr/local/lib/python3.7/site-packages/UM/View/RenderPass.py", line 8, in <module> from UM.View.GL.OpenGL import OpenGL File "/usr/local/lib/python3.7/site-packages/UM/View/GL/OpenGL.py", line 22, in <module> import OpenGL.GL as gl ModuleNotFoundError: No module named 'OpenGL'
^Triage: set maintainer-feedback, remove tags.
A commit references this bug: Author: db Date: Sat Mar 28 19:41:50 UTC 2020 New revision: 529758 URL: https://svnweb.freebsd.org/changeset/ports/529758 Log: Report: If you attempt to start cad/cura, it will fail with UM/View/GL/OpenGL.py being unable to include OpenGL. Maintainer: I bumped PORTREVSION PR: ports/245129 Submitted by: vvelox@vvelox.net Changes: head/cad/uranium/Makefile
^Triage: Assign to committer that resolved