shckltn

Results 2 comments of shckltn

I was able to solve the issue by creating my own worker thread instead of using the main thread which is what the QT GUI uses. But the underlying issue...

This is the type of error that caused me to write this code: ```bash Traceback (most recent call last): File "\PyFlow\App.py", line 426, in save json.dump(saveData, tempPtr, indent=4) File "\AppData\Local\Programs\Python\Python311\Lib\json\__init__.py",...