Closed VidhuKant closed 3 months ago
Can't offer much help here. Wand is working correctly in throwing wand.exceptions.ModuleError
. The exception is outside of Wand's control. Why the dll is unable to load needs to be debugged on the OS level and/or runtime.
I created a small desktop app with PySide6 to convert between image formats. When I call the code that is using Wand to convert everything through the terminal, it works properly.
On the GUI side I have a button that calls the exact function, and I get the following error:
When I press the button that calls all the wand logic, my cursor turns into the loading icon for a few seconds before this exception occurs. Absolutely no issues on Linux with the same code.