I have a python script that works fine, but after running pyinstaller, I get the following in any quit () or exit () commands:
Makespec File:
Here is what I see after starting the application:
Traceback (most recent call last): File "<string>", line 222, in <module> File "<string>", line 207, in main File "<string>", line 66, in icinga_mysql File "<string>", line 45, in checksanity NameError: global name 'quit' is not defined
source share