Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError: invalid syntax line 87 print final_line.strip("\t" #5

Open
Labs22 opened this issue Oct 28, 2018 · 2 comments
Open

SyntaxError: invalid syntax line 87 print final_line.strip("\t" #5

Labs22 opened this issue Oct 28, 2018 · 2 comments

Comments

@Labs22
Copy link

Labs22 commented Oct 28, 2018

File ".\censys_io.py", line 87 print final_line.strip("\t") ^ SyntaxError: invalid syntax

How I can fix it?

Running on windows 10 python 3.7 and all requirements installed

@hjacquemin
Copy link

hjacquemin commented Nov 18, 2019

for all the print line, just add () to have print(final_line.strip("\t"))

also, change the the library name from/to

import urllib --> import urllib.request

In your virtual env, install with pip quote censys and colorama, I got issue with requirements.txt file.

@not-devil
Copy link

Traceback (most recent call last):
File "/home/asmodeus/Desktop/censys/censys_io.py", line 6, in
from censys.ipv4 import *
ModuleNotFoundError: No module named 'censys.ipv4'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants