-
Notifications
You must be signed in to change notification settings - Fork 85
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
Failed to load registry bank #196
Comments
Maybe this #187 (comment) helps in your case as well? |
@cedricscheepers could you verify that something similar to
helps? |
The canonical solution would be |
@rokm Thank you very much for the clarification. I'm not a |
@cedricscheepers with
Possibly, a custom |
Thanks for promptly taking care of the problem! We will indeed add a hook for |
Hi
First of all, great library! Thank you for all your hard work.
Please help me. I am having an issue with validating IBANs on Windows. For the IBAN GB84DEUT40508114998100, using the following code:
I get the error: Failed to load registry bank. I also have to add that this is part of a pyinstaller compiled application.
A traceback gives me:
File "modules\classes.py", line 1311, in __validate_ibans
File "modules\classes.py", line 482, in init
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "schwifty_init.py", line 6, in
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "schwifty\bban.py", line 9, in
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "schwifty\bic.py", line 465, in
File "schwifty\registry.py", line 93, in build_index
File "schwifty\registry.py", line 71, in get
ValueError: Failed to load registry bank
Could you please help me.
Kind regards
Cedric
The text was updated successfully, but these errors were encountered: