osx - Issue with "requests" import in Python 2.7 -
using os x i've installed python 2.7 , requests module through terminal. if run pip list can see requests (2.10.0) on list. however, when open script , write import requests in ide error: no module named requests. i've tried lot of solutions, none of them work. 
 
 
  
Comments
Post a Comment