View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004451 | FreeCAD | Bug | public | 2020-10-04 22:16 | 2020-10-15 17:55 |
Reporter | mirecta | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | feedback | Resolution | open | ||
Product Version | 0.19 | ||||
Summary | 0004451: cant open Openscad file *.scad | ||||
Description | if i try open some scad files with operation hull it will not successfully ended but traceback is Traceback (most recent call last): File "/usr/share/freecad-daily/Mod/OpenSCAD/OpenSCADFeatures.py", line 502, in execute import Part, freecad.OpenSCAD.OpenSCADUtils <class 'ModuleNotFoundError'>: No module named 'freecad.OpenSCAD' i fixing it by remove word freecad from thos two lines (/usr/share/freecad-daily/Mod/OpenSCAD/OpenSCADFeatures.py 502 and 503) import Part, freecad.OpenSCAD.OpenSCADUtils shape = freecad.OpenSCAD.OpenSCADUtils.process_ObjectsViaOpenSCADShape(fp.Document,fp.Children,\ fp.Operation, maxmeshpoints=maxmeshpoints) | ||||
Steps To Reproduce | open attached file and error will appear | ||||
Additional Information | Traceback (most recent call last): File "/usr/share/freecad-daily/Mod/OpenSCAD/OpenSCADFeatures.py", line 502, in execute import Part, freecad.OpenSCAD.OpenSCADUtils <class 'ModuleNotFoundError'>: No module named 'freecad.OpenSCAD' | ||||
Tags | #pending-forum | ||||
FreeCAD Information | OS: Ubuntu 20.04.1 LTS (KDE/plasma) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19. Build type: Release Branch: unknown Hash: 7eeec7a5990cc786723225ca8de16ca3186545b3 Python version: 3.8.2 Qt version: 5.12.8 Coin version: 4.0.0 OCC version: 7.3.0 Locale: English/United States (en_US) | ||||
|
|
|
@mirecta : please address your issue according our reporting guidelines by opening a new topic on our forum. Thx |
|
Discussion thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=51197 |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-10-04 22:16 | mirecta | New Issue | |
2020-10-04 22:16 | mirecta | File Added: hull.scad | |
2020-10-04 22:16 | mirecta | File Added: hull.png | |
2020-10-09 21:12 | openBrain | Tag Attached: #post-to-forum | |
2020-10-09 21:12 | openBrain | Status | new => feedback |
2020-10-09 21:12 | openBrain | Note Added: 0014806 | |
2020-10-15 17:55 | Kunda1 | Note Added: 0014873 | |
2020-10-15 17:55 | Kunda1 | Tag Detached: #post-to-forum | |
2020-10-15 17:55 | Kunda1 | Tag Attached: #pending-forum |