kindle manager

This commit is contained in:
gavin
2020-07-05 20:42:37 +08:00
parent fc241ba0d7
commit 24bf8f0dd8
2 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
> ### 研究了一个周末python打包工具试用了py2apppyinstaller问题始终没有解决艰难放弃 > ### 研究了一个周末python打包工具试用了py2apppyinstaller问题始终没有解决艰难放弃
> ### 20200621 > ### 20200621
> ### 解决MAC打包和移植问题, [参见总结](makepkg.md)
<font color=green size=15>后端 python, 前端GUI PySide2 </font> <font color=green size=15>后端 python, 前端GUI PySide2 </font>
<br> <br>

View File

@@ -47,6 +47,9 @@ A: MAC下:
**xattr -dr com.apple.quarantine '/我的安装路径/kmanapp.app'** **xattr -dr com.apple.quarantine '/我的安装路径/kmanapp.app'**
可以正常打开,原因不清,[参考链接](https://apple.stackexchange.com/questions/181026/lsopenurlswithrole-failed-with-error-10810-cant-open-install-os-x-yosemite) 可以正常打开,原因不清,[参考链接](https://apple.stackexchange.com/questions/181026/lsopenurlswithrole-failed-with-error-10810-cant-open-install-os-x-yosemite)
Windows下
# reference # reference
1. [ModuleNotFoundError: No module named 'pkg_resources.py2_warn' ](https://blog.csdn.net/qq_40608730/article/details/104864943) 1. [ModuleNotFoundError: No module named 'pkg_resources.py2_warn' ](https://blog.csdn.net/qq_40608730/article/details/104864943)