den4uk / andriller

📱 Andriller - is software utility with a collection of forensic tools for smartphones. It performs read-only, forensically sound, non-destructive acquisition from Android devices.
MIT License
1.33k stars 208 forks source link

Traceback Error #67

Open codienecobain opened 1 year ago

codienecobain commented 1 year ago

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

den4uk commented 1 year ago

Hi, the issue is with an external library that is used with andriller: https://github.com/tcalmant/python-javaobj

It would be worth raising an issue on their end. It seems their source code is not compatible with Python 3.11

den4uk commented 1 year ago

What's the output of this command?

pip3 freeze | grep javaobj