diff --git a/makepkg.md b/makepkg.md index c15c97d..7ebdff9 100644 --- a/makepkg.md +++ b/makepkg.md @@ -64,6 +64,28 @@ A: MAC下:
可以正常打开,原因不清,[参考链接](https://apple.stackexchange.com/questions/181026/lsopenurlswithrole-failed-with-error-10810-cant-open-install-os-x-yosemite)
Windows下:
+``` + D:\penvprj\kman\Release>D:\天翼云盘下载\kmanapp/kmanapp + Traceback (most recent call last): + File "kman\kmanapp.py", line 21, in + ImportError: DLL load failed: 找不到指定的模块。 + [16152] Failed to execute script kmanapp +``` + +``` + pathex=[ + 'D:\\penvprj\\kman', + 'c:\\users\\admin\\envs\\kman\\lib\\site-packages', + 'c:\\Users\\admin\\Envs\\kman\\Lib\\site-packages\\shiboken2', + 'c:\\users\\admin\\envs\\kman\\lib\\site-packages\\PySide2', + ], +``` + pip install PySide2==5.11.2 + + **5.12.6 ==> OK** + + + # reference