python
98K甩狙
这个作者很懒,什么都没留下…
展开
-
Pyinstaller 出现 pyinstaller unicodedecodeerror 'utf-8' codec can't decode byte 错误和Pyinstaller编译多文件成一个
Pyinstaller 编译多文件成一个exe,a.py,b.py命令Pyinstaller -F -w a.py b.py,在Administrator 的dist目录下会生成a.exe文件我用python 3.6 x64环境联合编译pyqt5代码出现错误 pyinstaller unicodedecodeerror 'utf-8' codec can't decode byte原创 2017-09-29 17:23:41 · 3720 阅读 · 0 评论 -
关于python3.6使用pyinstaller出错问题
使用python3.6在win7上打包程序发生错误IndexError: tuple index out of range解决办法:下载:https://github.com/pyinstaller/pyinstaller将pyinstaller文件夹覆盖python3.6文件夹下的Python36\Lib\site-packages\PyInstaller我的是C:\Prog原创 2017-09-21 16:06:04 · 2678 阅读 · 0 评论 -
钉钉小程序后台 遍历企业内部所有员工 python源码
钉钉python SDKhttps://dingtalk-sdk.readthedocs.io/zh_CN/latest/client/api/department.html钉钉只有遍历部门、子部门、部门下所有员工的信息的api,没有遍历所有员工的API,所以写了个递归来获取公司所有员工废话少说,源码from dingtalk import SecretClientde...原创 2019-09-18 16:01:08 · 2712 阅读 · 5 评论