Thank you so much for trying to help me.

I did add this freeze part:

if __name__ == '__main__':

    import multiprocessing
    multiprocessing.freeze_support()



So I don't think it is the issue.

Le mercredi 29 avril 2020 20:20:36 UTC+2, bwoodsend a écrit :
>
> Multiproccessing requires special support to freeze. Think link is 
> probably all you're missing.
> https://kite.com/python/docs/multiprocessing.freeze_support 
> <http://kite.com/python/docs/multiprocessing.freeze_support>
>
> Brénainn
>

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/6e6dda7d-ae5d-4888-aa39-df17de0f941b%40googlegroups.com.

Reply via email to