I got,
H:\tmp\wikiteam>python2 dumpgenerator.py
Please install the kitchen module.
Please install or update the Requests module.
So needs some dependencies installed. With pip, this should work but I don't currently have pip installed and forget the installation procedure.
H:\tmp\wikiteam>python2 pip install --user --upgrade -r requirements.txt
W:\USR\BIN\python2.exe: can't open file 'pip': [Errno 2] No such file or directory
Big thing is to use python2 rather then python to run it.
Edit: fix typo