I\'m experiencing a very strange issue on my Digitalocean Ubuntu droplet, where Python 2.7 gives me the following error:
from instagram import InstagramAuthent
Make sure you use system-wide python and not virtualenv-from-somewhere:
which python
Try to find out where this module is located:
sudo updatedb locate logging | grep python
Then try adding this path to PYTHONPATH