kindle manager

This commit is contained in:
douboer
2020-07-06 14:33:20 +08:00
parent e27a2ca1ac
commit 4f963ebc9c

View File

@@ -64,6 +64,28 @@ A: MAC下: <br>
可以正常打开,原因不清,[参考链接](https://apple.stackexchange.com/questions/181026/lsopenurlswithrole-failed-with-error-10810-cant-open-install-os-x-yosemite) <br>
Windows下<br>
```
D:\penvprj\kman\Release>D:\天翼云盘下载\kmanapp/kmanapp
Traceback (most recent call last):
File "kman\kmanapp.py", line 21, in <module>
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