Skip to content

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

Description

@1751660300

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

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions