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

Missing parentheses #5

Open
ninjagamer456 opened this issue Apr 14, 2021 · 2 comments
Open

Missing parentheses #5

ninjagamer456 opened this issue Apr 14, 2021 · 2 comments

Comments

@ninjagamer456
Copy link

ninjagamer456 commented Apr 14, 2021

Everytime I try to run it I get a message saying "print """
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(""")?" And when i looked at the code all of the print functions were missing parentheses. Fix this.

@MrRWordTaken
Copy link

Everytime I try to run it I get a message saying "print """
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(""")?" And when i looked at the code all of the print functions were missing parentheses. Fix this.

Because you're running the code in python 3 and pretty sure this is meant for python 2 since in it you don't need parentheses in python 2 for print.

@VENDABLEPATH
Copy link

VENDABLEPATH commented Nov 10, 2021

DoxTracker.zip
I edited all the python 3 changes into this including fixing the raw_input error, hope this helps.
Just replace the original DoxTracker.py with this one

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