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: Missing parentheses in call to 'print' statements #13

Open
crxssrazr93 opened this issue Jan 9, 2019 · 0 comments
Open

Comments

@crxssrazr93
Copy link

crxssrazr93 commented Jan 9, 2019

My environment;
OS: Manjaro 18.0.2 Illyria
Kernel: x86_64 Linux 4.19.13-1-MANJARO
Python 3.7.1 (default, Oct 22 2018, 10:41:28)
[GCC 8.2.1 20180831]
Installed beautifulsoup4 and thready.

I get this error when running.

LinkedInt-master]$ python LinkedInt.py 
  File "LinkedInt.py", line 45
    print "[!] Oops, you did not enter your api_key, username, or password in LinkedInt.py"
                                                                                          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("[!] Oops, you did not enter your api_key, username, or password in LinkedInt.py")?
LinkedInt-master]$ 
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

1 participant