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/


Create GUI Applications with Python & Qt5 by Martin Fitzpatrick — (PyQt5 Edition) The hands-on guide to making apps with Python — Over 10,000 copies sold!

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.