Skip to content

there are two processes while running the exe generated by pyinstaller with -F #3173

Description

@xuezhipeng-12sigma

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions