So im trying to get oauth2 to work with python. So i downloaded it from github, and ran the setup.py file but that didn't exactly work. I googled some more and found a question here and the answer said to put the folder in python27/Lib/site-packages with a .pth file in the /site-packages folder. The .pth folder has the name of the module folder (oauth2). So that worked... until i went to run it and it said oauth wouldn't run because i didn't have httplib2. So i downlaoded that, did the same exact thing, but ti doesn't work for httplib2? what in hell is going on here? Im way over my gead,a ll i want is the Yahoo Fantasy API to work with python so i can do one simple thing.
Heres where i got the .pth deal: Installing the Swampy Python module on Windows