Explorar el Código

fixing pyinstaller packaging

Rodja Trappe hace 2 años
padre
commit
f787779efb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      nicegui/native_mode.py

+ 1 - 0
nicegui/native_mode.py

@@ -12,6 +12,7 @@ with warnings.catch_warnings():
     warnings.filterwarnings('ignore', category=DeprecationWarning)
     import webview
 
+multiprocessing.freeze_support()
 shutdown = multiprocessing.Event()