Hi Phil, I did a pip install of QScintilla to add it to my existing Anaconda installation and it produced the error. I fixed this problem by uninstalling QScintilla, PyQt5, PyQt5-sip and sip in that order. I reinstalled them in the reverse order starting with sip. Then, it worked.
Thanks for your suggestion, Kurt B. Johnson Founder and President Audit Data Analytics, LLC Email: [email protected] Website: https://auditdataanalytics.net/ -----Original Message----- From: Phil Thompson <[email protected]> Sent: Tuesday, May 14, 2024 3:04 AM To: Kurt Johnson <[email protected]> Cc: [email protected] Subject: Re: QScintilla DLL not loading On 13/05/2024 22:19, Kurt Johnson wrote: > I'm getting this error when trying to load QScintilla 2.14.1: > > As you can see, the files exist in the PyQt5 (version 5.15.10) folder: > > I tried uninstalling and reinstalling QScintilla, but that didn't > work. Any ideas? How did you install QScintilla? Run a dependency checker against Qsci.pyd to see what's missing. Phil
