Bug 52581 - FreeCAD 1.0.0 не работает с модулями
Summary: FreeCAD 1.0.0 не работает с модулями
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: freecad (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-27 23:14 MSK by Sergei Naumov
Modified: 2024-12-27 23:14 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Naumov 2024-12-27 23:14:06 MSK
Попытка работать с модулями (например даже загрузить тему) приводит к:

23:05:20  Involute gear module cannot be loaded
23:05:20  Unknown command 'PartDesign_Sprocket'
23:06:29  Traceback (most recent call last):
23:06:29    File "/usr/lib64/freecad/Mod/AddonManager/AddonManagerOptions.py", line 53, in __init__
23:06:29      self.form = FreeCADGui.PySide6Uic.loadUi(
23:06:29                  ^^^^^^^^^^^^^^^^^^^^^
23:06:29  AttributeError: module 'FreeCADGui' has no attribute 'PySide6Uic'. Did you mean: 'PySideUic'?
23:06:29  AddonManagerOptions is not a preference page
23:06:31  Running the Python command 'Std_AddonMgr' failed:
Traceback (most recent call last):
  File "/usr/lib64/freecad/Mod/AddonManager/AddonManager.py", line 245, in Activated
    if not first_run_dialog.exec():
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/freecad/Mod/AddonManager/addonmanager_firstrun.py", line 51, in exec
    warning_dialog = FreeCADGui.PySide6Uic.loadUi(
                     ^^^^^^^^^^^^^^^^^^^^^

module 'FreeCADGui' has no attribute 'PySide6Uic'

Модуль python3-module-pyside6 установлен (6.7.2)