Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2019 21:13:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237987] cad/freecad: Errors from the Path Workbench
Message-ID:  <bug-237987-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@freebsd.org
          Reporter: denverh@comcast.net
             Flags: maintainer-feedback?(cmt@freebsd.org)
          Assignee: cmt@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 =3D 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 =3D 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.

--=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-237987-7788>