Skip to content

use multiprocessing in flexx after freeze, The window keeps popping up #749

Open
@1751660300

Description

Hello Brother.
i want to use multiprocessing in PyWidget.
In pycharm, the test runs normally, but when packaged into an executable file, the window keeps popping up and cannot be closed.

code:

        def download_multi(package_names):
            # multiprocessing task
            .....
       @flx.action
        def d_action():
            ....
            download_multi(package_names) 

This question has been bothering me. HA.

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