From ae5edc9ebffb54daa810e27c4131c7f020b3ac49 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Sat, 19 Dec 2020 14:59:18 +0000 Subject: [PATCH] Added README-troubleshooting Fixes issue #114 --- README-troubleshooting | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README-troubleshooting diff --git a/README-troubleshooting b/README-troubleshooting new file mode 100644 index 00000000..704c416e --- /dev/null +++ b/README-troubleshooting @@ -0,0 +1,3 @@ +# PySide: `ImportError: DLL load failed while importing KDDockWidgets` + +If you're getting this error with Python see issue #114 and the proposed solution there.