Hi all, 

I want to create a standalone executable file for a python code that uses 
two txt files which define some parameters.

IF somebody changes the parameters of those text files, the standalone 
application should take it into account, I mean, the text files do not have 
to be fixed in the final code.

I am using PyInstaller under OS X, I create the xecutable file, but it does 
not read the text files, the python code does it without problem.

Those are the commands I use to create the executable file:

python utils/makespec.py --onefile ../extest/exec_test.py
nueye$ python utils/build.py exec_test/exec_test.spec 

What I am doing wrong? Or what should I add to my procedure?

Thank you,
jl

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to