Wood-Frame icon indicating copy to clipboard operation
Wood-Frame copied to clipboard

Copy action is crashing (draftguitools)

Open glibersat opened this issue 3 years ago • 1 comments

Hi,

First, thanks for this piece of software. It looks like a good candidate to ease the modeling of my future home :)

I am running into an issue when using the "copy" action:

11:48:53 Running the Python command 'WF_Copy' failed: Traceback (most recent call last): File "/home/xxxxxx/.FreeCAD/Mod/Wood-Frame/WFUtils.py", line 107, in Activated self.tracker =Draft.draftguitools.gui_trackers.lineTracker ()

module 'Draft' has no attribute 'draftguitools'

I can help and/or make a patch if you help me with this error.

I am using the ubuntu pacakaged version (0.19.1+dfsg1-2).

Thank you!

glibersat avatar Jun 02 '21 10:06 glibersat

hi ! I think this error is due to Draft workbench which have deeply been remade... draftguitools no more exist. We have to find where is line tracker tool in draft workbench for now. And then change line 107 in WFUtils.py

JeromeL63 avatar Jun 04 '21 18:06 JeromeL63