I'm trying to send my title post to twitter. In my local machine, this is working great, but in the remote machine, I have this error from the snippet file:
AttributeError: 'module' object has no attribute 'Api'
I'm using python-twitter and this snippet. I don't know why the error is being thrown. I tested the python-twitter
with commands like import twitter
and I sent the post to twitter from the python shell.