You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
──(kali㉿kali)-[~/andriller]
└─$ python3 andriller-gui.py
Traceback (most recent call last):
File "/home/kali/andriller/andriller-gui.py", line 7, in
andriller.run()
File "/home/kali/andriller/andriller/init.py", line 60, in run
from .gui import windows
File "/home/kali/andriller/andriller/gui/windows.py", line 12, in
from .. import driller
File "/home/kali/andriller/andriller/driller.py", line 15, in
from . import decoders
File "/home/kali/andriller/andriller/decoders.py", line 3, in
import javaobj
File "/home/kali/.local/lib/python3.11/site-packages/javaobj.py", line 171
except Exception, e:
^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
The text was updated successfully, but these errors were encountered:
Running Kali Linux on XPS 13 on an external HDD
──(kali㉿kali)-[~/andriller]
└─$ python3 andriller-gui.py
Traceback (most recent call last):
File "/home/kali/andriller/andriller-gui.py", line 7, in
andriller.run()
File "/home/kali/andriller/andriller/init.py", line 60, in run
from .gui import windows
File "/home/kali/andriller/andriller/gui/windows.py", line 12, in
from .. import driller
File "/home/kali/andriller/andriller/driller.py", line 15, in
from . import decoders
File "/home/kali/andriller/andriller/decoders.py", line 3, in
import javaobj
File "/home/kali/.local/lib/python3.11/site-packages/javaobj.py", line 171
except Exception, e:
^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
The text was updated successfully, but these errors were encountered: