I have never used Python before and am trying learn it on the fly. I have this file. I installed python 2.7 have added it the path. when I try python [filename].py I get errors saying
import requests,sys,csv,os,re,urllib2,urllib,time,traceback,string ImportError: No module named requests.
Am I missing something here. Where would I find these and how do I get this running
requestsmodule, apparently... It's a popular one, but it isn't part of the standard library.