We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this is code ; import human_curl human_curl.get("http://github.com/?x", debug=True) print human_curl.response
this is error. human_curl.get("http://github.com/?x", debug=True) AttributeError: 'module' object has no attribute 'get'
i don't know what is the problem.
The text was updated successfully, but these errors were encountered:
How do you install it?
Sorry, something went wrong.
pip insgtall human_curl ?
Please, past full stack trace.
In [1]: import human_curl In [2]: human_curl.get("http://github.com/?x", debug=True) Out[2]: <Response: 301 >
I had even occured again , as far as I known
my python script name is "human_curl.py" . is I renamed it to "example.py" , all thing ok .
No branches or pull requests
this is code ;
import human_curl
human_curl.get("http://github.com/?x", debug=True)
print human_curl.response
this is error.
human_curl.get("http://github.com/?x", debug=True)
AttributeError: 'module' object has no attribute 'get'
i don't know what is the problem.
The text was updated successfully, but these errors were encountered: