[Bug 237987] cad/freecad: Errors from the Path Workbench

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 19 21:13:29 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237987

            Bug ID: 237987
           Summary: cad/freecad: Errors from the Path Workbench
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: cmt at freebsd.org
          Reporter: denverh at comcast.net
             Flags: maintainer-feedback?(cmt at freebsd.org)
          Assignee: cmt at freebsd.org

Starting the Tool Manager:
Running the Python command 'Path_ToolLibraryEdit' failed:
Traceback (most recent call last):
  File "/usr/local/FreeCAD/Mod/Path/PathScripts/PathToolLibraryManager.py",
line 627, in Activated
    self.edit()
  File "/usr/local/FreeCAD/Mod/Path/PathScripts/PathToolLibraryManager.py",
line 609, in edit
    editor = EditorPanel(job, cb)
  File "/usr/local/FreeCAD/Mod/Path/PathScripts/PathToolLibraryManager.py",
line 397, in __init__
    self.loadTable()
  File "/usr/local/FreeCAD/Mod/Path/PathScripts/PathToolLibraryManager.py",
line 460, in loadTable
    self.form.ToolsList.setModel(tooldata)

'PySide2.QtWidgets.QDialog' object has no attribute 'ToolsList'

And starting a new Path Job:
Running the Python command 'Path_Job' failed:
Traceback (most recent call last):
  File "/usr/local/FreeCAD/Mod/Path/PathScripts/PathJobCmd.py", line 64, in
Activated
    dialog = PathJobDlg.JobCreate()
  File "/usr/local/FreeCAD/Mod/Path/PathScripts/PathJobDlg.py", line 55, in
__init__
    self.dialog.templateGroup.hide()

'PySide2.QtWidgets.QDialog' object has no attribute 'templateGroup'

Steps to Reproduce:
1. Start a new file with ^N
2. Select the Path workbench
3. Start a new Path Job using menu Path -> Job (or type pj)
4. Start the Tool Manager using menu Path-> Tool Manager (or type pt)

All other normal CAD functions appear to work properly.  Only those directly
associated with the Path Workbench report errors.

Version: FreeCAD-0.18.2
FreeBSD 11.2-RELEASE-p9 r345733 amd64

I'm not sure what other information may be helpful at this point.

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


More information about the freebsd-ports-bugs mailing list