Hi all, I have been using pyinstaller recently to transform a package of .py files t an executable with a gui, created via PySimpleGui.
The problem lies with some functions that I am using, which are based on joblib.When the .exe runss into the parallel processing command, mutiple windows pop (#cores) up and the .exe stops responding. I don't run into this problem when executing the files from Spyder. Any help here would be appreciated. Kind regards, Tijmen Wartenberg -- 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/e90fa174-7bdb-4b93-a7e1-3d4bdb06b423n%40googlegroups.com.
