Hi all. I've installed the "python-twitter" using pip install. The problem is:
PythonAnywhere already have a module in "battery-included" named "twitter". And "python-twitter" (module i've installed) is called by Python the same way (import twitter).
So, how can i choose and import my module (python-twitter) instead "twitter" module, as they have same name?
Thanks.