Ошибка при выбора верстака #142

Closed
opened 2024-03-18 10:21:53 +03:00 by movefasta · 2 comments
movefasta commented 2024-03-18 10:21:53 +03:00 (Migrated from gitlab.com)

Если не открыт документ, то выбор верстака сопровождается ошибкой.

16:52:57  Нет активного документа FreeCAD.
16:52:57  Traceback (most recent call last):
  File "<string>", line 37, in Initialize
  File "/nix/store/lscn0m57ysll7sra6hya1bcc6s9w31qb-shiboken2-5.15.11/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/movefasta/.local/share/FreeCAD/Mod/Frames/Frames.py", line 16, in <module>
    from ImportExportEntities import export_coordinate_systems
  File "/nix/store/lscn0m57ysll7sra6hya1bcc6s9w31qb-shiboken2-5.15.11/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/movefasta/.local/share/FreeCAD/Mod/Frames/ImportExportEntities.py", line 50, in <module>
    export_coordinate_systems()
  File "/home/movefasta/.local/share/FreeCAD/Mod/Frames/ImportExportEntities.py", line 10, in export_coordinate_systems
    raise ValueError("Нет активного документа FreeCAD.")
Если не открыт документ, то выбор верстака сопровождается ошибкой. ```python 16:52:57 Нет активного документа FreeCAD. 16:52:57 Traceback (most recent call last): File "<string>", line 37, in Initialize File "/nix/store/lscn0m57ysll7sra6hya1bcc6s9w31qb-shiboken2-5.15.11/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import return original_import(name, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/movefasta/.local/share/FreeCAD/Mod/Frames/Frames.py", line 16, in <module> from ImportExportEntities import export_coordinate_systems File "/nix/store/lscn0m57ysll7sra6hya1bcc6s9w31qb-shiboken2-5.15.11/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import return original_import(name, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/movefasta/.local/share/FreeCAD/Mod/Frames/ImportExportEntities.py", line 50, in <module> export_coordinate_systems() File "/home/movefasta/.local/share/FreeCAD/Mod/Frames/ImportExportEntities.py", line 10, in export_coordinate_systems raise ValueError("Нет активного документа FreeCAD.") ```
movefasta commented 2024-03-18 10:21:54 +03:00 (Migrated from gitlab.com)

assigned to @ius.mark.alex

assigned to @ius.mark.alex
movefasta commented 2024-04-14 21:28:04 +03:00 (Migrated from gitlab.com)

mentioned in merge request !92

mentioned in merge request !92
movefasta (Migrated from gitlab.com) closed this issue 2024-04-14 21:54:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: robossembler/framework#142
No description provided.