-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows: Could not find module 'discid.dll' #143
Comments
Oh this patch from @omgitsraven does work: os.add_dll_directory(os.getcwd()) Same issue #124 with PR #125. This PR was problematic for Pyhton 3.7-. |
jesus2099
added a commit
to jesus2099/JonnyJD_musicbrainz-isrcsubmit
that referenced
this issue
Mar 26, 2023
I will also test on Linux to see if it hinders non-Windows Fixes JonnyJD#143
jesus2099
added a commit
to jesus2099/JonnyJD_musicbrainz-isrcsubmit
that referenced
this issue
Mar 26, 2023
Windows Python 3.8+ only Fixes JonnyJD#143
jesus2099
added a commit
to jesus2099/JonnyJD_musicbrainz-isrcsubmit
that referenced
this issue
Mar 28, 2023
Fixes JonnyJD#124 and JonnyJD#143 without breaking other OS nor older Python
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that my laptop has been completely reset, it does not work.
Maybe last time, it worked thanks to pre-existing stuff.
Now I get this error:
Although there is a
discid.dll
file in theisrcsubmit-2.1.1-beta-win64
folder.My new PR #144, based on @omgitsraven, would fix this ticket without breaking other OS and older Python.
The text was updated successfully, but these errors were encountered: