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??