tutsplus-downloader icon indicating copy to clipboard operation
tutsplus-downloader copied to clipboard

Error: Missing parentheses in call to 'print'

Open neilbannet opened this issue 7 years ago • 1 comments

Please help me I am getting this error.

Traceback (most recent call last):
  File "download.py", line 4, in <module>
    from Tutsplus import Tutsplus
  File "C:\Users\Avaib\tutsplus\Tutsplus.py", line 60
    print "[+] Downloading " + video['titolo']

SyntaxError: Missing parentheses in call to 'print'

neilbannet avatar Sep 30 '16 10:09 neilbannet

run script with python version 2 not 3

a-eid avatar May 03 '17 23:05 a-eid