Check the twitter.__file__
(after you imported the twitter). I assume that either you have a broken version of Twitter, or you created a file called twitter.py in the same directory from which you are working, from blocking the installed module from loading.
If twitter.__file__
looks good (indicating where your installed modules should be instead of the local directory), try easy_install -U twitter
reinstall it.
source share