The first line in my python program is from boto.s3.connection import S3Connection .
When I run the program, the output is "from: can not read / var / mail / boto.s3.connection."
Any troubleshooting ideas?
I installed boto by downloading tar and running sudo python setup.py install
source share