FreeCad unter Debian 12 installiert (läuft), und per Addon-Manager die CFDOF-hinzugefügt - jedoch schlägt die Initialisierung des Addons fehl.
PySide2.QtWidgets ist jedoch installiert (via apt Paketmanager) und in Python auch verfügbar
Muss ich jetzt noch irgendwelche sym-Links setzen, a la PySide -> PySide2, damit die Module gefunden werden?
Hab von Python keine Ahnung, nur gelesen dass die Modulverwaltung via pip gelegentlich mit der des Paketmanagers kollidiert.
Für eine Lösung oder einen Workaround wär ich echt dankbar.
During initialization the error "No module named 'PySide.QtWidgets'" occurred in /home/testuser/.local/share/FreeCAD/Mod/CfdOF/./InitGui.py
Please look into the log file for further information
Exception ignored in: <function CfdOFWorkbench.del at 0x7f1245c209a0>
Traceback (most recent call last):
File "<string>", line 130, in del
File "/usr/lib/python3/dist-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/testuser/.local/share/FreeCAD/Mod/CfdOF/./CfdOF/CfdTools.py", line 57, in <module>
from PySide.QtWidgets import QApplication
File "/usr/lib/python3/dist-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'PySide.QtWidgets'
Please look into the log file for further information
Exception ignored in: <function CfdOFWorkbench.del at 0x7f1245c209a0>
Traceback (most recent call last):
File "<string>", line 130, in del
File "/usr/lib/python3/dist-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/testuser/.local/share/FreeCAD/Mod/CfdOF/./CfdOF/CfdTools.py", line 57, in <module>
from PySide.QtWidgets import QApplication
File "/usr/lib/python3/dist-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'PySide.QtWidgets'
PySide2.QtWidgets ist jedoch installiert (via apt Paketmanager) und in Python auch verfügbar
PySide2
PySide2.QtCore
PySide2.QtGui
PySide2.QtNetwork
PySide2.QtOpenGL
PySide2.QtPrintSupport
PySide2.QtSvg
PySide2.QtUiTools
PySide2.QtWebChannel
PySide2.QtWebEngine
PySide2.QtWebEngineCore
PySide2.QtWebEngineWidgets
PySide2.QtWidgets
PySide2.QtXml
PySide2._config
PySide2._git_pyside_version
File "/usr/lib/python3/dist-packages/autobahn/xbr/init.py", line 44, in <module>
from eth_abi import abi
File "/usr/lib/python3/dist-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
No module named 'eth_abi'XKB not supported for display :0
vtkmodules.qt.QVTKRenderWindowInteractor - A simple VTK widget for PyQt or PySide.
PySide2.QtCore
PySide2.QtGui
PySide2.QtNetwork
PySide2.QtOpenGL
PySide2.QtPrintSupport
PySide2.QtSvg
PySide2.QtUiTools
PySide2.QtWebChannel
PySide2.QtWebEngine
PySide2.QtWebEngineCore
PySide2.QtWebEngineWidgets
PySide2.QtWidgets
PySide2.QtXml
PySide2._config
PySide2._git_pyside_version
File "/usr/lib/python3/dist-packages/autobahn/xbr/init.py", line 44, in <module>
from eth_abi import abi
File "/usr/lib/python3/dist-packages/shiboken2/files.dir/shibokensupport/feature.py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
No module named 'eth_abi'XKB not supported for display :0
vtkmodules.qt.QVTKRenderWindowInteractor - A simple VTK widget for PyQt or PySide.
Muss ich jetzt noch irgendwelche sym-Links setzen, a la PySide -> PySide2, damit die Module gefunden werden?
Hab von Python keine Ahnung, nur gelesen dass die Modulverwaltung via pip gelegentlich mit der des Paketmanagers kollidiert.
Für eine Lösung oder einen Workaround wär ich echt dankbar.