09 2017 档案
摘要:1. error:/usr/lib/rpm/redhat/redhat hardened cc1: No such file or directory 需要安装 2. fatal error: Python.h: No such file or directory 需要安装 。针对python3是p
阅读全文
摘要:截止到2017年9月20号,pyinstaller只支持到python3.5,如果需要支持到3.6,需要自己在github上下载pyinstaller的开发版。 在打包时候,并没有提示错误,可以顺利打包成exe文件。但是在运行打包好的软件时,会提示找不到模块,本人遇到的是找不到第三方模块,例如req
阅读全文