Open jd7h opened 8 years ago
When I try to run $ ./droidbox.sh some.apk
$ ./droidbox.sh some.apk
I get the error
File "scripts/droidbox.py", line 111 sys.stdout.flush() ^ TabError: inconsistent use of tabs and spaces in indentation
There are indeed a few stray tabs in scripts/droidbox.py.
Edit: I'm on Python 3.5.1, which explains why I'm having issues.
I also get this error, Can you tell me how to solve this? Thank you.
use python2.x
When I try to run
$ ./droidbox.sh some.apk
I get the error
There are indeed a few stray tabs in scripts/droidbox.py.
Edit: I'm on Python 3.5.1, which explains why I'm having issues.