I havent used app engine in a while and decided to give it a shot again. It used to work just fine but now I can not seem to get it to work on my local machine.
The error log says the following.
import webapp2
ImportError: No module named webapp2
INFO 2016-12-17 20:51:12,707 module.py:788] default: "GET / HTTP/1.1" 500 -
When I deploy the application it works just fine. I just can't seem to get this to work on my local machine. I need it to work on my machine so I can debug.
Any help is greatly appreciated!