New comment by zlice on void-packages repository https://github.com/void-linux/void-packages/pull/46573#issuecomment-1811378519 Comment: anyone else get python 3.12 issues? not sure if those need patched or what the first ones are mods i pulled, but the bottom ones are from the install ``` ##### #### ### #### # # # # # # # ## #### #### # # # # # #### # # # # # # # ##### # # # # #### #### # # # # # # # # # # # # # # ## ## ## # # #### #### ### # # #### ## ## ## :439: SyntaxWarning: invalid escape sequence '\s' During initialization the error "No module named 'imp'" occurred in /home/zlice/.local/share/FreeCAD/Mod/kicadStepUpMod/./InitGui.py Please look into the log file for further information :172: SyntaxWarning: invalid escape sequence '\s' During initialization the error "No module named 'imp'" occurred in /home/zlice/.local/share/FreeCAD/Mod/Manipulator/./InitGui.py Please look into the log file for further information The `.FCStd#` backup format is deprecated as of v0.21 and may be removed in future versions. To update, check the 'Preferences->General->Document->Use date and FCBak extension' option. Traceback (most recent call last): File "/usr/lib/freecad/Mod/Draft/draftviewproviders/view_base.py", line 179, in attach self.onChanged(vobj, "Pattern") File "/usr/lib/freecad/Mod/Draft/draftviewproviders/view_base.py", line 286, in onChanged if str(vobj.Pattern) in list(utils.svg_patterns().keys()): ^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/freecad/Mod/Draft/draftutils/utils.py", line 789, in svg_patterns loadSvgPatterns() File "/usr/lib/freecad/Mod/Draft/draftutils/utils.py", line 763, in load_svg_patterns p = importSVG.getContents(file, 'pattern') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/freecad/Mod/Draft/importSVG.py", line 1705, in getContents f = pythonopen(filename) ^^^^^^^^^^ : name 'pythonopen' is not defined ```