Skip to content
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

Error SyntaxError: multiple exception types must be parenthesized #470

Open
anonimusman00 opened this issue Mar 14, 2024 · 0 comments
Open

Comments

@anonimusman00
Copy link

anonimusman00 commented Mar 14, 2024

Traceback (most recent call last):
File "/home/id/ufonet/./ufonet", line 10, in
from core.main import UFONet
File "/home/id/ufonet/core/main.py", line 14, in
from Crypto.Cipher import AES
File "/usr/local/lib/python3.11/dist-packages/Crypto/Cipher/init.py", line 3, in
from Crypto.Cipher._mode_ecb import _create_ecb_cipher
File "/usr/local/lib/python3.11/dist-packages/Crypto/Cipher/_mode_ecb.py", line 29, in
from Crypto.Util._raw_api import (load_pycryptodome_raw_lib,
File "/usr/local/lib/python3.11/dist-packages/Crypto/Util/_raw_api.py", line 256
except OSError, exp:
^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized

I run "python3 ufonet" and get this.Please help me how to fix this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant