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

Closed
anonimusman00 opened this issue Mar 14, 2024 · 1 comment
Closed

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

@epsylon
Copy link
Owner

epsylon commented Aug 23, 2024

should be fixed at this release: aea21b3

try this steps:

  1. git clone https://github.com/epsylon/ufonet (or python3 ufonet --update)
  2. cd ufonet
  3. sudo python3 setup.py
  4. python3 ufonet

@epsylon epsylon closed this as completed Aug 23, 2024
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

2 participants