The script is not working currently
Closed this issue · 2 comments
piyushmor commented
I tried running the script but it gives error
File "C:\Users~1\theoatmeal.py", line 26 print "Entered Page " + str(url_range)
^
SyntaxError: invalid syntax
manojmj92 commented
Hi,
You are using python 3. You should be using python 2.7 for this script.
On Thu, Nov 6, 2014 at 2:50 PM, Piyush Mor notifications@github.com wrote:
I tried running the script but it gives error
File "C:\Users~1\theoatmeal.py", line 26
print "Entered Page " + str(url_range)
^
SyntaxError: invalid syntax—
Reply to this email directly or view it on GitHub
#1.
Regards,
Manoj M J
www.manojmj.com
piyushmor commented
ok thanks MJ!