标签: python pyinstaller
我正在尝试使用python创建简单的项目,然后使用pyinstaller
我的代码是:
# coding: utf-8 f = open("1.txt") print f.read()
但是在我编译它之后它向我展示了这个错误:
No such file 1.txt
所以我的问题是如何将文件和图像包含到pyinstaller