Closed
Description
I did pip install --upgrade -r requirements.txt
It installed everything
Then I try to run python dumpgenerator.py --images --xml --curonly naruto.fandom.com
But it tells me File "C:\Users\Esteb\Documents\wikiteam-master\dumpgenerator.py", line 25 print "Please install the kitchen module." ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Please install the kitchen module.")?
Even tho the kitchen module is already installed!
To make sure, I did pip install kitchen
once again, but it doesn't solve the problem...
I'm not a pro at python, so maybe I'm doing something incorrectly, however, I followed every instruction I was given.