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' #33

Open
suhajdab opened this issue Sep 14, 2016 · 1 comment
Open

SyntaxError: Missing parentheses in call to 'print' #33

suhajdab opened this issue Sep 14, 2016 · 1 comment

Comments

@suhajdab
Copy link

System
Python 3.5.2 |Anaconda 4.1.1 (x86_64)| (default, Jul 2 2016, 17:52:12)
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin

Running
python get_pulse.py

Returns
File "get_pulse.py", line 100
print "Writing csv"

SyntaxError: Missing parentheses in call to 'print'

@CarlJia
Copy link

CarlJia commented Sep 23, 2016

your python is python3,but this project is python2
change print to print()

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

2 participants