Snaacky/sapphire

ImportError: DLL load failed

Closed this issue · 1 comments

Hi, I tried running your script in cmd with admin privileges but it errored with the following output:

File "sapphire.py", line 5, in <module>
    from win32gui import GetWindowText, GetForegroundWindow
ImportError: DLL load failed: The specified module was not found.

Any ideas?

Looks like you're missing the pywin32api. Closing as this is user error and not an issue with the repository.