You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 :
What happen?
The text was updated successfully, but these errors were encountered: