Pyinstaller:如何包含文件

时间:2015-07-02 07:34:49

标签: python pyinstaller

我正在尝试使用python创建简单的项目,然后使用pyinstaller

进行编译

我的代码是:

# coding: utf-8

f = open("1.txt")
print f.read()

但是在我编译它之后它向我展示了这个错误:

No such file 1.txt

所以我的问题是如何将文件和图像包含到pyinstaller

0 个答案:

没有答案