I am trying to use Twitter API, I followed directions of http://code.google.com/p/python-twitter/
I installed all the required items, when i test it I get 17 errors.
When i try to import twitter it gives me:
File "C:\Python27\lib\site-packages\twitter.py", line 65, in <module>
import oauth2 as oauth
ImportError: No module named oauth2
I have looked at various questions on this topic, but none of them work for me or maybe because I am doing something wrong. Very lost since it seems i installed all the right files and etc.
Using
easy_installbypassed all the problems I experienced with dependencies and installation