-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
6.9.2
-
None
-
Windows 10
Trying to import Pyside6.QtWidgets (or any other part of pyside) results in
ImportError: DLL load failed while importing QtWidgets: The specified procedure could not be found
Steps to reproduce:
Downloaded python 3.13.7 (from https://www.python.org/ftp/python/3.13.7/python-3.13.7-amd64.exe).
Ran pip install pyside6 (output in pip_install_output.txt)
Then ran python -v -c "from PySide6.QtWidgets import QApplication" (output in verbose_output.txt)