OS: win10
version: 3.3.1+8ea39be13
I found kinds of solutions about multiprocess program, but all of them didn't work for me.
my script is very simple, just for test, like this(test.py):
# -*- coding=utf8 -*-
if __name__ == "__main__":
while True:
c = 4
then I execute the command "pyinstaller -F test.py"
then I run the exe and I can see two processes in windows task manager.
and if the command changes to "pyinstaller test.py", there is only one process found.
I tried the solutions in https://github.com/pyinstaller/pyinstaller/wiki/Recipe-Multiprocessing but it didn't work.
I have uploaded the log for executing "pyinstaller -F test.py"
out.txt
I think it's a bug to be fixed.
Thank you very much for your help and suggestion!
OS: win10
version: 3.3.1+8ea39be13
I found kinds of solutions about multiprocess program, but all of them didn't work for me.
my script is very simple, just for test, like this(test.py):
then I execute the command "pyinstaller -F test.py"
then I run the exe and I can see two processes in windows task manager.
and if the command changes to "pyinstaller test.py", there is only one process found.
I tried the solutions in https://github.com/pyinstaller/pyinstaller/wiki/Recipe-Multiprocessing but it didn't work.
I have uploaded the log for executing "pyinstaller -F test.py"
out.txt
I think it's a bug to be fixed.
Thank you very much for your help and suggestion!