Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2020 14:00:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 245129] [PATCH] cad/uranium requires graphics/py-PyOpenGL
Message-ID:  <bug-245129-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245129

            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-bugs@FreeBSD.org
          Reporter: vvelox@vvelox.net
                CC: db@FreeBSD.org, python@FreeBSD.org
                CC: db@FreeBSD.org, python@FreeBSD.org

Created attachment 212793
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D212793&action=
=3Dedit
svn diff

If you attempt to start cad/cura, it will fail with UM/View/GL/OpenGL.py be=
ing
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'

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245129-21822>