79628478

Date: 2025-05-19 09:44:30
Score: 1.5
Natty:
Report link

Pour PyQt6 python 3.12 in conda env,

import PySide6
pyqt = os.path.dirname(PySide6.__file__)
QApplication.addLibraryPath(os.path.join(pyqt, "plugins"))

This solved the problem

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Boris Dauriac