'PySide2.QtWidgets.QWidget' object has no attribute 'enableExtensionsWarning'

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Kuzma30
Posts: 163
Joined: Wed Oct 24, 2018 11:50 am
Location: Ukraine

'PySide2.QtWidgets.QWidget' object has no attribute 'enableExtensionsWarning'

Post by Kuzma30 »

When I try create Path Pocket from object I receive:
12:10:12 Traceback (most recent call last):
File "G:\FreeCAD-asm3-Daily-Win64-Py3-Qt5-20210717\Mod\Path\PathScripts\PathOpGui.py", line 104, in setEdit
self.setupTaskPanel(TaskPanel(vobj.Object, self.deleteObjectsOnReject(), page, selection))
File "G:\FreeCAD-asm3-Daily-Win64-Py3-Qt5-20210717\Mod\Path\PathScripts\PathOpGui.py", line 1028, in __init__
self.featurePages.append(opPage.taskPanelBaseLocationPage(obj, features))
File "G:\FreeCAD-asm3-Daily-Win64-Py3-Qt5-20210717\Mod\Path\PathScripts\PathPocketShapeGui.py", line 62, in taskPanelBaseLocationPage
self.extensionsPanel = PathFeatureExtensionsGui.TaskPanelExtensionPage(obj, features) # pylint: disable=attribute-defined-outside-init
File "G:\FreeCAD-asm3-Daily-Win64-Py3-Qt5-20210717\Mod\Path\PathScripts\PathOpGui.py", line 201, in __init__
self.form = self.getForm() # pylint: disable=assignment-from-no-return
File "G:\FreeCAD-asm3-Daily-Win64-Py3-Qt5-20210717\Mod\Path\PathScripts\PathFeatureExtensionsGui.py", line 230, in getForm
form.enableExtensionsWarning.hide()
<class 'AttributeError'>: 'PySide2.QtWidgets.QWidget' object has no attribute 'enableExtensionsWarning'
OS: Windows 10 Version 2009
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 2021.717.24301 +3842 (Git)
Build type: Release
Branch: LinkDaily
Hash: 44be6d539871be4083e83f428e8fcfbcf38408ef
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.5.0
Locale: Russian/Russia (ru_RU)
RealThunder's A3 Wiki translation, join the project https://crowdin.com/project/freecad-asm3-wiki
GeneFC
Veteran
Posts: 5373
Joined: Sat Mar 19, 2016 3:36 pm
Location: Punta Gorda, FL

Re: 'PySide2.QtWidgets.QWidget' object has no attribute 'enableExtensionsWarning'

Post by GeneFC »

That does not look like a mainstream FreeCAD release.

Who knows what might work or not work?

Gene
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: 'PySide2.QtWidgets.QWidget' object has no attribute 'enableExtensionsWarning'

Post by Kunda1 »

@Kuzma30 you're using Realthunder's LinkStage3 (Daily). You should also download the latest FreeCAD 'master' weekly build and try to reproduce the bug. Then report back with your results. Then we can understand if this is a bug in master or just in linkstage3

edit: if it's just linkstage3 specific, then open a ticket on https://github.com/realthunder/FreeCAD_assembly3/issues and report the bug.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply