infantdeveloper / ytks-downloader

Unofficial Downloader for https://ytks.app
17 stars 0 forks source link

DLL load failed while importing QtCore #7

Closed wealthypotato closed 8 months ago

wealthypotato commented 8 months ago

Currently running python 12, i attempted to run the code when i ran into the following import error :DLL load failed while importing QtCore: The specified procedure could not be found.

Could this be to a certain module that has not been installed or maybe the module has not been updated to the latest version of python?

Thank you for your time and i await your speedy response

infantdeveloper commented 8 months ago

Hi @wealthypotato,

thanks for reaching out! The issue appears to originate from the PyQt6 (specifically one of its dependencies). I fixed it in this commit.

Everything should work now, once you pulled from the repo again :)