Skip to content
New issue

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

import twitter produces AttributeError: 'module' object has no attribute 'Http' #251

Open
GoogleCodeExporter opened this issue Aug 6, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. import twitter
2.
3.

What is the expected output? expect no output   What do you see instead?
>>> import twitter

Traceback (most recent call last):
  File "<pyshell#8>", line 1, in <module>
    import twitter
  File "build\bdist.win32\egg\twitter.py", line 63, in <module>
  File "C:\Python27\lib\site-packages\oauth2-1.5.211-py2.7.egg\oauth2\__init__.py", line 615, in <module>
AttributeError: 'module' object has no attribute 'Http'

What version of the product are you using? On what operating system?
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on 
win32

windows 7, 64bit

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 3 Apr 2013 at 1:25

@GoogleCodeExporter
Copy link
Author

Can you pull the very latest code - the one that now works with TwitterAPI v1.1

and see if this still happens - thanks

Original comment by bear42 on 13 Jun 2013 at 10:44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant