Closed hasantahir closed 3 years ago
Hi, I made a fix that should get rid of the error. The main issue is that Tesseract was not found in the system path, but the notification used Qt methods before an application was initialized. This would actually happen on all macOS and Linux machines if Tesseract is not present, so thanks for reporting this! Can you test out that branch?
Thanks for addressing this so soon. Before trying out the branch, I updated the dependencies PyQt5
to version 5.15.2 as opposed to the one mentioned in the requirements.txt
. It fixed the mentioned error.
Alright, glad that it works. I'll update the dependencies too.
Hi,
On macOS 11.1, invoking
python textshot.py
throws a Qt GUI error:Any suggestions? This worked fine before updating to Big Sur. Thank you!
EDIT: This has been tried with a virtual environment.