0

I am trying to authenticate jawbone api in python. In the code there is a line:

import requests

How can I add this. I have very little knowledge on python. Just manipulating the code. Can any one please help? The library is already present in python 3.3

6
  • What is the error? What is the expected behavior? What do you get? Commented Dec 9, 2013 at 7:28
  • @soulseekah It is showing module requests not found Commented Dec 9, 2013 at 7:32
  • run pip install requests then Commented Dec 9, 2013 at 7:36
  • where should i run this command.I tried this command in console but its showing syntax error.. @soulseekah Commented Dec 9, 2013 at 8:26
  • requests.readthedocs.org/en/latest/user/install/#install Commented Dec 9, 2013 at 8:43

1 Answer 1

2

This is only for the users using python33 and in windows platform,,,, download Requests packages from any site. Copy the folder Requests from the downloaded package and place it on C://python33/LIB/ folder.... now you are able to import Requests package to your program

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.