thearn / webcam-pulse-detector

A python application that detects and highlights the heart-rate of an individual (using only their own webcam) in real-time.
Other
3.15k stars 595 forks source link

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

Open suhajdab opened 8 years ago

suhajdab commented 8 years ago

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 commented 8 years ago

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