pjlantz / droidbox

Dynamic analysis of Android apps
759 stars 221 forks source link

Inconsistent use of tabs and spaces #10

Open jd7h opened 8 years ago

jd7h commented 8 years ago

When I try to run $ ./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.

INotWant commented 5 years ago

I also get this error, Can you tell me how to solve this? Thank you.

INotWant commented 5 years ago

I also get this error, Can you tell me how to solve this? Thank you.

use python2.x