Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2020 22:36:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250586] cad/py-cq-editor: broken, requires spyder
Message-ID:  <bug-250586-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 250586
           Summary: cad/py-cq-editor: broken, requires spyder
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: rsmith@xs4all.nl
                CC: ports@nicandneal.net
             Flags: maintainer-feedback?(ports@nicandneal.net)
                CC: ports@nicandneal.net

A freshly-built cq-editor does not work without spyder:

> cq-editor=20
Traceback (most recent call last):
  File "/usr/local/bin/cq-editor", line 11, in <module>
    load_entry_point('CQ-editor=3D=3D0.1.0', 'gui_scripts', 'cq-editor')()
  File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", =
line
489, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", =
line
2852, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", =
line
2443, in load
    return self.resolve()
  File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", =
line
2449, in resolve
    module =3D __import__(self.module_name, fromlist=3D['__name__'], level=
=3D0)
  File "/usr/local/lib/python3.9/site-packages/cq_editor/__main__.py", line=
 12,
in <module>
    from .main_window import MainWindow
  File "/usr/local/lib/python3.9/site-packages/cq_editor/main_window.py", l=
ine
7, in <module>
    from .widgets.editor import Editor
  File "/usr/local/lib/python3.9/site-packages/cq_editor/widgets/editor.py",
line 1, in <module>
    from spyder.widgets.sourcecode.codeeditor import  CodeEditor
ModuleNotFoundError: No module named 'spyder'

This is a pity, since spyder pulls in a ton of dependencies.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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