I have a python script which runs just fine, however after running pyinstaller, I get the following when I use a quit() or exit() command:
quit()
exit()
quit can be found in pygame.locals import *
quit
Usage:
for event in pygame.event.get(): if event.type == QUIT: pygame.quit() sys.exit()