Skip to content

Syntax Error: Missing parentheses in call to 'print'. Did you mean print(.. .)? #22

@ghost

Description

┌──(kali ㉿kali)-[~/Tools/ domain analyzer]
└─$ ./domain_analyzer.py -d google.com
File "/home/user/Tools/domain
analyzer/./domain_analyzer.py", line 262
print "+----------------------------------------------------------------------+"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Syntax Error: Missing parentheses in call to 'print'. Did you mean print(.. .)?

when I check the doamin_analyzer.py source code. all the print statement does not have open and close parenthesis.
I tried all the methods even run this like,
python3 doamin_analyzer.py -d google.com
but, it showing the same error !!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions