Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with fresh install on FreeCAD 1.0.0 #24

Closed
c-bob opened this issue Jan 2, 2025 · 3 comments
Closed

Problems with fresh install on FreeCAD 1.0.0 #24

c-bob opened this issue Jan 2, 2025 · 3 comments
Assignees

Comments

@c-bob
Copy link

c-bob commented Jan 2, 2025

Hello and a happy new year!
On my fresh installed FC (siduction, KDE, plasma6) I get this errors after I installed the Webtools and PartsLib via AddOnManager and Macro:

21:24:48 3DfindIT: FreeCAD below version 0.19 is not supported. Please update to a recent version.
21:24:48 Cannot find icon: /usr/share/freecad/Mod/Web/Resources/icons/WebWorkbench.svg
21:24:52 /home/daniel/.local/share/FreeCAD/Mod/WebTools/./Sketchfab.py:183: SyntaxWarning: invalid escape sequence ']'
s = re.sub(", ]"," ]",s)
21:24:52 /home/daniel/.local/share/FreeCAD/Mod/WebTools/./Sketchfab.py:183: SyntaxWarning: invalid escape sequence ']'
s = re.sub(", ]"," ]",s)
21:29:22 python-git not found. Git-related functions will be disabled
21:30:10 No module named 'WebGui'
21:30:10 Traceback (most recent call last):
File "/home/daniel/.local/share/FreeCAD/Mod/WebTools/./InitGui.py", line 34, in Initialize
import BIMServer, Git, Sketchfab
File "/usr/lib/python3/dist-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/daniel/.local/share/FreeCAD/Mod/WebTools/./Sketchfab.py", line 32, in
import FreeCADGui, WebGui
File "/usr/lib/python3/dist-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Something not installed correctly?

@c-bob c-bob changed the title Problems with freh install on FreeCAD 1.0.0 Problems with fresh install on FreeCAD 1.0.0 Jan 2, 2025
@yorikvanhavre
Copy link
Owner

Maybe, there is a long time I didn't look at this module... I'll check ASAP!

@yorikvanhavre yorikvanhavre self-assigned this Jan 6, 2025
@stwalkerster
Copy link

I'm still getting the latter part of the error in the original report when I try to switch to the WebTools workbench:

16:26:54  No module named 'WebGui'
16:26:54  Traceback (most recent call last):
  File "/home/stwalkerster/.local/share/FreeCAD/Mod/WebTools/./InitGui.py", line 34, in Initialize
    import BIMServer, Git, Sketchfab
  File "/tmp/.mount_FreeCAjIeioa/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/stwalkerster/.local/share/FreeCAD/Mod/WebTools/./Sketchfab.py", line 32, in <module>
    import FreeCADGui, WebGui
  File "/tmp/.mount_FreeCAjIeioa/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

@yorikvanhavre
Copy link
Owner

Thanks for testing! This should be fixed too now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants