Sridhar Iyer added the comment:
Please find the attached python file where the issue is seen.
The cli to create an executable was:
$pyinstaller run_server_min.spec
Here are the contents of the file (this doesn't support multiple file uploads):
# -*- mode: python ; coding
New submission from Sridhar Iyer :
The documentation on freeze_support listed on
https://docs.python.org/3/library/multiprocessing.html need to be fixed
This mentions:
"Calling freeze_support() has no effect when invoked on any operating system
other than Windows. In addition, if the m