https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245129
Bug ID: 245129 Summary: [PATCH] cad/uranium requires graphics/py-PyOpenGL Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-b...@freebsd.org Reporter: vve...@vvelox.net CC: d...@freebsd.org, pyt...@freebsd.org CC: d...@freebsd.org, pyt...@freebsd.org Created attachment 212793 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212793&action=edit 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' -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"