python - Pyinstaller: how to include file -


i'm trying make simple project python compile pyinstaller

my code :

# coding: utf-8  f = open("1.txt") print f.read() 

but it's showing me after compile error :

no such file 1.txt 

so question how include file , image pyinstaller


Comments

Popular posts from this blog

Android : Making Listview full screen -

jsf - How to order SelectItems in custom renderer extending MyFaces HtmlMenuRenderer -

c# - How to share session between a MVC project and a WCF project? -