Quote Originally Posted by Tree View Post
Requests isn't apart of the default Python imports. The easiest way to install it is to download and install pip, and run pip install requests.
Then you just import requests, and it should work.
You do not put it in your directory, it will be called like a normal import, you just have to install through pip, or run it through it's setup.py.
Hm, I guess I'll have to look into pip. I was looking at their website the other day, it says something about having to run it under cygwin? Is it a *nix-only type thing?