美文网首页
python 打包成EXE

python 打包成EXE

作者: 缡水的鱼 | 来源:发表于2017-09-28 10:07 被阅读0次

    http://blog.csdn.net/mrlevo520/article/details/51840217

    pyinstaller -F XXXX.py  打成独立包 

    遇到在其他机器上无法运行的情况

    UnicodeEncodeError : 'locale' codec can't encode character '\u73b0' in position 0:

    问题的语句是

    print(time.strftime('现在时间:%Y-%m-%d %H:%M:%S', time.localtime(time.time())))

    最后把这个句子删了就好了~

    相关文章

      网友评论

          本文标题:python 打包成EXE

          本文链接:https://www.haomeiwen.com/subject/byrmextx.html