Skip to content

Pyoxidizer multiprocessing problem. #748

Description

@jonike

Hello, guys.
When i compile program to pyoxidizer app in windows and run it. it's give me a error:

Traceback (most recent call last):
File "multiprocessing.spawn", line 107, in spawn_main
File "multiprocessing.reduction", line 79, in duplicate
TypeError: DuplicateHandle() argument 2 must be int, not dict

#code :

    import multiprocessing
    
    def run_webview():
       ...
    
    p = multiprocessing.Process(target=run_webview,args=())
    p.start()

What happen?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions