msemple1111 / kahoot-hack

A suite of tools for easily manipulating the kahoot.it quiz platform
GNU General Public License v3.0
65 stars 27 forks source link

Name is not defined #2

Closed jaykm closed 8 years ago

jaykm commented 8 years ago

Traceback (most recent call last): File "flood.py", line 36, in pin, name, exc = get_input() File "flood.py", line 19, in get_input name = input("Please Enter the base name: ") File "", line 1, in NameError: name 'jaykm' is not defined

msemple1111 commented 8 years ago

run

git pull 
jaykm commented 8 years ago

I'm already up to date

msemple1111 commented 8 years ago

@jaykm Your trying to use python 2, you must make sure you are running this tool using python 3.

If your on mac or linux, try:

python3 flood.py

If python 3 is installed

msemple1111 commented 8 years ago

Im going to close this issue, if you need any more help - just comment again.