(SOLVED) I can't switch to openscad in 0.21 appimage

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
thomas-neemann
Veteran
Posts: 11903
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

(SOLVED) I can't switch to openscad in 0.21 appimage

Post by thomas-neemann »

I can't switch to openscad in 0.21 appimage
I get these messages
Bildschirmfoto_2023-05-23_08-30-04.png
Bildschirmfoto_2023-05-23_08-30-04.png (17.36 KiB) Viewed 397 times

Code: Select all

08:27:34  /tmp/.mount_33263-tOyscs/usr/lib/././libnglib4smesh.so: undefined symbol: _ZNK17XCAFDoc_ColorTool8GetColorERK9TDF_LabelR14Quantity_Color
08:27:34  Traceback (most recent call last):
  File "<string>", line 53, in Initialize
  File "/tmp/.mount_33263-tOyscs/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_33263-tOyscs/usr/Mod/OpenSCAD/OpenSCADCommands.py", line 31, in <module>
    import OpenSCADUtils
  File "/tmp/.mount_33263-tOyscs/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/.mount_33263-tOyscs/usr/Mod/OpenSCAD/OpenSCADUtils.py", line 38, in <module>
    import MeshPart
  File "/tmp/.mount_33263-tOyscs/usr/lib/python3.11/site-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
    return original_import(name, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Code: Select all

OS: Ubuntu 20.04.1 LTS (XFCE/xubuntu)
Word size of FreeCAD: 64-bit
Version: 0.21.0.33263 (Git) AppImage
Build type: Release
Branch: master
Hash: 864f99bf984c237ef38d9451fd6f3a5ec34e6eb4
Python 3.11.3, Qt 5.15.8, Coin 4.0.0, Vtk 9.2.2, OCC 7.7.1
Locale: German/Germany (de_DE)

edit

has the test framework been abolished?
Last edited by thomas-neemann on Sun May 28, 2023 5:50 pm, edited 1 time in total.
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
Syres
Veteran
Posts: 2898
Joined: Thu Aug 09, 2018 11:14 am

Re: I can't switch to openscad in 0.21 appimage

Post by Syres »

More issues with OCC 7.7.1, they've been reported upstream in the Conda 'arena' by Realthunder
User avatar
thomas-neemann
Veteran
Posts: 11903
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: I can't switch to openscad in 0.21 appimage

Post by thomas-neemann »

now it works. 1000 thanks

Code: Select all

OS: Ubuntu 20.04.1 LTS (XFCE/xubuntu)
Word size of FreeCAD: 64-bit
Version: 0.21.0.33321 (Git) AppImage
Build type: Release
Branch: master
Hash: 1d61ed187c9633702818c6cc5d7a1f07dd052ca8
Python 3.10.11, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: German/Germany (de_DE)
Installed mods: 
  * Curves 0.6.9
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
Post Reply