随笔分类 -  python_爬虫开发

Python 在用 Pyinstaller封装exe-TypeError: expected str, bytes or os.PathLike object, not NoneType 解决方法!
摘要:一、环境: 系统:win7 版本:Python 3.7.2 (32位) 二、问题: 利用Pyinstaller封装exe 时, 报错:TypeError: expected str, bytes or os.PathLike object, not NoneType 如下图: 三、解决方法: 1.这 阅读全文
posted @ 2019-07-02 22:58 奥特曼Me 阅读(15691) 评论(0) 推荐(0)