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
When freezing and making an installer from my program, the subprocessing functionality is broken.
I am using QRunnable objects to execute some tasks. The running of these processes is handled by the application QThreadpool.
This functionality completely breaks after freezing and making an installer.
According to these messages, there is a bug in Pyinstaller with threading. Is that the case? I need help finding something in the Fman documentation about this issue. Is Threading supported? How?
The text was updated successfully, but these errors were encountered:
When freezing and making an installer from my program, the subprocessing functionality is broken.
I am using QRunnable objects to execute some tasks. The running of these processes is handled by the application QThreadpool.
This functionality completely breaks after freezing and making an installer.
According to these messages, there is a bug in Pyinstaller with threading. Is that the case? I need help finding something in the Fman documentation about this issue. Is Threading supported? How?
The text was updated successfully, but these errors were encountered: