subredditarchive icon indicating copy to clipboard operation
subredditarchive copied to clipboard

Syntax Error

Open ghost opened this issue 9 years ago • 3 comments

Most probably because of the ASCII art. I know it makes the script look cool, but is it really needed?

ghost avatar Aug 30 '15 08:08 ghost

Nah, it's not needed at all, feel free to take it out. It shouldn't give a syntax error though I don't think. Which line did it get stuck on?

peoplma avatar Sep 01 '15 18:09 peoplma

I don't know, but you should probably remove the ascii art. I'm afraid that if I remove it myself a line gets deleted by mistake and then I'd have absolutely no idea which line that was!

ghost avatar Sep 01 '15 21:09 ghost

If you're using Python 3.x and you get a syntax error, it's likely related to the print statements not having parentheses. These weren't required in Python 2.

http://stackoverflow.com/questions/25445439/what-does-syntaxerror-missing-parentheses-in-call-to-print-mean-in-python

I managed to fix the syntax errors but nothing seems to happen after I input a number at the first menu.

ev88 avatar Dec 03 '15 06:12 ev88