-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
During initialization the error "module 'FreeCAD' has no attribute 'GuiUp'" occurred in freecad.frameforge
--------------------------------------------------------------------------------
Traceback (most recent call last):
File "<string>", line 311, in InitApplications
File "/tmp/.mount_FreeCABgNikg/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/home/christian/.local/share/FreeCAD/v1-1/Mod/FrameForge/freecad/frameforge/__init__.py", line 17, in <module>
from .create_end_miter_tool import *
File "/home/christian/.local/share/FreeCAD/v1-1/Mod/FrameForge/freecad/frameforge/create_end_miter_tool.py", line 5, in <module>
import ArchCommands
File "/tmp/.mount_FreeCABgNikg/usr/Mod/BIM/ArchCommands.py", line 37, in <module>
import ArchComponent
File "/tmp/.mount_FreeCABgNikg/usr/Mod/BIM/ArchComponent.py", line 46, in <module>
import ArchIFC
File "/tmp/.mount_FreeCABgNikg/usr/Mod/BIM/ArchIFC.py", line 34, in <module>
import ArchIFCSchema
File "/tmp/.mount_FreeCABgNikg/usr/Mod/BIM/ArchIFCSchema.py", line 37, in <module>
from draftutils import params
File "/tmp/.mount_FreeCABgNikg/usr/Mod/Draft/draftutils/params.py", line 40, in <module>
if App.GuiUp:
^^^^^^^^^
AttributeError: module 'FreeCAD' has no attribute 'GuiUp'
--------------------------------------------------------------------------------

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels