Hi,
after some working Apps I tried a new one.
This Program has to open a *.txt file or create a new if not found. If I 
start Python the Program does his work. After using pyinstaller the don't 
start, so I try to start with Terminal using ./*App-name *I get this Error:
UnboundLocalError: local variable 'inhalt' referenced before assignment

The variable 'inhalt' reads the *.txt file.
When I add the file nothing happens. 
Even in the Terminal with *./App_name *
Nothing starts, No Error. Just a new line command line.

What could be wrong.

Steps in the App:
open *.txt if exist if not create
calculate
add new data
calculate
save

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/b510a251-9760-4cad-8d20-97265e211019n%40googlegroups.com.

Reply via email to