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

Syntax Error - Missing parenthesis in call to 'print" line 6 #3

Open
brink668 opened this issue Nov 14, 2018 · 2 comments
Open

Syntax Error - Missing parenthesis in call to 'print" line 6 #3

brink668 opened this issue Nov 14, 2018 · 2 comments

Comments

@brink668
Copy link

Did you mean to print ("-" * 70)?

Running on Python 3.7 64bit on Windows

@PenguinzTech
Copy link

This is a python 2 script... need to be upgraded to be universal probably.
Run with python2 and should work. Though be aware you may need to remove a couple of imports

@clevercoder91
Copy link

@brink668 you are facing error with print statement script is made in python2 so you need to use python3 instead of python2
open the script with vim and everywhere where their is print "sample" don print("sample") add the brackets everywhere in thee scripts and your problem will be solved if you still get an error ping me .

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