WithSecureLabs / drozer

The Leading Security Assessment Framework for Android.

Home Page:https://labs.withsecure.com/tools/drozer

Repository from Github https://github.comWithSecureLabs/drozerRepository from Github https://github.comWithSecureLabs/drozer

WheN try to setup drozer it shows SyntaxError: invalid syntax

joyahamad074 opened this issue · comments

Steps to reproduce

Hi,
I have face some issue during the installation of drozer.
when I try to setup the drozer using python.exe setup.py bdist_msi
it shows me this kind error:

Traceback (most recent call last):
  File "C:\Users\User\Downloads\drozer-develop\setup.py", line 8, in <module>
    from src.drozer import meta
  File "C:\Users\User\Downloads\drozer-develop\src\drozer\meta.py", line 63
    print "%s %s\n" % (name, version)
          ^
SyntaxError: invalid syntax

And That's why I cannot install it. Please can anyone help me to how get rid out of it??