I'm trying to import the requests module for my app which I want to view locally on Google App Engine. I am getting a log console error telling me that "no such module exists".
I've installed it in the command line (using pip
) and even tried to install it in my project directory. When I do that the shell tells me:
"Requirement already satisfied (use --upgrade to upgrade): requests in /Library/Python/2.7/site-packages".
App Engine is telling me that the module doesn't exist and the shell says it's already installed it.
I don't know if this is a path problem. If so, the only App Engine related application I can find in my mac is the launcher?