Threading dict not callable error

Heads up! You've already completed this tutorial.

Bartosz_Grabek | 2020-05-10 21:28:37 UTC | #1

This article is amazing, however, I still have a problem. I want to use a thread on function that does stuff on big texts and doesn't influence GUI (so that it doesn't lag). This function takes one argument and returns a dictionary. Using your code I get an error: dict not callable, so I get no result from the thread. How can I fix that?

https://www.pythonguis.com/courses/concurrent-execution/multithreading-pyqt-applications-qthreadpool/


Packaging Python Applications with PyInstaller by Martin Fitzpatrick — This step-by-step guide walks you through packaging your own Python applications from simple examples to complete installers and signed executables.

More info Get the book

Well done, you've finished this tutorial! Mark As Complete
[[ user.completed.length ]] completed [[ user.streak+1 ]] day streak

Threading dict not callable error was written by Martin Fitzpatrick .

Martin Fitzpatrick has been developing Python/Qt apps for 8 years. Building desktop applications to make data-analysis tools more user-friendly, Python was the obvious choice. Starting with Tk, later moving to wxWidgets and finally adopting PyQt.