Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.14.1
-
None
Description
1. Install python3.8 By https://www.python.org/.'s Windows x86-64 executable installer
2. Pip install pyside2 then success install pyside2(5.14.0) and shiboken2(5.14.0)
3. When I
from PySide2 import QtWidgets
It say `ImportError: DLL load failed while importing shiboken2: ...`. Cause PySide2 _init_ use`import shiboken2`
others info:
PS C:\Users\myname\Desktop> pip show shiboken2 Name: shiboken2 Version: 5.14.0 Summary: Python / C++ bindings helper module Home-page: https://www.pyside.org Author: Qt for Python Team Author-email: pyside@qt-project.org License: LGPL Location: c:\users\myname\appdata\local\programs\python\python38\lib\site-packages Requires: Required-by: PySide2
Attachments
Issue Links
- is duplicated by
-
PYSIDE-1944 PySide6: DLL load failed while importing Shiboken
- Closed
- relates to
-
PYSIDE-939 Python 3.8 Creates Memory Leak And Negative Refcount
- Closed